GLib.GType Members

The members of GLib.GType are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructor for GType. Primarily used in generated wrappers for gtk objects.

Public Fields

static readonly
BooleanGType. The GLib.GType for bool values.
static readonly
BoxedGType. The GLib.GType for "boxed" struct values.
static readonly
CharGType. The GLib.GType for sbyte values.
static readonly
DoubleGType. The GLib.GType for double values.
static readonly
EnumGType. The GLib.GType for GType-registered enum values.
static readonly
FlagsGType. The GLib.GType for GType-registered flag values.
static readonly
FloatGType. The GLib.GType for float values.
static readonly
IntGType. The GLib.GType for int values.
static readonly
Int64GType. The GLib.GType for long values.
static readonly
InterfaceGType. The GLib.GType for unmanaged interface values.
static readonly
InvalidGType. An invalid GLib.GType.
static readonly
NoneGType. A GLib.GType corresponding to void.
static readonly
ObjectGType. The GLib.GType for GLib.Object values.
static readonly
PointerGType. The GLib.GType for pointer values.
static readonly
StringGType. The GLib.GType for string values.
static readonly
UCharGType. The GLib.GType for byte values.
static readonly
UIntGType. The GLib.GType for uint values.
static readonly
UInt64GType. The GLib.GType for ulong values.

Public Properties

[read-only]
ValIntPtr. Read only property retrieves the IntPtr representing the GType object in question.

Public Methods

static
LookupType(IntPtr) : Type
Looks up the Type corresponding to an unmanaged GType
static
Register(GType, Type)
Registers a GLib.GType to Type mapping.

Public Operators

static
Equality(GType, GType)Documentation for this section has not yet been entered.
static
Inequality(GType, GType)Documentation for this section has not yet been entered.
static
Conversion to System.Type(Explicit)Documentation for this section has not yet been entered.
static
Conversion to GLib.GType(Explicit)Documentation for this section has not yet been entered.