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.