vala r1361 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1361 - in trunk: . vapi
- Date: Sun, 11 May 2008 07:51:00 +0100 (BST)
Author: juergbi
Date: Sun May 11 06:50:59 2008
New Revision: 1361
URL: http://svn.gnome.org/viewvc/vala?rev=1361&view=rev
Log:
2008-05-11 Juerg Billeter <j bitron ch>
* vapi/glib-2.0.vapi: add g_strv_length binding
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 Sun May 11 06:50:59 2008
@@ -1477,7 +1477,12 @@
[Diagnostics]
[PrintfFormat]
public void debug (string format, ...);
-
+
+ /* String Utility Functions */
+
+ [NoArrayLength]
+ public uint strv_length (string[] str_array);
+
/* Character Set Conversions */
public static string convert (string str, long len, string to_codeset, string from_codeset, out int bytes_read = null, out int bytes_written = null) throws ConvertError;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]