summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-07-28 09:23:54 +0100
committerMartyn Russell <martyn@lanedo.com>2014-07-28 09:23:54 +0100
commit23f3c73c3c3153b670c36b4f74c2e57665f7f075 (patch)
tree8b503c859accd2e85f08374be51b7676041198f2
parent880d09fbff1f89f4ce5ed9ee5b1d23ccc6e20da2 (diff)
downloadlibmediaart-api-cleanup.tar.gz
extract: Fixed 'since' versions in documentationapi-cleanup
-rw-r--r--libmediaart/extract.c8
-rw-r--r--libmediaart/extract.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/libmediaart/extract.c b/libmediaart/extract.c
index 40bc05d..7091aac 100644
--- a/libmediaart/extract.c
+++ b/libmediaart/extract.c
@@ -218,7 +218,7 @@ media_art_process_init (MediaArtProcess *thumbnailer)
* Returns: A new #MediaArtProcess object on success or %NULL if
* @error is set. This object must be freed using g_object_unref().
*
- * Since: 0.3.0
+ * Since: 0.5.0
*/
MediaArtProcess *
media_art_process_new (GError **error)
@@ -1407,7 +1407,7 @@ media_art_queue_cb (GObject *source_object,
* Returns: the #GQuark used to identify media art errors in
* GError structures.
*
- * Since: 0.2
+ * Since: 0.2.0
**/
GQuark
media_art_error_quark (void)
@@ -1512,7 +1512,7 @@ get_heuristic_for_parent_path (GFile *file,
*
* Returns: %TRUE if @file could be processed or %FALSE if @error is set.
*
- * Since: 0.3.0
+ * Since: 0.5.0
*/
gboolean
media_art_process_buffer (MediaArtProcess *process,
@@ -1810,7 +1810,7 @@ media_art_process_file (MediaArtProcess *process,
*
* Returns: %TRUE if @uri could be processed or %FALSE if @error is set.
*
- * Since: 0.3.0
+ * Since: 0.5.0
*/
gboolean
media_art_process_uri (MediaArtProcess *process,
diff --git a/libmediaart/extract.h b/libmediaart/extract.h
index e96ee59..e5ab8fa 100644
--- a/libmediaart/extract.h
+++ b/libmediaart/extract.h
@@ -53,7 +53,7 @@ typedef enum {
*
* This type categorized the flags used when processing media art.
*
- * Since: 0.3
+ * Since: 0.3.0
*/
typedef enum {
MEDIA_ART_PROCESS_FLAGS_NONE = 0,
@@ -73,7 +73,7 @@ typedef enum {
* Enumeration values used in errors returned by the
* #MediaArtError API.
*
- * Since: 0.2
+ * Since: 0.2.0
**/
typedef enum {
MEDIA_ART_ERROR_NO_STORAGE,
@@ -88,7 +88,7 @@ typedef enum {
*
* A #GQuark representing the type of #GError for #MediaArtProcess failures.
*
- * Since: 0.2.0.
+ * Since: 0.2.0
**/
GQuark media_art_error_quark (void) G_GNUC_CONST;