Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GFlagsValue |
Struct : | FlagsValue |
Properties | Defined By | |
---|---|---|
value : guint32
|
GObject.FlagsValue | |
value_name : String
|
GObject.FlagsValue | |
value_nick : String
|
GObject.FlagsValue |
Method / Constructor | Defined By | |
---|---|---|
new GObject.FlagsValue
()
Create a new GObject.FlagsValue
Create a new GObject.FlagsValue
|
None |
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 |
Registers a new static flags type with the name name.
|
GObject.TypeModule
Method |
Looks up or registers a flags type that is implemented with a particular
type plugin. |