Method

PhoshNotificationListget_by_id

Declaration [src]

PhoshNotification*
phosh_notification_list_get_by_id (
  PhoshNotificationList* self,
  guint id
)

Description [src]

Find a PhoshNotification in self by it’s id.

This method is not directly available to language bindings.

Parameters

id guint
 

The PhoshNotification:id to lookup.

Return value

Returns: PhoshNotification
 

The PhoshNotification or NULL.

 The data is owned by the instance.
 The return value can be NULL.