summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Brosch <flo.brosch@gmail.com>2013-09-19 22:54:46 +0200
committerFlorian Brosch <flo.brosch@gmail.com>2013-09-20 00:01:59 +0200
commitfe764132afa6e8b39fc7b0791f7ba257066e7945 (patch)
tree1a8d3b70fa80db8dd23209d8354bbcc34fce40c7
parent90babf2fd336bd7ea51ea680be7c592dc7a0043a (diff)
downloadvala-fe764132afa6e8b39fc7b0791f7ba257066e7945.tar.gz
glib-2.0: de-deprecate string.offset
-rw-r--r--vapi/glib-2.0.vapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 934d026eb..6a4473042 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1001,7 +1001,6 @@ public class string {
[Deprecated (replacement = "string.index_of_nth_char")]
[CCode (cname = "g_utf8_offset_to_pointer")]
public unowned string utf8_offset (long offset);
- [Deprecated (replacement = "string.substring")]
public unowned string offset (long offset) {
return (string) ((char*) this + offset);
}