Enumeration

VtePropertyType

since: 0.78

Declaration

enum Vte.PropertyType

Description [src]

An enumeration type describing types of properties.

Available since: 0.78

Members

Name Description
VTE_PROPERTY_VALUELESS

No value, use for signalling.

VTE_PROPERTY_BOOL

A bool.

VTE_PROPERTY_INT

A signed 64-bit integer.

VTE_PROPERTY_UINT

An unsigned 64-bit integer.

VTE_PROPERTY_DOUBLE

A finite double-precision floating point number.

VTE_PROPERTY_RGB

A color.

VTE_PROPERTY_RGBA

A color with alpha.

VTE_PROPERTY_STRING

A string.

VTE_PROPERTY_DATA

Binary data.

VTE_PROPERTY_UUID

A UUID.

VTE_PROPERTY_URI

A URI.