Variant.getObjv

Gets the contents of an array of object paths GVariant. This call makes a shallow copy; the return result should be released with g_free(), but the individual strings must not be modified. If length is non-NULL then the number of elements in the result is stored there. In any case, the resulting array will be NULL-terminated. For an empty array, length will be set to 0 and a pointer to a NULL pointer will be returned. Since 2.30

class Variant
string[]
getObjv
()

Return Value

Type: string[]

an array of constant strings. [array length=length zero-terminated=1][transfer container]

Meta