Method

Gtk.BuilderCScope.lookup_callback_symbol

Declaration [src]

GCallback
gtk_builder_cscope_lookup_callback_symbol (
  GtkBuilderCScope* self,
  const char* callback_name
)

Description [src]

Fetches a symbol previously added with gtk_builder_cscope_add_callback_symbol().

Parameters

callback_name const char*
 

The name of the callback

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string

Return value

Returns: GCallback

The callback symbol in builder for callback_name, or NULL