Added boolean return to GtkCellLayout buildable custom tag end shared private function.

This commit is contained in:
Tristan Van Berkom
2010-12-04 16:53:28 +09:00
parent c8c5ed8fa1
commit 52ba4f49c5
2 changed files with 5 additions and 4 deletions

View File

@ -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,