diff options
-rw-r--r-- | glib/gfileutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/gfileutils.c b/glib/gfileutils.c index 5ae0b12ea..fe22f1ff0 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -2241,6 +2241,9 @@ g_build_filenamev (gchar **args) * path. If the first element is a relative path, the result will * be a relative path. * + * See g_string_append_filename() as an alternative if you are building + * multiple filenames in a loop. + * * Returns: (type filename) (transfer full): a newly-allocated string that * must be freed with g_free(). **/ |