summaryrefslogtreecommitdiff
path: root/glib/gfileutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-08 05:41:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-08 05:41:45 +0000
commit6aac5ce82cb8dc18602b2465c07d537e0da9d9a2 (patch)
tree5f5336664c917d768f70f6f6b562546421086ef2 /glib/gfileutils.h
parent0fa2c2b3662e253bc3f85bfac7fc81b50e487496 (diff)
downloadglib-6aac5ce82cb8dc18602b2465c07d537e0da9d9a2.tar.gz
Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)
2005-03-08 Matthias Clasen <mclasen@redhat.com> * glib/gmacros.h: Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) * glib/gstrfuncs.h: * glib/gfileutils.h: Use G_GNUC_NULL_TERMINATED where appropriate.
Diffstat (limited to 'glib/gfileutils.h')
-rw-r--r--glib/gfileutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gfileutils.h b/glib/gfileutils.h
index cc3b4941a..94dcaea9d 100644
--- a/glib/gfileutils.h
+++ b/glib/gfileutils.h
@@ -99,9 +99,9 @@ gint g_file_open_tmp (const gchar *tmpl,
gchar *g_build_path (const gchar *separator,
const gchar *first_element,
- ...);
+ ...) G_GNUC_NULL_TERMINATED;
gchar *g_build_filename (const gchar *first_element,
- ...);
+ ...) G_GNUC_NULL_TERMINATED;
G_END_DECLS