Method

GtkStatusIconset_from_icon_name

deprecated: 3.14 since: 2.10

Declaration [src]

void
gtk_status_icon_set_from_icon_name (
  GtkStatusIcon* status_icon,
  const gchar* icon_name
)

Description [src]

Makes status_icon display the icon named icon_name from the current icon theme. See gtk_status_icon_new_from_icon_name() 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

icon_name

Type: const gchar*

An icon name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.