Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GTypeFlags |
Enum : | TypeFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GObject.TypeFlags.ABSTRACT : 16
|
|
Number 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
|
GObject
Method |
GObject.type_register_fundamental
(Number type_id, String type_name, TypeInfo info, TypeFundamentalInfo finfo, TypeFlags flags)
:
Number
|
GObject
Method |
GObject.type_register_static
(Number parent_type, String type_name, TypeInfo info, TypeFlags flags)
:
Number
|
GObject
Method |
GObject.type_register_static_simple
(Number parent_type, String type_name, Number class_size, Function class_init, Number instance_size, Function instance_init, TypeFlags flags)
:
Number
|
GObject.TypeModule
Method |
|
Gst
Method |
Gst.type_register_static_full
(Number parent_type, String type_name, Number class_size, Function base_init, Function base_finalize, Function class_init, Function class_finalize, void* class_data, Number instance_size, Number n_preallocs, Function instance_init, TypeValueTable value_table, TypeFlags flags)
:
Number
Helper function which constructs a GTypeInfo structure and registers a GType, but which generates less linker overhead than a static const GTypeInfo structure.
|