Method

PurpleNotificationset_icon_name

since: 3.0

Declaration [src]

void
purple_notification_set_icon_name (
  PurpleNotification* notification,
  const char* icon_name
)

Description [src]

Sets the named icon for notification to icon_name.

Available since: 3.0

Parameters

icon_name

Type: const char*

The icon name.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.