Method
PurpleNotificationset_subtitle
unstable since: 3.0
[−]
Declaration [src]
void
purple_notification_set_subtitle (
PurpleNotification* notification,
const char* subtitle
)
[−]
Description [src]
Sets the subtitle of notification
.
Available since: 3.0
Sets property | Purple.Notification:subtitle |
[−]
Parameters
subtitle
-
Type:
const char*
The new subtitle.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.