get_type_init


Description:

public unowned string get_type_init ()

Obtain the type init function for info.

The type init function is the function which will register the GType within the GObject type system. Usually this is not called by langauge bindings or applications, use get_g_type directly instead.

Parameters:

info

a RegisteredTypeInfo

Returns:

the symbol name of the type init function, suitable for passing into g_module_symbol.