[vala/wip/profile-posix] SQUASH posix: Drop deprecated string methods
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/profile-posix] SQUASH posix: Drop deprecated string methods
- Date: Mon, 19 Mar 2018 15:48:48 +0000 (UTC)
commit ebd2e13f2d37ecd3ac65dcf87d11b5966ae34404
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Mar 19 16:27:37 2018 +0100
SQUASH posix: Drop deprecated string methods
vapi/posix.vapi | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index b7c3a68..772c3a0 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -266,19 +266,6 @@ public struct va_list {
[Immutable]
[CCode (cname = "char", const_cname = "const char", copy_function = "strdup", free_function = "free",
cheader_filename = "stdlib.h,string.h")]
public class string {
- [Deprecated (replacement = "int.parse")]
- [CCode (cname="atoi")]
- public int to_int();
- [Deprecated (replacement = "long.parse")]
- [CCode (cname="atol")]
- public long to_long();
- [Deprecated (replacement = "int64.parse")]
- [CCode (cname="atoll")]
- public int64 to_int64();
- [Deprecated (replacement = "string.length")]
- [CCode (cname="strlen")]
- public int len();
-
[PrintfFormat]
public string printf (...);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]