Method

PurpleNotificationset_account

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

Parameters

account

Type: PurpleAccount

The new account.

The argument can be NULL.
The data is owned by the caller of the function.