Fix the function name in the gtk-doc stanza

The documentation is still referring to the old function's name.
This commit is contained in:
Emmanuele Bassi 2020-02-11 17:28:18 +00:00
parent 35ac7de140
commit 32a2a629dd

View File

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