mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 03:08:13 +02:00
lib: fix some incorrect docs for signals
This commit is contained in:
parent
9208ea051c
commit
1121618387
3 changed files with 4 additions and 4 deletions
|
|
@ -507,7 +507,7 @@ wp_spa_device_deactivate (WpObject * object, WpObjectFeatures features)
|
|||
* Flags: G_SIGNAL_RUN_FIRST
|
||||
* \endparblock
|
||||
*
|
||||
* \par remove-object
|
||||
* \par object-removed
|
||||
* \parblock
|
||||
* \code
|
||||
* void
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
* \code
|
||||
* void
|
||||
* changed_callback (WpMetadata * self,
|
||||
* guint object,
|
||||
* guint subject,
|
||||
* gchar * key,
|
||||
* gchar * type,
|
||||
* gchar * value,
|
||||
|
|
|
|||
|
|
@ -106,11 +106,11 @@
|
|||
* Flags: G_SIGNAL_RUN_FIRST
|
||||
* \endparblock
|
||||
*
|
||||
* \par object-changed
|
||||
* \par objects-changed
|
||||
* \parblock
|
||||
* \code
|
||||
* void
|
||||
* object_changed_callback (WpObjectManager * self,
|
||||
* objects_changed_callback (WpObjectManager * self,
|
||||
* gpointer user_data)
|
||||
* \endcode
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue