Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Enum GObject.TypeDebugFlags

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeDebugFlags
Enum : TypeDebugFlags
The GTypeDebugFlags enumeration values can be passed to
g_type_init_with_debug_flags() to trigger debugging messages during runtime.
Note that the messages can also be triggered by setting the
GOBJECT_DEBUG environment variable to a ':'-separated list of
"objects" and "signals".
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.type_init_with_debug_flags (TypeDebugFlags debug_flags) : none
Similar to g_type_init(), but additionally sets debug flags.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:48 GMT+0800 (HKT)