diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkmodules.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkmodules.c')
-rw-r--r-- | gtk/gtkmodules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c index 6ececa1ebd..640be7bb55 100644 --- a/gtk/gtkmodules.c +++ b/gtk/gtkmodules.c @@ -89,7 +89,7 @@ get_module_path (void) * * Determines the search path for a particular type of module. * - * Return value: the search path for the module type. Free with g_strfreev(). + * Returns: the search path for the module type. Free with g_strfreev(). **/ gchar ** _gtk_get_module_path (const gchar *type) @@ -165,7 +165,7 @@ module_build_la_path (const gchar *directory, * Looks for a dynamically module named @name of type @type in the standard GTK+ * module search path. * - * Return value: the pathname to the found module, or %NULL if it wasn’t found. + * Returns: the pathname to the found module, or %NULL if it wasn’t found. * Free with g_free(). **/ gchar * |