wireplumber/lib
George Kiagiadakis 55f56fec2a session-item: remove the ACTIVATING/EXPORTING flag before the callback
It is a valid use case to do things like call wp_session_item_export()
from within the async ready callback of _activate(), and it's not
possible unless the ACTIVATING flag has been cleared first.

To do this, use a GCClosure to wrap the callback and install marshal
guards, which are called before and after the callback, to modify
the flags.
2020-05-08 19:56:08 +03:00
..
wp session-item: remove the ACTIVATING/EXPORTING flag before the callback 2020-05-08 19:56:08 +03:00
wptoml wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
meson.build wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00