Method

GtkBuilderadd_callback_symbols

since: 3.10

Declaration [src]

void
gtk_builder_add_callback_symbols (
  GtkBuilder* builder,
  const gchar* first_callback_name,
  GCallback first_callback_symbol,
  ...
)

Description [src]

A convenience function to add many callbacks instead of calling gtk_builder_add_callback_symbol() for each symbol.

Available since: 3.10

This method is not directly available to language bindings.

Parameters

first_callback_name

Type: const gchar*

The name of the callback, as expected in the XML.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
first_callback_symbol

Type: GCallback

The callback pointer.

...

Type: 

A list of callback name and callback symbol pairs terminated with NULL.