[tracker] libtracker-miner: Line wrap documentation with annotations
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-miner: Line wrap documentation with annotations
- Date: Tue, 2 Aug 2011 14:28:41 +0000 (UTC)
commit 5894084ce9597dd1efe660a09281adb79c6fae98
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 84ff1b5..4adbf57 100644
--- a/src/libtracker-miner/tracker-miner-manager.c
+++ b/src/libtracker-miner/tracker-miner-manager.c
@@ -620,9 +620,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
**/
@@ -798,9 +798,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
**/
@@ -1190,8 +1190,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]