Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.TypeValueTable

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeValueTable
Struct : TypeValueTable
  Show / Hide Inherited methods, properties and signals
The GTypeValueTable provides the functions required by the GValue implementation, to serve as a container for values of a type.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.TypeValueTable ()
Create a new GObject.TypeValueTable
Create a new GObject.TypeValueTable
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.type_value_table_peek (Number type) : GObject.TypeValueTable
GObject.TypePlugin
Method
complete_type_info (Number g_type, TypeInfo info, TypeValueTable value_table) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:02 GMT+0800 (HKT)