diff options
Diffstat (limited to 'gtk/gtkbuilderscope.c')
-rw-r--r-- | gtk/gtkbuilderscope.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/gtkbuilderscope.c b/gtk/gtkbuilderscope.c index f5503c8b11..e9da61827a 100644 --- a/gtk/gtkbuilderscope.c +++ b/gtk/gtkbuilderscope.c @@ -429,6 +429,19 @@ gtk_builder_cscope_new (void) } /** + * gtk_builder_cscope_add_callback: + * @self: a `GtkBuilderCScope` + * @callback_symbols: (scope async): The callback pointer + * + * Adds the @callback_symbol to the scope of @builder under its + * own name. + * + * This is a convenience wrapper of [method@Gtk.BuilderCSope.add_callback_symbol]. + * + * Since: 4.8 + */ + +/** * gtk_builder_cscope_add_callback_symbol: * @self: a `GtkBuilderCScope` * @callback_name: The name of the callback, as expected in the XML |