[vala] glib-2.0: Fix short.abs() to be an instance method
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Fix short.abs() to be an instance method
- Date: Thu, 16 Jan 2014 21:49:04 +0000 (UTC)
commit fd9759c307e483b91416938c107ff7f4f65d3e84
Author: Luca Bruno <lucabru src gnome org>
Date: Thu Jan 16 22:48:44 2014 +0100
glib-2.0: Fix short.abs() to be an instance method
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index db9d1a9..b73c308 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]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]