Packages
gobject-introspection-1.0
GI
TypeTag
ARRAY
BOOLEAN
DOUBLE
ERROR
FILENAME
FLOAT
GHASH
GLIST
GSLIST
GTYPE
INT16
INT32
INT64
INT8
INTERFACE
UINT16
UINT32
UINT64
UINT8
UNICHAR
UTF8
VOID
to_string
TypeTag
Description:
[
CCode
( cprefix =
"GI_TYPE_TAG_"
, has_type_id =
false
) ]
public
enum
TypeTag
The type tag of a
TypeInfo
.
Namespace:
GI
Package:
gobject-introspection-1.0
Content:
Enum values:
ARRAY
-
an array
BOOLEAN
-
boolean
DOUBLE
-
double floating point
ERROR
-
a
Error
FILENAME
-
a filename, encoded in the same encoding as the native filesystem is using.
FLOAT
-
float
GHASH
-
a
GenericSet
GLIST
-
a
List
GSLIST
-
a
SList
GTYPE
-
a
Type
INT16
-
16-bit signed integer
INT32
-
32-bit signed integer
INT64
-
64-bit signed integer
INT8
-
8-bit signed integer
INTERFACE
-
an extended interface object
UINT16
-
16-bit unsigned integer
UINT32
-
32-bit unsigned integer
UINT64
-
64-bit unsigned integer
UINT8
-
8-bit unsigned integer
UNICHAR
-
Unicode character
UTF8
-
a UTF-8 encoded string
VOID
-
void
Methods:
public
unowned
string
to_string
()
Obtain a string representation of
type