mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
builder: Skip introspecting lookup_callback_symbol()
Opaque function pointers as return values are not really usable in high level languages, even via introspection.
This commit is contained in:
parent
7410a4a994
commit
b2cbe7ba79
@ -2435,7 +2435,7 @@ gtk_builder_add_callback_symbols (GtkBuilder *builder,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_builder_lookup_callback_symbol:
|
||||
* gtk_builder_lookup_callback_symbol: (skip)
|
||||
* @builder: a #GtkBuilder
|
||||
* @callback_name: The name of the callback
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user