vala r1773 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1773 - in trunk: . vapi
- Date: Tue, 16 Sep 2008 13:52:12 +0000 (UTC)
Author: juergbi
Date: Tue Sep 16 13:52:11 2008
New Revision: 1773
URL: http://svn.gnome.org/viewvc/vala?rev=1773&view=rev
Log:
2008-09-16 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Fix strtod, strtoul, and g_ascii_strtoll bindings,
patch by Yu Feng, fixes bug 548550
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Tue Sep 16 13:52:11 2008
@@ -760,11 +760,11 @@
[CCode (cname = "atol")]
public long to_long ();
[CCode (cname = "strtod")]
- public double to_double (out string endptr = null);
+ public double to_double (out weak string endptr = null);
[CCode (cname = "strtoul")]
- public ulong to_ulong (out string endptr = null, int _base = 0);
+ public ulong to_ulong (out weak string endptr = null, int _base = 0);
[CCode (cname = "g_ascii_strtoll")]
- public int64 to_int64 (out string endptr = null, int _base = 0);
+ public int64 to_int64 (out weak string endptr = null, int _base = 0);
[CCode (cname = "strlen")]
public long size ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]