diff options
Diffstat (limited to 'gtk/gtkcelllayout.h')
-rw-r--r-- | gtk/gtkcelllayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.h b/gtk/gtkcelllayout.h index 8e2e272cb2..3f03687a10 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); |