Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.FlagsValue

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GFlagsValue
Struct : FlagsValue
A structure which contains a single flags value, its name, and its
nickname.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.FlagsValue ()
Create a new GObject.FlagsValue
Create a new GObject.FlagsValue
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.flags_complete_type_info (Number g_flags_type, TypeInfo info, FlagsValue const_values) : none
This function is meant to be called from the complete_type_info()
function of a GTypePlugin implementation, see the example for
g_enum_complete_type_info() above.
GObject
Method
GObject.flags_register_static (String name, FlagsValue const_static_values) : Number
Registers a new static flags type with the name name.
GObject.TypeModule
Method
register_flags (String name, FlagsValue const_static_values) : Number
Looks up or registers a flags 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:43 GMT+0800 (HKT)