GType g_registered_type_info_get_g_type GIRepository.RegisteredTypeInfo info registered_type_info_get_g_type @accepts(GIRepository.RegisteredTypeInfo) @returns(GType) def registered_type_info_get_g_type(info)

Obtain the GType for this registered type or G_TYPE_NONE which a special meaning. It means that either there is no type information associated with this @info or that the shared library which provides the type_init function for this @info cannot be called.

info :

a GIRegisteredTypeInfo

Returns :

the GType.