Method
GtkBuilderCScopelookup_callback_symbol
Declaration [src]
GCallback
gtk_builder_cscope_lookup_callback_symbol (
GtkBuilderCScope* self,
const char* callback_name
)
Parameters
callback_name |
const char* |
The name of the callback. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | GCallback |
The callback symbol
in |