GtkIconFactory::add_default

void add_default();

This method adds the icon factory to the list of icon factories searched by lookup_icon_set() . This means that, for example, set_from_stock() will be able to find icons in the icon factory. There will normally be an icon factory added for each library or application that comes with icons. The default icon factories can be overridden by themes.

See also: lookup_default() , remove_default()