2008-05-11 Juerg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi: add g_strv_length binding
svn path=/trunk/; revision=1361
+2008-05-11 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vapi: add g_strv_length binding
+
2008-05-11 Jürg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi: remove obsolete InstanceLast attributes
[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;