Method
PurpleNotificationget_subtitle
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_notification_get_subtitle (
PurpleNotification* notification
)
[−]
Description [src]
Gets the subtitle of notification
.
Available since: 3.0
Gets property | Purple.Notification:subtitle |
[−]
Return value
Type: const char*
The subtitle of notification
.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |