diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2007-06-19 12:23:36 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-06-19 12:23:36 +0000 |
commit | 60a409785facbef5ba61c0bb1e396ec027e02bbc (patch) | |
tree | ddcf183272d6352f3f57b8e13ddcb0ede4c885f9 /gtk/gtkcelllayout.c | |
parent | 2e654b1671ea5451cc1ca8ed8a03380e2b175f7e (diff) | |
download | gtk+-60a409785facbef5ba61c0bb1e396ec027e02bbc.tar.gz |
Rename buildable methods to not clash with widget methods. (#448928,
2007-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/*: Rename buildable methods to not clash with widget
methods. (#448928, Torsten Schoenfeld)
svn path=/trunk/; revision=18187
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r-- | gtk/gtkcelllayout.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 89f0a1ab03..9fba57bf0f 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -406,10 +406,10 @@ _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable, } void -_gtk_cell_layout_buildable_add (GtkBuildable *buildable, - GtkBuilder *builder, - GObject *child, - const gchar *type) +_gtk_cell_layout_buildable_add_child (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *type) { GtkCellLayoutIface *iface; |