From eae23ebf69ad8ea43f59b0f603221b8994931436 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 18:10:53 +0200 Subject: [PATCH] gtkbuilderscope: Correct the argument values These should match the function arguments. --- gtk/gtkbuilderscope.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk/gtkbuilderscope.c b/gtk/gtkbuilderscope.c index 8d18c44c96..e24cd62618 100644 --- a/gtk/gtkbuilderscope.c +++ b/gtk/gtkbuilderscope.c @@ -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]. *