]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
cairo: Set cairo_path_data_type_t cname to PathDataType enum
authorLuca Bruno <lucabru@src.gnome.org>
Mon, 11 Oct 2010 19:18:59 +0000 (21:18 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 19 Oct 2010 18:31:39 +0000 (20:31 +0200)
vapi/cairo.vapi

index 99766387cb93fdc5527092462c218ab79656d21a..10774d52991d355e6d9d9ff73b3cc2536f779e2a 100644 (file)
@@ -224,7 +224,7 @@ namespace Cairo {
                public double y;
        }
        
-       [CCode (cprefix = "CAIRO_PATH_")]
+       [CCode (cprefix = "CAIRO_PATH_", cname = "cairo_path_data_type_t")]
        public enum PathDataType {
                MOVE_TO,
                LINE_TO,