gtkbuilderscope: Correct the argument values

These should match the function arguments.
This commit is contained in:
Maximiliano Sandoval 2024-05-25 18:10:53 +02:00
parent ecd27f6c3c
commit eae23ebf69
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -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].
*