Method
LasemAttributeManagerset_attribute
Declaration [src]
gboolean
lsm_attribute_manager_set_attribute (
LsmAttributeManager* manager,
void* instance,
const char* name,
const char* value
)
Parameters
instance
-
Type:
void*
No description available.
The argument can be NULL
.The data is owned by the caller of the method. name
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.