Method

GioNotificationset_icon

since: 2.40

Declaration

void
g_notification_set_icon (
  GNotification* notification,
  GIcon* icon
)

Description

Sets the icon of notification to icon.

Available since: 2.40

Parameters

icon

Type: GIcon

The icon to be shown in notification, as a GIcon.

The data is owned by the caller of the function.