Struct

VtePropertiesRegistry

unstable since: 0.82

Description [src]

struct VtePropertiesRegistry {
  /* No available fields */
}

A property registry.

Available since: 0.82

Instance methods

vte_properties_registry_get_properties

Gets the names of the installed properties in an unspecified order.

unstable since: 0.82

vte_properties_registry_query

Gets the property type of the property. For properties installed by vte_install_property(), the name starts with “vte.ext.”.

unstable since: 0.82

vte_properties_registry_query_by_id

Like vte_properties_registry_query_by_name() except that it takes the property by ID. See that function for more information.

unstable since: 0.82