pancake wrote:

if the function receives a char* then it is a "ref string s" or "out string s", string is obviously const, because the function will not modify it. You can also use directly
pointers using "char*", but "ref char s" is wrong.

simply "char*" did the trick. Thank you!
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to