class GObject::FlagsValue
- GObject::FlagsValue
- Reference
- Object
Overview
A structure which contains a single flags value, its name, and its nickname.
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/flags_value.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGObject::FlagsValue, transfer : GICrystal::Transfer)
- .new(value : UInt32 | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #to_unsafe
- #value : UInt32
- #value=(value : UInt32)
- #value_name : String | Nil
- #value_name!
- #value_nick : String | Nil
- #value_nick!
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.