Sets a preferences value using a plist and optional by domain and/or key name.
- Parameters
-
client | an initialized lockdownd client. |
domain | the domain to query on or NULL for global domain |
key | the key name to set the value or NULL to set a value dict plist |
value | a plist node of any node type representing the value to set |
- Returns
- LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client or value is NULL