Mx support.
[girtod.git] / gtk2 / cairo.d
blobf690d378cfc70363c383939623745d100d66ca22
1 // *** DO NOT EDIT ***
2 // Automatically generated from "/usr/share/gir-1.0/cairo-1.0.gir"
5 // package: "cairo-gobject";
7 // c:symbol-prefixes: ["cairo"]
8 // c:identifier-prefixes: ["cairo"]
10 // module cairo;
12 struct Context {
15 struct Surface {
18 struct Matrix {
21 struct Pattern {
24 struct Region {
27 enum Content {
28 COLOR = 4096,
29 ALPHA = 8192,
30 COLOR_ALPHA = 12288
32 struct FontOptions {
35 struct FontType {
38 struct FontFace {
41 struct ScaledFont {
44 struct Path {
47 struct RectangleInt {
48 int x, y, width, height;
51 static void image_surface_create()() {
52 cairo_image_surface_create();
56 // C prototypes:
58 extern (C) {
59 void cairo_image_surface_create();