diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-04-11 17:48:20 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-04-11 17:48:20 +0000 |
commit | 1176c064ca7816c0e82c6784945395e658176306 (patch) | |
tree | 56cd9abb0ddfd03af5a0445024114cb4c6b2c1a3 /gtk/gtkiconfactory.h | |
parent | 366bf59cc487cb340cc908a7a6c0a87730aeffcb (diff) | |
download | gtk+-1176c064ca7816c0e82c6784945395e658176306.tar.gz |
Switch over to use glib's new g_hash_table_get_keys() rather than our own
2007-04-11 Chris Wilson <chris@chris-wilson.co.uk>
* gtk/gtkiconfactory.c (_gtk_icon_factory_list_ids):
* gtk/gtkstock.c (gtk_stock_list_ids):
Switch over to use glib's new g_hash_table_get_keys() rather
than our own static implementation.
* gtk/gtkiconfactory.h: Update to return a GList.
* configure.in: Bump required version to 2.13.1
svn path=/trunk/; revision=17597
Diffstat (limited to 'gtk/gtkiconfactory.h')
-rw-r--r-- | gtk/gtkiconfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h index 38fb51492e..1bcbcb40dd 100644 --- a/gtk/gtkiconfactory.h +++ b/gtk/gtkiconfactory.h @@ -177,7 +177,7 @@ GtkIconSize gtk_icon_source_get_size (const GtkIconSource * /* ignore this */ void _gtk_icon_set_invalidate_caches (void); -GSList* _gtk_icon_factory_list_ids (void); +GList* _gtk_icon_factory_list_ids (void); void _gtk_icon_factory_ensure_default_icons (void); G_END_DECLS |