summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-03-19 09:53:45 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-03-19 09:53:45 +0100
commit251149077569d45548601de3411422f7f5f189a1 (patch)
tree3215ae8e95297f3d483d9b87ae22d9f7ca28b8e0
parentcc034f3b148b6efdbd424c1eeb984876d8cac420 (diff)
downloadvala-251149077569d45548601de3411422f7f5f189a1.tar.gz
glib-2.0: Don't annotate dedicated GLib.assert_*() functions with [Assert]
Fixes https://gitlab.gnome.org/GNOME/vala/issues/769
-rw-r--r--vapi/glib-2.0.vapi7
1 files changed, 0 insertions, 7 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 58dddb663..77f471057 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2499,23 +2499,16 @@ namespace GLib {
[Assert]
public static void assert (bool expr);
- [Assert]
[Version (since = "2.46")]
public static void assert_cmpmem (uint8[] m1, uint8[] m2);
- [Assert]
public static void assert_error (Error? error, Quark error_domain, int error_code);
- [Assert]
[Version (since = "2.38")]
public static void assert_false (bool expr);
- [Assert]
[Version (since = "2.38")]
public static void assert_true (bool expr);
- [Assert]
[Version (since = "2.38")]
public static void assert_null (void* expr);
- [Assert]
public static void assert_no_error (Error? error);
- [Assert]
[Version (since = "2.40")]
public static void assert_nonnull (void* expr);
[NoReturn]