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
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
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
register_type (Number parent_type, String type_name, TypeInfo type_info, TypeFlags flags) : Number
Looks up or registers a type that is implemented with a particular
type plugin.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:48 GMT+0800 (HKT)