mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-03 11:28:01 +02:00
Add a comment that reserved properties cannot be set by the API
This commit is contained in:
parent
1ef00d449c
commit
9e7016e1fe
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue