docs: Add brief descriptions to all functions

This ensures all of these functions are picked up by g-ir-scanner.
This commit is contained in:
Jason Francis
2021-06-01 19:39:13 -04:00
committed by George Kiagiadakis
parent 35c7196454
commit ed8346e77d
25 changed files with 154 additions and 10 deletions

View File

@@ -38,6 +38,10 @@ struct spa_type_info;
WP_API
GType wp_spa_type_get_type (void);
/*!
* \brief Type id representing an invalid SPA type
* \ingroup wpspatype
*/
static const WpSpaType WP_SPA_TYPE_INVALID = 0xffffffff;
WP_API