summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-04 16:53:28 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-04 16:53:28 +0900
commit52ba4f49c52a3157b595ea5da8c2a8f228094e28 (patch)
tree9f6c4eed50efa46b2dbdf7d7673b64e91f78099b /gtk/gtkcelllayout.h
parentc8c5ed8fa1d20ee93c45324138f85da76e968f43 (diff)
downloadgtk+-52ba4f49c52a3157b595ea5da8c2a8f228094e28.tar.gz
Added boolean return to GtkCellLayout buildable custom tag end shared private function.
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 26957e6b2a..6ab3844542 100644
--- a/gtk/gtkcelllayout.h
+++ b/gtk/gtkcelllayout.h
@@ -123,7 +123,7 @@ gboolean _gtk_cell_layout_buildable_custom_tag_start (GtkBuildable *buildable,
const gchar *tagname,
GMarkupParser *parser,
gpointer *data);
-void _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable,
+gboolean _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable,
GtkBuilder *builder,
GObject *child,
const gchar *tagname,