enum GObject::ParamFlags
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/g_object.crEnum Members
-
Readable =
1_u32 -
Writable =
2_u32 -
Readwrite =
3_u32 -
Construct =
4_u32 -
ConstructOnly =
8_u32 -
LaxValidation =
16_u32 -
StaticName =
32_u32 -
Private =
32_u32 -
StaticNick =
64_u32 -
StaticBlurb =
128_u32 -
ExplicitNotify =
1073741824_u32 -
Deprecated =
2147483648_u32
Instance Method Summary
- #construct?
- #construct_only?
- #deprecated?
- #explicit_notify?
- #lax_validation?
- #none?
- #private?
- #readable?
- #readwrite?
- #static_blurb?
- #static_name?
- #static_nick?
- #writable?