Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Enum GObject.TypeFlags

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeFlags
Enum : TypeFlags
  Show / Hide Inherited methods, properties and signals
Bit masks used to check or determine characteristics of a type.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
register_type (Number parent_type, String type_name, TypeInfo type_info, TypeFlags flags) : Number
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)