summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.h
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2007-06-19 12:23:36 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-06-19 12:23:36 +0000
commit60a409785facbef5ba61c0bb1e396ec027e02bbc (patch)
treeddcf183272d6352f3f57b8e13ddcb0ede4c885f9 /gtk/gtkcelllayout.h
parent2e654b1671ea5451cc1ca8ed8a03380e2b175f7e (diff)
downloadgdk-pixbuf-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.h')
-rw-r--r--gtk/gtkcelllayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.h b/gtk/gtkcelllayout.h
index 8e2e272cb..3f03687a1 100644
--- a/gtk/gtkcelllayout.h
+++ b/gtk/gtkcelllayout.h
@@ -110,7 +110,7 @@ void _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable,
GObject *child,
const gchar *tagname,
gpointer *data);
-void _gtk_cell_layout_buildable_add (GtkBuildable *buildable,
+void _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable,
GtkBuilder *builder,
GObject *child,
const gchar *type);