[Vala] Why not use g_strcmp0 instead of a custom _vala_strcmp0?

2009-09-26 Thread Julian Andres Klode
Hi, Vala currently writes a _vala_strcmp0 into almost every C file. This function is exactly the same as glib's g_strcmp0. Wouldn't it be better to use g_strcmp0 instead? Regards, Julian -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and

Re: [Vala] Why not use g_strcmp0 instead of a custom _vala_strcmp0?

2009-09-26 Thread Jürg Billeter
On Sat, 2009-09-26 at 20:47 +0200, Julian Andres Klode wrote: Vala currently writes a _vala_strcmp0 into almost every C file. This function is exactly the same as glib's g_strcmp0. Wouldn't it be better to use g_strcmp0 instead? g_strcmp0 is available since GLib 2.16, however, Vala currently