[vala] glib-2.0: Add [NoReturn] to GLib.error.
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Add [NoReturn] to GLib.error.
- Date: Fri, 30 Jul 2010 07:09:44 +0000 (UTC)
commit 97d4e19869293963b3b5da6f3d5ce3fcded96349
Author: Luca Bruno <lethalman88 gmail com>
Date: Fri Jul 30 00:08:35 2010 -0700
glib-2.0: Add [NoReturn] to GLib.error.
vapi/glib-2.0.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a29ec98..e22cebf 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1916,6 +1916,7 @@ namespace GLib {
public void critical (string format, ...);
[Diagnostics]
[PrintfFormat]
+ [NoReturn]
public void error (string format, ...);
[Diagnostics]
[PrintfFormat]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]