Method
VtePropertiesRegistryget_properties
unstable since: 0.82
Declaration [src]
const char**
vte_properties_registry_get_properties (
  const VtePropertiesRegistry* registry,
  size_t* length
)
Description [src]
Gets the names of the installed properties in an unspecified order.
Available since: 0.82
Parameters
- length
- 
            Type: size_t*A location to store the length of the returned array. The argument will be set by the function. The argument can be NULL.
Return value
Type: An array of utf8
The names of the
  installed properties, or NULL if there are no properties.
| The length of the array is in the lengthargument. | 
| The caller of the method takes ownership of the returned data container, but not the data inside it. | 
| The return value can be NULL. | 
| Each element is a NUL terminated UTF-8 string. |