From c1e10473fb0d0fec4cad1e935589534c90854a80 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:31:41 -0500 Subject: [PATCH] builder: Tweak docs --- gtk/gtkbuildable.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 78791abbc3..e082706df1 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -38,6 +38,12 @@ typedef struct _GtkBuildableIface GtkBuildableIface; typedef struct _GtkBuildableParseContext GtkBuildableParseContext; typedef struct _GtkBuildableParser GtkBuildableParser; +/** + * GtkBuildableParseContext: + * + * An opaque context struct for `GtkBuildableParser`. + */ + /** * GtkBuildableParser: * @start_element: function called for open elements