Skip to content

baseinfo: don't abort when calling g_base_info_get_name() on a GITypeInfo. Fixes #96

GITypeInfo is a GIBaseInfo so calling g_base_info_get_name() on it should do something sensible.

g_base_info_get_name() has always been documented to return NULL in case no name is available so return that instead.

Merge request reports