diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 19:35:23 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 19:41:52 -0500 |
commit | 20f4d1820b8d4d0fc4447188e33efffd6d4a88d8 (patch) | |
tree | 9e6e497db241e665c22786c0c5f482d03c6c2cfb /glib/gdir.c | |
parent | 9cb53851be2d90c804e6f31da26a11c51329f33c (diff) | |
download | glib-20f4d1820b8d4d0fc4447188e33efffd6d4a88d8.tar.gz |
docs: use "Returns:" consistently
Instead of "Return value:".
Diffstat (limited to 'glib/gdir.c')
-rw-r--r-- | glib/gdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gdir.c b/glib/gdir.c index 64e42862b..e6cf5e634 100644 --- a/glib/gdir.c +++ b/glib/gdir.c @@ -129,7 +129,7 @@ g_dir_open_with_errno (const gchar *path, * directory can then be retrieved using g_dir_read_name(). Note * that the ordering is not defined. * - * Return value: a newly allocated #GDir on success, %NULL on failure. + * Returns: a newly allocated #GDir on success, %NULL on failure. * If non-%NULL, you must free the result with g_dir_close() * when you are finished with it. **/ @@ -241,7 +241,7 @@ g_dir_new_from_dirp (gpointer dirp) * On Windows, as is true of all GLib functions which operate on * filenames, the returned name is in UTF-8. * - * Return value: The entry's name or %NULL if there are no + * Returns: The entry's name or %NULL if there are no * more entries. The return value is owned by GLib and * must not be modified or freed. **/ |