Add a comment that reserved properties cannot be set by the API

This commit is contained in:
Peter Hutterer 2022-07-26 13:14:13 +10:00
parent 1ef00d449c
commit 9e7016e1fe

View file

@ -492,6 +492,9 @@ ei_property_set(struct ei *ei, const char *property, const char *value);
* to the property are always the binary AND of @a permissions and the
* existing permissions for this property (if any).
*
* Properties beginning with "ei." and "eis." are reserved for use by the
* library and cannot be created and/or modified.
*
* @return 0 on success or a negative errno on failure
* @retval -EACCESS The client does not have sufficient permissions for this
* operation