Method

NotifyNotificationset_image_from_pixbuf

Declaration [src]

void
notify_notification_set_image_from_pixbuf (
  NotifyNotification* notification,
  GdkPixbuf* pixbuf
)

Description [src]

Sets the image in the notification from a GdkPixbuf.

Available since:0.5

Parameters

pixbuf GdkPixbuf
 

The image.

 The data is owned by the caller of the function.