Pipewire::Metadata
Inherits Pipewire::EventListener < Pipewire::Base < Reference < Object
Constants
EVENT_LISTENER_VERSION = LibPipewire::VERSION_METADATA_EVENTS
Constructors
Instance methods
clear
Sourceon_property
Registers the block as a new handler for the event property.
A reference to the returned instance of EventListenerProperty is held by self, until EventListenerProperty#remove is called.
This prevents the garbage collector from collecting the event handler.
The instance of EventListenerProperty also holds a reference to self.
set_property(subject, key, type, value)
Source