[tracker/tracker-0.10] libtracker-miner: Line wrap documentation with annotations



commit e4f695bd2c758711b9855d9557e7c74cd6cc9b9e
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Aug 2 15:25:16 2011 +0100

    libtracker-miner: Line wrap documentation with annotations
    
    This improves Stefano Facchini's commit:
      b2a3dabad0881a686f95ee773199d9133a0845be
    
    Fixes GB#655789

 src/libtracker-miner/tracker-miner-manager.c |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-miner-manager.c b/src/libtracker-miner/tracker-miner-manager.c
index 57f7bd9..018b056 100644
--- a/src/libtracker-miner/tracker-miner-manager.c
+++ b/src/libtracker-miner/tracker-miner-manager.c
@@ -617,9 +617,9 @@ tracker_miner_manager_new_full (gboolean   auto_start,
  * Returns a list of references for all active miners. Active miners
  * are miners which are running within a process.
  *
- * Returns: (transfer full) (element-type utf8): a #GSList which must be freed with g_slist_free() and all
- * contained data with g_free(). Otherwise %NULL is returned if there
- * are no miners.
+ * Returns: (transfer full) (element-type utf8): a #GSList which must
+ * be freed with g_slist_free() and all contained data with g_free().
+ * Otherwise %NULL is returned if there are no miners.
  *
  * Since: 0.8
  **/
@@ -795,9 +795,9 @@ initialize_miners_data (TrackerMinerManager *manager)
  * miners are miners which may or may not be running in a process at
  * the current time.
  *
- * Returns: (transfer full) (element-type utf8): a #GSList which must be freed with g_slist_free() and all
- * contained data with g_free(). Otherwise %NULL is returned if there
- * are no miners.
+ * Returns: (transfer full) (element-type utf8): a #GSList which must
+ * be freed with g_slist_free() and all contained data with g_free().
+ * Otherwise %NULL is returned if there are no miners.
  *
  * Since: 0.8
  **/
@@ -1158,8 +1158,10 @@ tracker_miner_manager_get_status (TrackerMinerManager  *manager,
  * tracker_miner_manager_is_paused:
  * @manager: a #TrackerMinerManager
  * @miner: miner reference
- * @applications: (out callee-allocates) (allow-none) (transfer full): return location for application names.
- * @reasons: (out callee-allocates) (allow-none) (transfer full): return location for pause reasons.
+ * @applications: (out callee-allocates) (allow-none) (transfer full):
+ * return location for application names.
+ * @reasons: (out callee-allocates) (allow-none) (transfer full):
+ * return location for pause reasons.
  *
  * This function either returns %FALSE if the miner is not paused,
  * or returns %TRUE and fills in @applications and @reasons with



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