Package: gobject

Function g-type-default-interface-unref

Lambda List

g-type-default-interface-unref (iface)

Arguments

iface -- the default vtable structure for an interface, as returned by the function g-type-default-interface-ref

Details

Decrements the reference count for the type corresponding to the interface default vtable of interface. 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 will be called.
 

See also

2020-11-14