enum Cairo::Status
Defined in:
lib/gi-crystal/src/auto/cairo-1.0/cairo.crEnum Members
-
Success =
0_u32
-
NoMemory =
1_u32
-
InvalidRestore =
2_u32
-
InvalidPopGroup =
3_u32
-
NoCurrentPoint =
4_u32
-
InvalidMatrix =
5_u32
-
InvalidStatus =
6_u32
-
NullPointer =
7_u32
-
InvalidString =
8_u32
-
InvalidPathData =
9_u32
-
ReadError =
10_u32
-
WriteError =
11_u32
-
SurfaceFinished =
12_u32
-
SurfaceTypeMismatch =
13_u32
-
PatternTypeMismatch =
14_u32
-
InvalidContent =
15_u32
-
InvalidFormat =
16_u32
-
InvalidVisual =
17_u32
-
FileNotFound =
18_u32
-
InvalidDash =
19_u32
-
InvalidDscComment =
20_u32
-
InvalidIndex =
21_u32
-
ClipNotRepresentable =
22_u32
-
TempFileError =
23_u32
-
InvalidStride =
24_u32
-
FontTypeMismatch =
25_u32
-
UserFontImmutable =
26_u32
-
UserFontError =
27_u32
-
NegativeCount =
28_u32
-
InvalidClusters =
29_u32
-
InvalidSlant =
30_u32
-
InvalidWeight =
31_u32
-
InvalidSize =
32_u32
-
UserFontNotImplemented =
33_u32
-
DeviceTypeMismatch =
34_u32
-
DeviceError =
35_u32
-
InvalidMeshConstruction =
36_u32
-
DeviceFinished =
37_u32
-
Jbig2GlobalMissing =
38_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #clip_not_representable?
- #device_error?
- #device_finished?
- #device_type_mismatch?
- #file_not_found?
- #font_type_mismatch?
- #invalid_clusters?
- #invalid_content?
- #invalid_dash?
- #invalid_dsc_comment?
- #invalid_format?
- #invalid_index?
- #invalid_matrix?
- #invalid_mesh_construction?
- #invalid_path_data?
- #invalid_pop_group?
- #invalid_restore?
- #invalid_size?
- #invalid_slant?
- #invalid_status?
- #invalid_stride?
- #invalid_string?
- #invalid_visual?
- #invalid_weight?
- #jbig2_global_missing?
- #negative_count?
- #no_current_point?
- #no_memory?
- #null_pointer?
- #pattern_type_mismatch?
- #read_error?
- #success?
- #surface_finished?
- #surface_type_mismatch?
- #temp_file_error?
- #user_font_error?
- #user_font_immutable?
- #user_font_not_implemented?
- #write_error?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.