Function

GObject-2.0GObjecttype_default_interface_unrefDeprecated 2.84Since 2.4

  • Decrements the reference count for the type corresponding to the interface default vtable g_iface.

    If the type is dynamic, then when no one is using the interface and all references have been released, the finalize function for the interface's default vtable (the class_finalize member of GObject.TypeInfo) will be called.

    Parameters

    • Deprecatedg_iface: TypeInterface

      the default vtable structure for an interface, as returned by g_type_default_interface_ref()

    Returns void

    2.4

    since 2.84: Interface reference counting has been removed and interface types now cannot be finalized. This function no longer does anything.