utf8 g_registered_type_info_get_type_init GIRepository.RegisteredTypeInfo info registered_type_info_get_type_init @accepts(GIRepository.RegisteredTypeInfo) @returns(utf8) def registered_type_info_get_type_init(info)

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 g_registered_type_info_get_g_type() directly instead.

passing into g_module_symbol().

info :

a GIRepository.RegisteredTypeInfo

Returns :

the symbol name of the type init function, suitable for