summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnel A. Borja <arnelborja@src.gnome.org>2013-08-21 06:54:53 +0800
committerArnel A. Borja <arnelborja@src.gnome.org>2013-08-21 07:17:51 +0800
commit1a0c8d80b17ac5f361e293c4268f4f165e417622 (patch)
tree01e74905be9c64a100494ba4eb984d23717a555e
parent4f5d5089be26dd453b50fc05b37189819dafc457 (diff)
downloadlibmediaart-1a0c8d80b17ac5f361e293c4268f4f165e417622.tar.gz
cache: Add missing annotations and other doc fixes
-rw-r--r--libmediaart/cache.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/libmediaart/cache.c b/libmediaart/cache.c
index 93acd48..641dcee 100644
--- a/libmediaart/cache.c
+++ b/libmediaart/cache.c
@@ -200,10 +200,12 @@ media_art_checksum_for_data (GChecksumType checksum_type,
* media_art_get_path:
* @artist: the artist
* @title: the title
- * @prefix: For example "album"
- * @uri: NULL or the uri of the file
- * @path: the location to store the local path
- * @local_uri: the location to store the local uri or NULL
+ * @prefix: the prefix, for example "album"
+ * @uri: (allow-none): the uri of the file or %NULL
+ * @path: (out) (transfer full) (allow-none): the location to store the local
+ * path or %NULL
+ * @local_uri: (out) (transfer full) (allow-none): the location to store the
+ * local uri or %NULL
*
* Get the path to media art for a given resource. Newly allocated data in
* @path and @local_uri must be freed with g_free().
@@ -325,8 +327,8 @@ media_art_get_path (const gchar *artist,
/**
* media_art_remove:
- * @artist: Artist the media art belongs to
- * @album: Album the media art belongs to (optional)
+ * @artist: artist the media art belongs to
+ * @album: (allow-none): album the media art belongs or %NULL
*
* Removes media art for given album/artist/etc provided.
*