From: pancake Date: Sat, 20 Mar 2010 10:37:41 +0000 (+0100) Subject: glib-2.0: Drop unused PlusOperator attribute X-Git-Tag: 0.8.0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898564ab223f016484bc792b7b32cfd6d7040f28;p=thirdparty%2Fvala.git glib-2.0: Drop unused PlusOperator attribute Fixes bug 611164. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index d7c758cdf..105e747e4 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -843,7 +843,6 @@ public class string { [CCode (cname = "g_utf8_get_char_validated")] public unichar get_char_validated (ssize_t max_len = -1); [CCode (cname = "g_utf8_offset_to_pointer")] - [PlusOperator ()] public unowned string offset (long offset); [CCode (cname = "g_utf8_pointer_to_offset")] public long pointer_to_offset (string pos);