mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
gtkbuilderscope: Correct the argument values
These should match the function arguments.
This commit is contained in:
parent
ecd27f6c3c
commit
eae23ebf69
@ -434,11 +434,10 @@ gtk_builder_cscope_new (void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_builder_cscope_add_callback:
|
* gtk_builder_cscope_add_callback:
|
||||||
* @self: a `GtkBuilderCScope`
|
* @scope: a `GtkBuilderCScope`
|
||||||
* @callback_symbols: (scope async): The callback pointer
|
* @callback: (scope async): The callback pointer
|
||||||
*
|
*
|
||||||
* Adds the @callback_symbol to the scope of @builder under its
|
* Adds the @callback to the scope of @builder under its own name.
|
||||||
* own name.
|
|
||||||
*
|
*
|
||||||
* This is a convenience wrapper of [method@Gtk.BuilderCScope.add_callback_symbol].
|
* This is a convenience wrapper of [method@Gtk.BuilderCScope.add_callback_symbol].
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user