]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
clutter-1.0: fix Color.get_static return value
authorEvan Nemerson <evan@coeus-group.com>
Sat, 2 Feb 2013 18:25:50 +0000 (10:25 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Sat, 2 Feb 2013 18:25:50 +0000 (10:25 -0800)
vapi/clutter-1.0.vapi
vapi/metadata/Clutter-1.0.metadata

index e5a9828147b0bcfeada1dd2a0248664d23a14fba..215054c670fd79fa4bfd73906dd03a59c608cb33 100644 (file)
@@ -7313,7 +7313,7 @@ namespace Clutter {
                public Color.from_pixel (uint32 pixel);
                [CCode (cname = "clutter_color_from_string")]
                public Color.from_string (string str);
-               public static Clutter.Color get_static (Clutter.StaticColor color);
+               public static unowned Clutter.Color? get_static (Clutter.StaticColor color);
                public uint hash ();
                public Clutter.Color init (uint8 red, uint8 green, uint8 blue, uint8 alpha);
                public Clutter.Color interpolate (Clutter.Color final, double progress);
index 9cdce8dfc802279b4eb059645545f0950218c5cc..bd5c39adab19305c95aeee915dd986946189702a 100644 (file)
@@ -167,6 +167,9 @@ ZoomAction
        .get_focal_point.point out=false
        .get_transformed_focal_point.point out=false
 
+// Struct return values
+color_get_static nullable
+
 // Remove for clutter-2.0
 /////////////////////////