[gedit] Annotate gedit_utils_drop_get_uris
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Annotate gedit_utils_drop_get_uris
- Date: Sun, 21 Nov 2010 13:06:17 +0000 (UTC)
commit fdc12421fb64edd7d1392a263c7b4d0a77a48121
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Nov 21 14:07:33 2010 +0100
Annotate gedit_utils_drop_get_uris
gedit/gedit-utils.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
index f93db15..ec9a204 100644
--- a/gedit/gedit-utils.c
+++ b/gedit/gedit-utils.c
@@ -1177,7 +1177,7 @@ gedit_utils_make_canonical_uri_from_shell_arg (const gchar *str)
* gedit_utils_basename_for_display:
* @location: location for which the basename should be displayed
*
- * Return the basename of a file suitable for display to users.
+ * Returns: the basename of a file suitable for display to users.
*/
gchar *
gedit_utils_basename_for_display (GFile *location)
@@ -1265,10 +1265,10 @@ gedit_utils_basename_for_display (GFile *location)
* @selection_data: the #GtkSelectionData from drag_data_received
*
* Create a list of valid uri's from a uri-list drop.
- *
- * Return value: a string array which will hold the uris or %NULL if there
- * were no valid uris. g_strfreev should be used when the
- * string array is no longer used
+ *
+ * Returns: (transfer full): a string array which will hold the uris or
+ * %NULL if there were no valid uris. g_strfreev should be used when
+ * the string array is no longer used
*/
gchar **
gedit_utils_drop_get_uris (GtkSelectionData *selection_data)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]