spa: add description to PropInfo

This commit is contained in:
Wim Taymans 2021-11-30 17:40:56 +01:00
parent f894a51eab
commit 2f82661966
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ enum spa_prop_info {
* for the value. */
SPA_PROP_INFO_container, /**< type of container if any (Id) */
SPA_PROP_INFO_params, /**< is part of params property (Bool) */
SPA_PROP_INFO_description, /**< User readable description */
};
/** predefined properties for SPA_TYPE_OBJECT_Props */