Function

Gtkstock_list_ids

deprecated: 3.10 

Declaration [src]

GSList*
gtk_stock_list_ids (
  void
)

Description [src]

Retrieves a list of all known stock IDs added to a GtkIconFactory or registered with gtk_stock_add(). The list must be freed with g_slist_free(), and each string in the list must be freed with g_free().

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: A list of utf8

A list of known stock IDs.

The caller of the function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.