Besonderhede van voorbeeld: 2567761758683846063

Metadata

Author: WikiMatrix

Data

English[en]
As of GLib 2.9.2, the non-classed built-in fundamental types are an empty type, corresponding to C's void (G_TYPE_NONE); types corresponding to C's signed and unsigned char, int, long, and 64-bit integers (G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_INT64, and G_TYPE_UINT64); a boolean type (G_TYPE_BOOLEAN); an enumeration type and a “flags” type, both corresponding to C's enum type, but differing in that the latter is only used for bit fields (G_TYPE_ENUM and G_TYPE_FLAGS); types for single- and double-precision IEEE floats, corresponding to C's float and double (G_TYPE_FLOAT and G_TYPE_DOUBLE); a string type, corresponding to C's char * (G_TYPE_STRING); an opaque pointer type, corresponding to C's void * (G_TYPE_POINTER).
Spanish[es]
A partir de GLib 2.9.2 , los tipos no claseados fundamentales integrados son un tipo vacío, correspondiente al void de C (G_TYPE_NONE); tipos correspondientes a los tipos con signo y sin signo de C char, int, long y enteros de 64-bit (G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_INT64 y G_TYPE_UINT64); un tipo booleano (G_TYPE_BOOLEAN); un tipo enumerado y un tipo "flags”, ambos corresponientes al tipo enum de C, pero difiriendo en que este último es solo usado para campos de bit (G_TYPE_ENUM y G_TYPE_FLAGS); tipos para simple y doble precisión IEEE punto flotante, correspondiente al float y double de C (G_TYPE_FLOAT y G_TYPE_DOUBLE); un tipo cadena, correspondiente al char * de C (G_TYPE_STRING); un tipo de puntero opaco, correspondiente al void * de C (G_TYPE_POINTER).

History

Your action: