/** \defgroup pw_permission Permission * * Permissions are kept for a client and describe what the client is * allowed to do with an object. * * See \ref page_core_api
*/
/** * \addtogroup pw_permission * \{
*/
#define PW_PERM_R 0400 /**< object can be seen and events can be received */ #define PW_PERM_W 0200 /**< methods can be called that modify the object */ #define PW_PERM_X 0100 /**< methods can be called on the object. The W flag must be
* present in order to call methods that modify the object. */ #define PW_PERM_M 0010 /**< metadata can be set on object, Since 0.3.9 */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.