diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-08 17:55:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-08 17:55:02 +0000 |
commit | fd97e93165ed58427f7d442b90e3ce992d37eb3a (patch) | |
tree | 36657ef5fa192ccccd63d8990a60da4e149bedbb /gtk/gtkrc.h | |
parent | 372853b107d752cdb5e8d180be9b6a1c9a752f36 (diff) | |
download | gdk-pixbuf-fd97e93165ed58427f7d442b90e3ce992d37eb3a.tar.gz |
Replace uses of GBSearchArray with GArray and bsearch(), to remove
Sat Sep 8 13:53:09 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
with GArray and bsearch(), to remove dependency on a still
evolving interface that we want to keep private to glib/gobject.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r-- | gtk/gtkrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index d655ca2b0..b62db65bb 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -76,7 +76,7 @@ struct _GtkRcStyle gint ythickness; /*< private >*/ - GBSearchArray *rc_properties; + GArray *rc_properties; /* list of RC style lists including this RC style */ GSList *rc_style_lists; |