Document that the varargs must be NULL-terminated. (#99510)
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Nov 2002 21:43:35 +0000 (21:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Nov 2002 21:43:35 +0000 (21:43 +0000)
* glib/gfileutils.c (g_build_path):
(g_build_filename): Document that the varargs must be
NULL-terminated. (#99510)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gfileutils.c

index fbc240d..51dcd23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index fbc240d..51dcd23 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-25  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/gfileutils.c (g_build_path): 
+       (g_build_filename): Document that the varargs must be 
+       NULL-terminated. (#99510)
+
        * glib/gmessages.h (g_assert): 
        (g_return_if_fail): 
        (g_return_val_if_fail): Remove the (no longer effective) empty
index 86ef6ea..026db97 100644 (file)
@@ -862,7 +862,7 @@ g_build_pathv (const gchar *separator,
  * g_build_path:
  * @separator: a string used to separator the elements of the path.
  * @first_element: the first element in the path
- * @Varargs: remaining elements in path
+ * @Varargs: remaining elements in path, terminated by %NULL
  * 
  * Creates a path from a series of elements using @separator as the
  * separator between elements. At the boundary between two elements,
@@ -914,7 +914,7 @@ g_build_path (const gchar *separator,
 /**
  * g_build_filename:
  * @first_element: the first element in the path
- * @Varargs: remaining elements in path
+ * @Varargs: remaining elements in path, terminated by %NULL
  * 
  * Creates a filename from a series of elements using the correct
  * separator for filenames. This function behaves identically