[gnome-todo/wip/gbsneto/plugins: 16/18] more docs fixups



commit bdd4cff03980e01066a4671ce0a377d1b3ca2614
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Jan 17 16:54:09 2016 -0200

    more docs fixups

 src/gtd-manager.c                |    6 +++---
 src/gtd-task-list-view.c         |    4 ++--
 src/interfaces/gtd-activatable.c |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/gtd-manager.c b/src/gtd-manager.c
index 05b76c7..2ac68ff 100644
--- a/src/gtd-manager.c
+++ b/src/gtd-manager.c
@@ -665,7 +665,7 @@ gtd_manager_save_task_list (GtdManager  *manager,
  *
  * Retrieves the list of #GtdTaskList already loaded.
  *
- * Returns: (transfer container) (element-type #GtdTaskList): a newly allocated list of #GtdTaskList, or 
%NULL if none.
+ * Returns: (transfer container) (element-type Gtd.TaskList): a newly allocated list of #GtdTaskList, or 
%NULL if none.
  */
 GList*
 gtd_manager_get_task_lists (GtdManager *manager)
@@ -681,7 +681,7 @@ gtd_manager_get_task_lists (GtdManager *manager)
  *
  * Retrieves the list of available #GtdProvider.
  *
- * Returns: (transfer container) (element-type #GtdProvider): a newly allocated #GList of
+ * Returns: (transfer container) (element-type Gtd.Provider): a newly allocated #GList of
  * #GtdStorage. Free with @g_list_free after use.
  */
 GList*
@@ -699,7 +699,7 @@ gtd_manager_get_providers (GtdManager *manager)
  * Retrieves the list of currently loaded #GtdPanel
  * instances.
  *
- * Returns: (transfer container) (element-type #GtdPanel): a #GList of #GtdPanel
+ * Returns: (transfer container) (element-type Gtd.Panel): a #GList of #GtdPanel
  */
 GList*
 gtd_manager_get_panels (GtdManager *manager)
diff --git a/src/gtd-task-list-view.c b/src/gtd-task-list-view.c
index 81c4ced..3f10bde 100644
--- a/src/gtd-task-list-view.c
+++ b/src/gtd-task-list-view.c
@@ -884,7 +884,7 @@ gtd_task_list_view_new (void)
  * if a #GtdTaskList is set, the #GtdTaskList's list
  * of task will be returned.
  *
- * Returns: (element-type GtdTaskList) (transfer full): the internal list of
+ * Returns: (element-type Gtd.TaskList) (transfer full): the internal list of
  * tasks. Free with @g_list_free after use.
  */
 GList*
@@ -903,7 +903,7 @@ gtd_task_list_view_get_list (GtdTaskListView *view)
 /**
  * gtd_task_list_view_set_list:
  * @view: a #GtdTaskListView
- * @list: (element-type #GtdTask) (nullable): a list of tasks
+ * @list: (element-type Gtd.Task) (nullable): a list of tasks
  *
  * Copies the tasks from @list to @view.
  */
diff --git a/src/interfaces/gtd-activatable.c b/src/interfaces/gtd-activatable.c
index 1be8016..044036b 100644
--- a/src/interfaces/gtd-activatable.c
+++ b/src/interfaces/gtd-activatable.c
@@ -185,7 +185,7 @@ gtd_activatable_default_init (GtdActivatableInterface *iface)
  *
  * Retrieve the list header widgets of @activatable if any.
  *
- * Returns: (transfer container) (element-type #GtkWidget): a #GList
+ * Returns: (transfer container) (element-type Gtk.Widget): a #GList
  */
 GList*
 gtd_activatable_get_header_widgets (GtdActivatable *activatable)
@@ -219,7 +219,7 @@ gtd_activatable_get_preferences_panel (GtdActivatable *activatable)
  *
  * Retrieve the panel list of @activatable if any.
  *
- * Returns: (transfer none) (element-type #GtdPanel): a #GList
+ * Returns: (transfer none) (element-type Gtd.Panel): a #GList
  */
 GList*
 gtd_activatable_get_panels (GtdActivatable *activatable)
@@ -236,7 +236,7 @@ gtd_activatable_get_panels (GtdActivatable *activatable)
  *
  * Retrieve the providers of @activatable if any.
  *
- * Returns: (transfer none) (element-type #GtdProvider): a #GList
+ * Returns: (transfer none) (element-type Gtd.Provider): a #GList
  */
 GList*
 gtd_activatable_get_providers (GtdActivatable *activatable)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]