diff options
author | Rodney Dawes <dobey@novell.com> | 2007-03-21 19:31:01 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2007-03-21 19:31:01 +0000 |
commit | 57f51f5d54399aa2af2368c3ffcd4dfec1b9089f (patch) | |
tree | dab409ca0eba5859d5ac879fed719298e7c877ea /gtk/gtkicontheme.h | |
parent | 846f70ddecc9ab57887022ce1959dcc021a3ed38 (diff) | |
download | gtk+-57f51f5d54399aa2af2368c3ffcd4dfec1b9089f.tar.gz |
Add a new API call gtk_icon_theme_list_contexts so that one can choose
2007-03-21 Rodney Dawes <dobey@novell.com>
* gtk/gtk.symbols:
* gtk/gtkicontheme.[ch]:
* docs/reference/gtk/gtk-sections.txt:
* tests/testicontheme.c:
Add a new API call gtk_icon_theme_list_contexts so that one can
choose icons from a theme by context (#420719)
svn path=/trunk/; revision=17550
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 1c607ad580..8a0ae125ab 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -139,6 +139,7 @@ GdkPixbuf * gtk_icon_theme_load_icon (GtkIconTheme GList * gtk_icon_theme_list_icons (GtkIconTheme *icon_theme, const gchar *context); +GList * gtk_icon_theme_list_contexts (GtkIconTheme *icon_theme); char * gtk_icon_theme_get_example_icon_name (GtkIconTheme *icon_theme); gboolean gtk_icon_theme_rescan_if_needed (GtkIconTheme *icon_theme); |