Method
PurpleNotificationset_account
unstable since: 3.0
Declaration [src]
void
purple_notification_set_account (
PurpleNotification* notification,
PurpleAccount* account
)
Description [src]
Sets the account of notification
to account
.
Available since: 3.0
Sets property | Purple.Notification:account |
Parameters
account
-
Type:
PurpleAccount
The new account.
The argument can be NULL
.The data is owned by the caller of the method.