Function
Gckvalue_to_boolean
Declaration [src]
gboolean
gck_value_to_boolean (
const guchar* value,
gsize length,
gboolean* result
)
Parameters
value |
An array of guchar |
Memory to convert. |
|
The length of the array is specified in the length argument. | |
The data is owned by the caller of the function. | |
length |
gsize |
Length of memory. |
|
result |
gboolean* |
A location to store the result. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. |