Add some language-binding friendly variants

This commit is contained in:
Matthias Clasen
2005-06-23 05:50:53 +00:00
parent b8c119f901
commit a6312099c7
8 changed files with 399 additions and 56 deletions

View File

@@ -1,3 +1,15 @@
2005-06-23 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gfileutils.h:
* glib/gfileutils.c (g_build_pathv, g_build_filenamev):
Variants of g_build_path() and g_build_filename()
which take a string array instead of varargs.
(#149092, Todd A. Fisher)
* tests/strfunc-test.c: Add tests for g_build_pathv()
and g_build_filenamev().
2005-06-22 Tor Lillqvist <tml@novell.com>
* glib/gfileutils.c