get_interface


Description:

public BaseInfo get_interface ()

For types which have INTERFACE such as GObjects and boxed values, this function returns full information about the referenced type.

You can then inspect the type of the returned BaseInfo to further query whether it is a concrete GObject, a GInterface, a structure, etc. using get_type.

Parameters:

info

a TypeInfo

Returns:

the BaseInfo, or null. Free it with g_base_info_unref when done.