summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-02-11 17:28:18 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-02-13 14:53:25 +0000
commit32a2a629dd4231ce800357221eb431c8a88f15b4 (patch)
treee2a2aa06e662e38c2fd91f8a480ba41c1ced0d75
parent35ac7de140406e4a9a6d2e75134569c8c6b26fe4 (diff)
downloadgtk+-32a2a629dd4231ce800357221eb431c8a88f15b4.tar.gz
Fix the function name in the gtk-doc stanza
The documentation is still referring to the old function's name.
-rw-r--r--gtk/gtkbuilderscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilderscope.c b/gtk/gtkbuilderscope.c
index 18f867a476..64011384c2 100644
--- a/gtk/gtkbuilderscope.c
+++ b/gtk/gtkbuilderscope.c
@@ -495,7 +495,7 @@ gtk_builder_cscope_add_callback_symbols (GtkBuilderCScope *self,
}
/**
- * gtk_builder_lookup_callback_symbol: (skip)
+ * gtk_builder_cscope_lookup_callback_symbol: (skip)
* @self: a #GtkBuilderCScope
* @callback_name: The name of the callback
*