lib: fix some incorrect docs for signals

This commit is contained in:
Peter Hutterer 2021-11-17 14:09:03 +10:00 committed by George Kiagiadakis
parent 9208ea051c
commit 1121618387
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -35,7 +35,7 @@
* \code
* void
* changed_callback (WpMetadata * self,
* guint object,
* guint subject,
* gchar * key,
* gchar * type,
* gchar * value,

View file

@ -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
*