From: Luca Bruno Date: Thu, 16 Jan 2014 21:48:44 +0000 (+0100) Subject: glib-2.0: Fix short.abs() to be an instance method X-Git-Tag: 0.23.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9759c307e483b91416938c107ff7f4f65d3e84;p=thirdparty%2Fvala.git glib-2.0: Fix short.abs() to be an instance method --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index db9d1a9cf..b73c308f7 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -203,7 +203,7 @@ public struct short { [CCode (cname = "CLAMP")] public short clamp (short low, short high); [CCode (cname = "abs", cheader_filename = "stdlib.h")] - public static short abs (); + public short abs (); } [SimpleType]