Method
GtkStatusIconset_name
deprecated: 3.14 since: 2.20
Declaration [src]
void
gtk_status_icon_set_name (
GtkStatusIcon* status_icon,
const gchar* name
)
Description [src]
Sets the name of this tray icon. This should be a string identifying this icon. It is may be used for sorting the icons in the tray and will not be shown to the user.
Available since: 2.20
Deprecated since: 3.14
Use GNotification
and GtkApplication
to
provide status notifications; there is no direct replacement
for this function, as notifications are associated with a
unique application identifier by GApplication
.