PropertyType
Description:
[ CCode ( cprefix = "VTE_PROPERTY_" , type_id = "vte_property_type_get_type ()" ) ]
[ Version ( since = "0.78" ) ]
public enum PropertyType
An enumeration type describing types of properties.
Content:
Enum values:
- BOOL - a bool
- DATA - binary data
- DOUBLE - a finite double-precision floating
point number
- IMAGE - an image.
- INT - a signed 64-bit integer
- RGB - a color
- RGBA - a color with alpha
- STRING - a string
- UINT - an unsigned 64-bit integer
- URI - a URI
- UUID - a UUID
- VALUELESS - no value, use for signalling