| Import line: | GObject = imports.gi.GObject; |
| GIR File: | GObject-2.0.gir |
| C documentation: | GTypeFlags |
| Enum : | TypeFlags |
| Properties | |
|---|---|
|
guint32 GObject.TypeFlags.ABSTRACT : 16
|
|
|
guint32 GObject.TypeFlags.VALUE_ABSTRACT : 32
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GObject
Method |
GObject.type_register_dynamic
(Number parent_type, String type_name, TypePlugin plugin, TypeFlags flags)
:
Number
Registers type_name as the name of a new dynamic type derived from
GTypePlugin structure pointed to by plugin to manage the type and its instances (if not abstract). |
|
GObject
Method |
GObject.type_register_fundamental
(Number type_id, String type_name, TypeInfo info, TypeFundamentalInfo finfo, TypeFlags flags)
:
Number
Registers type_id as the predefined identifier and type_name as the
name of a fundamental type. |
|
GObject
Method |
GObject.type_register_static
(Number parent_type, String type_name, TypeInfo info, TypeFlags flags)
:
Number
Registers type_name as the name of a new static type derived from
GTypeInfo structure pointed to by info to manage the type and its instances (if not abstract). |
|
GObject.TypeModule
Method |
Looks up or registers a type that is implemented with a particular
type plugin. |