mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +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:
|
||||
* @self: a `GtkBuilderCScope`
|
||||
* @callback_symbols: (scope async): The callback pointer
|
||||
* @scope: a `GtkBuilderCScope`
|
||||
* @callback: (scope async): The callback pointer
|
||||
*
|
||||
* Adds the @callback_symbol to the scope of @builder under its
|
||||
* own name.
|
||||
* Adds the @callback to the scope of @builder under its own name.
|
||||
*
|
||||
* This is a convenience wrapper of [method@Gtk.BuilderCScope.add_callback_symbol].
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user