[tracker/cleanup-media-art] libtracker-miner, -common: Fix versions in the documentation



commit b18c4900f05219487f42b1dfc3e9c8e06ac5be57
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu May 19 14:10:08 2011 +0200

    libtracker-miner, -common: Fix versions in the documentation

 src/libtracker-common/tracker-albumart.c |    4 ++--
 src/libtracker-miner/tracker-albumart.c  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-common/tracker-albumart.c b/src/libtracker-common/tracker-albumart.c
index 9167010..600b690 100644
--- a/src/libtracker-common/tracker-albumart.c
+++ b/src/libtracker-common/tracker-albumart.c
@@ -82,7 +82,7 @@ albumart_strip_find_next_block (const gchar    *original,
  * albumart path with it. Certain characters and charactersets will be stripped
  * and a newly allocated string returned which you must free with g_free.
  *
- * Since: 0.10
+ * Since: 0.10.4
  */
 gchar *
 tracker_albumart_strip_invalid_entities (const gchar *original)
@@ -210,7 +210,7 @@ albumart_checksum_for_data (GChecksumType  checksum_type,
  * Get the path to albumart for a given album or song. Newly allocated data in
  * @path and @local_uri must be freed with g_free.
  *
- * Since: 0.10
+ * Since: 0.10.4
  */
 void
 tracker_albumart_get_path (const gchar  *artist,
diff --git a/src/libtracker-miner/tracker-albumart.c b/src/libtracker-miner/tracker-albumart.c
index 19706e1..7a041d2 100644
--- a/src/libtracker-miner/tracker-albumart.c
+++ b/src/libtracker-miner/tracker-albumart.c
@@ -147,7 +147,7 @@ on_error:
  *
  * Returns: #TRUE if successfully stored to be reported, #FALSE otherwise.
  *
- * Since: 0.8
+ * Since: 0.10.4
  */
 gboolean
 tracker_albumart_remove_add (const gchar *uri,
@@ -196,7 +196,7 @@ on_timer_destroy (gpointer data)
  *
  * Process all stored albumart requests.
  *
- * Since: 0.10
+ * Since: 0.10.4
  */
 void
 tracker_albumart_check_cleanup (TrackerSparqlConnection *connection)



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