gchar* g_registered_type_info_get_type_init GIRegisteredTypeInfo* info g_registered_type_info_get_type_init gchar* g_registered_type_info_get_type_init (GIRegisteredTypeInfo* 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().