Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GTypeValueTable |
Struct : | TypeValueTable |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
collect_format : String
|
GObject.TypeValueTable | |
collect_value : void*
read only
|
GObject.TypeValueTable | |
lcopy_format : String
|
GObject.TypeValueTable | |
lcopy_value : void*
read only
|
GObject.TypeValueTable | |
value_copy : void*
read only
|
GObject.TypeValueTable | |
value_free : void*
read only
|
GObject.TypeValueTable | |
value_init : void*
read only
|
GObject.TypeValueTable | |
value_peek_pointer : void*
read only
|
GObject.TypeValueTable |
Method / Constructor | Defined By | |
---|---|---|
new GObject.TypeValueTable
()
Create a new GObject.TypeValueTable
Create a new GObject.TypeValueTable
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject
Method |
|
GObject.TypePlugin
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.
|