Method
PurpleNotificationget_persistent
unstable since: 3.0
[−]
Declaration [src]
gboolean
purple_notification_get_persistent (
PurpleNotification* notification
)
[−]
Description [src]
Gets whether or not notification
is able to be dismissed by a user.
Available since: 3.0
Gets property | Purple.Notification:persistent |
[−]
Return value
Type: gboolean
TRUE
if the user should not be able to dismiss notification
,
otherwise FALSE
.