properties: improve documentation of _get_count()

This commit is contained in:
George Kiagiadakis 2022-05-10 15:27:31 +03:00
parent 2eed279c9d
commit dacc586898

View file

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