StockItem.listIds

Warning gtk_stock_list_ids is deprecated and should not be used in newly-written code. 3.10 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().

class StockItem
static
listIds
()

Return Value

Type: ListSG

a list of known stock IDs. [element-type utf8][transfer full]

Meta