GtkIconLookupFlags

Used to specify options for gtk_icon_theme_lookup_icon().

Values

ValueMeaning
FORCE_REGULAR1

Try to always load regular icons, even when symbolic icon names are given

FORCE_SYMBOLIC2

Try to always load symbolic icons, even when regular icon names are given

PRELOAD4

Starts loading the texture in the background so it is ready when later needed.

Meta