Method

GtkStatusIconset_from_stock

deprecated: 3.10 since: 2.10

Declaration [src]

void
gtk_status_icon_set_from_stock (
  GtkStatusIcon* status_icon,
  const gchar* stock_id
)

Description [src]

Makes status_icon display the stock icon with the id stock_id. See gtk_status_icon_new_from_stock() for details.

Available since: 2.10

Deprecated since: 3.10

Use gtk_status_icon_set_from_icon_name() instead.

Parameters

stock_id

Type: const gchar*

A stock icon id.

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