Variant.dupObjv

Gets the contents of an array of object paths glib.Variant This call makes a deep copy; the return result should be released with g_strfreev().

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.

class Variant
string[]
dupObjv
()

Return Value

Type: string[]

an array of strings

Meta

Since

2.30