From: Evan Nemerson Date: Fri, 2 Apr 2010 18:29:09 +0000 (-0700) Subject: gsl: Do not use `weak' modifier where it is not applicable X-Git-Tag: 0.8.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48b41f97dfc0c37251beb07b1924af593bba8e1;p=thirdparty%2Fvala.git gsl: Do not use `weak' modifier where it is not applicable --- diff --git a/vapi/gsl.vapi b/vapi/gsl.vapi index 3a384c2f7..0005d4f42 100644 --- a/vapi/gsl.vapi +++ b/vapi/gsl.vapi @@ -527,7 +527,7 @@ namespace Gsl namespace Error { public static void error (string reason, string file, int line, int errno); - public static weak string strerror (int errno); + public static unowned string strerror (int errno); public static ErrorHandler set_error_handler (ErrorHandler? new_handler); public static ErrorHandler set_error_handler_off (); }