Method

PurpleNotificationget_data

since: 3.0

Declaration [src]

gpointer
purple_notification_get_data (
  PurpleNotification* notification
)

Description [src]

Gets the data that notification was created with.

Available since: 3.0

Return value

Type: gpointer

The data for notification.

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