Method
GtkStatusIconset_title
deprecated: 3.14 since: 2.18
Declaration [src]
void
gtk_status_icon_set_title (
GtkStatusIcon* status_icon,
const gchar* title
)
Description [src]
Sets the title of this tray icon. This should be a short, human-readable, localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon.
Available since: 2.18
Deprecated since: 3.14
Use GNotification
and GtkApplication
to
provide status notifications; you should use g_notification_set_title()
and g_notification_set_body()
to present text inside your notification.
Sets property | Gtk.StatusIcon:title |