mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 13:38:02 +02:00
object-manager: doc: add note about the installed signal
This commit is contained in:
parent
5412ca972f
commit
bc3d9da5f8
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@
|
|||
* that match the interests of this WpObjectManager will immediately become
|
||||
* available to get through wp_object_manager_new_iterator() and the
|
||||
* WpObjectManager \c object-added signal will be emitted for all of them.
|
||||
* However, note that if these objects need to be prepared (to activate some
|
||||
* features on them), the emission of \c object-added will be delayed. To know
|
||||
* when it is safe to access the initial set of objects, wait until the
|
||||
* \c installed signal has been emitted. That signal is emitted asynchronously
|
||||
* after all the initial objects have been prepared.
|
||||
*
|
||||
* \gproperties
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue