From: Evan Nemerson Date: Sat, 2 Feb 2013 18:25:50 +0000 (-0800) Subject: clutter-1.0: fix Color.get_static return value X-Git-Tag: 0.19.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd7a08d00625210692846d97deb2fc03de48f6e;p=thirdparty%2Fvala.git clutter-1.0: fix Color.get_static return value --- diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index e5a982814..215054c67 100644 --- a/vapi/clutter-1.0.vapi +++ b/vapi/clutter-1.0.vapi @@ -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); diff --git a/vapi/metadata/Clutter-1.0.metadata b/vapi/metadata/Clutter-1.0.metadata index 9cdce8dfc..bd5c39ada 100644 --- a/vapi/metadata/Clutter-1.0.metadata +++ b/vapi/metadata/Clutter-1.0.metadata @@ -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 /////////////////////////