summaryrefslogtreecommitdiff
path: root/libmediaart/extract.h
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 /libmediaart/extract.h
parent880d09fbff1f89f4ce5ed9ee5b1d23ccc6e20da2 (diff)
downloadlibmediaart-api-cleanup.tar.gz
extract: Fixed 'since' versions in documentationapi-cleanup
Diffstat (limited to 'libmediaart/extract.h')
-rw-r--r--libmediaart/extract.h6
1 files changed, 3 insertions, 3 deletions
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;