[nautilus/starred-items: 3/3] tag-manager: Comment the return element-type and memory ownership transfer
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/starred-items: 3/3] tag-manager: Comment the return element-type and memory ownership transfer
- Date: Tue, 27 Mar 2018 19:10:37 +0000 (UTC)
commit 6b8a042defe749851121412d154543901166e84a
Author: Carlos Soriano <csoriano gnome org>
Date: Tue Mar 27 18:58:32 2018 +0200
tag-manager: Comment the return element-type and memory ownership transfer
src/nautilus-tag-manager.c | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/src/nautilus-tag-manager.c b/src/nautilus-tag-manager.c
index 869e4a347..de125ff77 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -343,6 +343,12 @@ get_query_status (TrackerSparqlCursor *cursor,
return success;
}
+/**
+ * nautilus_tag_manager_get_starred_files:
+ * @self: The tag manager singleton
+ *
+ * Returns: (element-type gchar*) (transfer container): A list of the starred urls.
+ */
GList *
nautilus_tag_manager_get_starred_files (NautilusTagManager *self)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]