2007-02-19 Jürg Billeter <j@bitron.ch>
* vapi/glib-2.0.vala: more string functions (patch by Cayle Graumann)
svn path=/trunk/; revision=190
-2007-02-18 Raffaele Sandrini <rasa@gmy.ch>
+2007-02-19 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vala: more string functions (patch by Cayle Graumann)
+
+2007-02-18 Raffaele Sandrini <rasa@gmx.ch>
* vala/valainterfacewriter.vala: fix indentation for class definitions
[CCode (cname = "g_utf8_strup")]
public ref string up (long len = -1);
+ [CCode (cname = "g_utf8_strdown")]
+ public ref string down (long len = -1);
[CCode (cname = "g_utf8_casefold")]
public ref string casefold (long len = -1);
[CCode (cname = "g_utf8_collate")]
public int collate (string str2);
+
+ [CCode (cname="g_strchomp")]
+ public string chomp();
+ [CCode (cname="g_strchug")]
+ public string chug();
[CCode (cname = "g_str_hash")]
public uint hash ();