summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-08-29 15:21:20 +0200
committerMatthias Clasen <mclasen@redhat.com>2019-09-10 12:08:20 -0400
commit96b37f4eb8ec0e7598534a83816be7c013fd1c9b (patch)
treedfb83ab6a57766627dc82cfc12b8eadef7bfaa5e /gtk/gtkcelllayout.h
parent135cea76fbe41cea7a83ebb3381bdc1410f8f9fb (diff)
downloadgtk+-96b37f4eb8ec0e7598534a83816be7c013fd1c9b.tar.gz
Use the new GtkBuildableParser type in GtkBuildable interfaces
Diffstat (limited to 'gtk/gtkcelllayout.h')
-rw-r--r--gtk/gtkcelllayout.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/gtk/gtkcelllayout.h b/gtk/gtkcelllayout.h
index 3e3e33fe69..ccad30c6a3 100644
--- a/gtk/gtkcelllayout.h
+++ b/gtk/gtkcelllayout.h
@@ -147,21 +147,21 @@ void gtk_cell_layout_reorder (GtkCellLayout *cell_layout,
GDK_AVAILABLE_IN_ALL
GtkCellArea *gtk_cell_layout_get_area (GtkCellLayout *cell_layout);
-gboolean _gtk_cell_layout_buildable_custom_tag_start (GtkBuildable *buildable,
- GtkBuilder *builder,
- GObject *child,
- const gchar *tagname,
- GMarkupParser *parser,
- gpointer *data);
-gboolean _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable,
- GtkBuilder *builder,
- GObject *child,
- const gchar *tagname,
- gpointer *data);
-void _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable,
- GtkBuilder *builder,
- GObject *child,
- const gchar *type);
+gboolean _gtk_cell_layout_buildable_custom_tag_start (GtkBuildable *buildable,
+ GtkBuilder *builder,
+ GObject *child,
+ const gchar *tagname,
+ GtkBuildableParser *parser,
+ gpointer *data);
+gboolean _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable,
+ GtkBuilder *builder,
+ GObject *child,
+ const gchar *tagname,
+ gpointer *data);
+void _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable,
+ GtkBuilder *builder,
+ GObject *child,
+ const gchar *type);
G_END_DECLS