Struct

VteProperties

unstable since: 0.82

Description [src]

struct VteProperties {
  /* No available fields */
}

A property bag.

Available since: 0.82

Instance methods

vte_properties_dup_property_string

Returns the value of a VTE_PROPERTY_STRING property, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_dup_property_string_by_id

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

unstable since: 0.82

vte_properties_dup_property_uuid

Returns the value of a VTE_PROPERTY_UUID property as a VteUuid, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_dup_property_uuid_by_id

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

unstable since: 0.82

vte_properties_get_property_bool

For a VTE_PROPERTY_BOOL property, sets value to props value, or to FALSE if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_bool_by_id

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

unstable since: 0.82

vte_properties_get_property_data

Returns the value of a VTE_PROPERTY_DATA property, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_data_by_id

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

unstable since: 0.82

vte_properties_get_property_double

For a VTE_PROPERTY_DOUBLE property, sets value to props value, which is finite; or to 0.0 if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_double_by_id

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

unstable since: 0.82

vte_properties_get_property_enum

For a VTE_PROPERTY_STRING property, sets value to props value, parsed as a value of the enumeration type gtype, or to 0 if prop is unset, or if its value could not be parsed as a value of the enumeration type, or if prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_enum_by_id

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

unstable since: 0.82

vte_properties_get_property_flags

For a VTE_PROPERTY_STRING property, sets value to props value, parsed as a ‘|’-separated list of values of the flags type gtype, or to 0 if prop is unset, or if its value could not be parsed as a list of values of the flags type, if prop is not a registered property. If ignore_unknown_flags is TRUE, flags that are unknown are ignored instead of causing this function to return FALSE.

unstable since: 0.82

vte_properties_get_property_flags_by_id

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

unstable since: 0.82

vte_properties_get_property_int

For a VTE_PROPERTY_INT property, sets value to props value, or to 0 if prop is unset, or if prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_int_by_id

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

unstable since: 0.82

vte_properties_get_property_rgba

Stores the value of a VTE_PROPERTY_RGB or VTE_PROPERTY_RGBA property in color and returns TRUE if the property is set, or stores rgb(0,0,0) or rgba(0,0,0,1) in color and returns FALSE if the property is unset.

unstable since: 0.82

vte_properties_get_property_rgba_by_id

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

unstable since: 0.82

vte_properties_get_property_string

Returns the value of a VTE_PROPERTY_STRING property, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_string_by_id

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

unstable since: 0.82

vte_properties_get_property_uint

For a VTE_PROPERTY_UINT property, sets value to props value, or to 0 if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_get_property_uint_by_id

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

unstable since: 0.82

vte_properties_get_property_value

Returns TRUE with the value of prop stored in value (if not NULL) if, the property has a value, or FALSE if prop is unset, or prop is not a registered property; in that case value will not be set.

unstable since: 0.82

vte_properties_get_property_value_by_id

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

unstable since: 0.82

vte_properties_get_registry
No description available.

unstable since: 0.82

vte_properties_ref_property_data_bytes

Returns the value of a VTE_PROPERTY_DATA property as a GBytes, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_ref_property_data_bytes_by_id

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

unstable since: 0.82

vte_properties_ref_property_image_pixbuf

Returns the value of a VTE_PROPERTY_IMAGE property as a GdkPixbuf, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_ref_property_image_pixbuf_by_id

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

unstable since: 0.82

vte_properties_ref_property_image_surface

Returns the value of a VTE_PROPERTY_IMAGE property as a #cairo_surface_t, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_ref_property_image_surface_by_id

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

unstable since: 0.82

vte_properties_ref_property_uri

Returns the value of a VTE_PROPERTY_URI property as a GUri, or NULL if prop is unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_ref_property_uri_by_id

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

unstable since: 0.82

vte_properties_ref_property_variant

Returns the value of prop as a GVariant, or NULL if prop unset, or prop is not a registered property.

unstable since: 0.82

vte_properties_ref_property_variant_by_id

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

unstable since: 0.82