Method
IdeNotificationsfind_by_id
Declaration
IdeNotification*
ide_notifications_find_by_id (
IdeNotifications* self,
const gchar* id
)
Parameters
id
-
Type:
const gchar*
The id of the notification.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeNotification
An IdeNotification
or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |