Method
GtkStatusIconset_from_pixbuf
deprecated: 3.14 since: 2.10
Declaration [src]
void
gtk_status_icon_set_from_pixbuf (
GtkStatusIcon* status_icon,
GdkPixbuf* pixbuf
)
Description [src]
Makes status_icon
display pixbuf
.
See gtk_status_icon_new_from_pixbuf()
for details.
Available since: 2.10
Deprecated since: 3.14
Use GNotification
and GtkApplication
to
provide status notifications; you can use g_notification_set_icon()
to associate a GIcon
with a notification.
Parameters
pixbuf
-
Type:
GdkPixbuf
A
GdkPixbuf
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.