Class
PwgImplModule
since: 0.1
Description [src]
final class Pwg.ImplModule : GObject.Object
{
/* No available fields */
}
Handle for a PipeWire implementation module loaded into a PwgCore context.
The module is kept loaded while this object is loaded. Unload it explicitly
with pwg_impl_module_unload() or by dropping the object.
Stability: Unstable
Available since: 0.1
Instance methods
pwg_impl_module_get_loaded
Gets whether this handle still has a loaded PipeWire implementation module.
since: 0.1
Properties
Pwg.ImplModule:loaded
Whether this handle still has a loaded PipeWire implementation module.
since: 0.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.