Method
IdeNotificationsfind_by_id
since: 3.32
Declaration
IdeNotification*
ide_notifications_find_by_id (
IdeNotifications* self,
const gchar* id
)
Description
Finds the first IdeNotification registered with self with
IdeNotification:id of id.
Available since: 3.32
Parameters
id-
Type:
const gchar*The id of the notification.
The data is owned by the caller of the function. 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. |