diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-01 01:31:41 -0500 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:37:36 +0000 |
commit | c1e10473fb0d0fec4cad1e935589534c90854a80 (patch) | |
tree | 5e626a8b1d6b7db377b8394e665ac30a7ce9b17d /gtk/gtkbuildable.h | |
parent | e8bba52190c1483bfd8ab1113aef543e30b40d4e (diff) | |
download | gtk+-c1e10473fb0d0fec4cad1e935589534c90854a80.tar.gz |
builder: Tweak docs
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r-- | gtk/gtkbuildable.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 78791abbc3..e082706df1 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -39,6 +39,12 @@ typedef struct _GtkBuildableParseContext GtkBuildableParseContext; typedef struct _GtkBuildableParser GtkBuildableParser; /** + * GtkBuildableParseContext: + * + * An opaque context struct for `GtkBuildableParser`. + */ + +/** * GtkBuildableParser: * @start_element: function called for open elements * @end_element: function called for close elements |