public class IconTheme : Object {
public IconTheme ( ) ;
public signal void changed ( ) ;
public static void add_builtin_icon ( string icon_name,
int size,
Gdk.Pixbuf pixbuf ) ;
public void append_search_path ( string path ) ;
public weak IconInfo choose_icon ( string[] icon_names,
int size,
IconLookupFlags flags ) ;
public static GLib.Quark error_quark ( ) ;
public static weak IconTheme get_default ( ) ;
public weak string get_example_icon_name ( ) ;
public static weak IconTheme get_for_screen ( Gdk.Screen screen ) ;
public int get_icon_sizes ( string icon_name ) ;
public void get_search_path ( string path,
int n_elements ) ;
public bool has_icon ( string icon_name ) ;
public weak GLib.List list_contexts ( ) ;
public weak GLib.List list_icons ( string context ) ;
public weak Gdk.Pixbuf load_icon ( string icon_name,
int size,
IconLookupFlags flags )
throws GLib.Error;
public weak IconInfo lookup_icon ( string icon_name,
int size,
IconLookupFlags flags ) ;
public void prepend_search_path ( string path ) ;
public bool rescan_if_needed ( ) ;
public void set_custom_theme ( string theme_name ) ;
public void set_screen ( Gdk.Screen screen ) ;
public void set_search_path ( string[] path,
int n_elements ) ;
}
public IconTheme ( ) ;
public signal void changed ( ) ;
public static void add_builtin_icon ( string icon_name,
int size,
Gdk.Pixbuf pixbuf ) ;
public void append_search_path ( string path ) ;
public weak IconInfo choose_icon ( string[] icon_names,
int size,
IconLookupFlags flags ) ;
public static GLib.Quark error_quark ( ) ;
public static weak IconTheme get_default ( ) ;
public weak string get_example_icon_name ( ) ;
public static weak IconTheme get_for_screen ( Gdk.Screen screen ) ;
public int get_icon_sizes ( string icon_name ) ;
public void get_search_path ( string path,
int n_elements ) ;
public bool has_icon ( string icon_name ) ;
public weak GLib.List list_contexts ( ) ;
public weak GLib.List list_icons ( string context ) ;
public weak Gdk.Pixbuf load_icon ( string icon_name,
int size,
IconLookupFlags flags )
throws GLib.Error;
public weak IconInfo lookup_icon ( string icon_name,
int size,
IconLookupFlags flags ) ;
public void prepend_search_path ( string path ) ;
public bool rescan_if_needed ( ) ;
public void set_custom_theme ( string theme_name ) ;
public void set_screen ( Gdk.Screen screen ) ;
public void set_search_path ( string[] path,
int n_elements ) ;
Created by Valadoc