Value.objectEnumerateProperties

Get the list of property names of @value. Only properties defined with %JSC_VALUE_PROPERTY_ENUMERABLE flag will be collected.

class Value
string[]
objectEnumerateProperties
()

Return Value

Type: string[]

a %NULL-terminated array of strings containing the property names, or %NULL if @value doesn't have enumerable properties. Use g_strfreev() to free.

Meta