[tracker] libtracker-extract: Fixed annotation warnings for _module_manager_get_mimetype_handlers()



commit c5a5ded5144ef945425e459f15c6c16e9d86fe53
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Mar 12 19:22:49 2013 +0000

    libtracker-extract: Fixed annotation warnings for _module_manager_get_mimetype_handlers()

 src/libtracker-extract/tracker-module-manager.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-extract/tracker-module-manager.c b/src/libtracker-extract/tracker-module-manager.c
index ee69c0b..a238916 100644
--- a/src/libtracker-extract/tracker-module-manager.c
+++ b/src/libtracker-extract/tracker-module-manager.c
@@ -421,10 +421,9 @@ initialize_first_module (TrackerMimetypeInfo *info)
  * returned #TrackerMimetypeInfo already points to the first
  * module.
  *
- * Returns: (transfer full): (free-function: tracker_mimetype_info_free):
- *          (allow-none): A #TrackerMimetypeInfo holding the information
- *          about the different modules handling @mimetype, or %NULL if
- *          no modules handle @mimetype.
+ * Returns: (transfer full): (free-function: tracker_mimetype_info_free): (allow-none):
+ * A #TrackerMimetypeInfo holding the information about the different
+ * modules handling @mimetype, or %NULL if no modules handle @mimetype.
  *
  * Since: 0.12
  **/


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