[vala] gmodule-2.0: Do not use `weak' modifier where it is not applicable



commit ac15e6287cac70131b76d73e8a30c48632ce812e
Author: Jürg Billeter <j bitron ch>
Date:   Sat Mar 20 17:19:54 2010 +0100

    gmodule-2.0: Do not use `weak' modifier where it is not applicable

 vapi/gmodule-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gmodule-2.0.vapi b/vapi/gmodule-2.0.vapi
index 348c90e..2c30853 100644
--- a/vapi/gmodule-2.0.vapi
+++ b/vapi/gmodule-2.0.vapi
@@ -34,7 +34,7 @@ namespace GLib {
 		public bool symbol (string symbol_name, out void* symbol);
 		public unowned string name ();
 		public void make_resident ();
-		public static weak string error ();
+		public static unowned string error ();
 	}
 	
 	[CCode (cprefix = "G_MODULE_")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]