]> Pileus Git - ~andy/gtk/commit
Switch over to use glib's new g_hash_table_get_keys() rather than our own
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Apr 2007 17:48:20 +0000 (17:48 +0000)
committerChris Wilson <cpwilson@src.gnome.org>
Wed, 11 Apr 2007 17:48:20 +0000 (17:48 +0000)
commit1176c064ca7816c0e82c6784945395e658176306
tree56cd9abb0ddfd03af5a0445024114cb4c6b2c1a3
parent366bf59cc487cb340cc908a7a6c0a87730aeffcb
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
ChangeLog
configure.in
gtk/gtkiconfactory.c
gtk/gtkiconfactory.h
gtk/gtkstock.c