Function

GObject-2.0GObjecttype_interface_instantiatable_prerequisiteSince 2.68

  • Returns the most specific instantiatable prerequisite of an interface type. If the interface type has no instantiatable prerequisite, G_TYPE_INVALID is returned.

    See g_type_interface_add_prerequisite() for more information about prerequisites.

    Parameters

    • interface_type: GType

      an interface type

    Returns GType

    the instantiatable prerequisite type or G_TYPE_INVALID if none

    2.68