mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 06:18:04 +02:00
properties: improve documentation of _get_count()
This commit is contained in:
parent
2eed279c9d
commit
dacc586898
1 changed files with 3 additions and 2 deletions
|
|
@ -929,9 +929,11 @@ wp_properties_iterator_item_get_value (const GValue * item)
|
|||
}
|
||||
|
||||
/*!
|
||||
* \brief gets the number of items
|
||||
* \brief Gets the number of properties contained in this object
|
||||
* \ingroup wpproperties
|
||||
* \param self a properties object
|
||||
* \returns the number of properties contained in this object
|
||||
* \since 0.4.10
|
||||
*/
|
||||
guint
|
||||
wp_properties_get_count (WpProperties * self)
|
||||
|
|
@ -942,7 +944,6 @@ wp_properties_get_count (WpProperties * self)
|
|||
return dict->n_items;
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
* \brief Sorts the keys in alphabetical order
|
||||
* \ingroup wpproperties
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue