summaryrefslogtreecommitdiff
path: root/libmediaart
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-03-04 19:16:02 +0100
committerCarlos Garnacho <carlosg@gnome.org>2017-03-04 19:16:02 +0100
commit65a8f317a7155303a7208808234570f32c721207 (patch)
tree61f48dc55dde85f42914a0ce664e4ce5df8b9b36 /libmediaart
parent187eea4359e88589beb7ecebae61599982090e1e (diff)
downloadlibmediaart-65a8f317a7155303a7208808234570f32c721207.tar.gz
extract: Add introspection annotations to media_art_buffer_to_jpeg()
Otherwise the function is unusable through gobject-introspection.
Diffstat (limited to 'libmediaart')
-rw-r--r--libmediaart/extractdummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmediaart/extractdummy.c b/libmediaart/extractdummy.c
index f80ccd2..6ae89d5 100644
--- a/libmediaart/extractdummy.c
+++ b/libmediaart/extractdummy.c
@@ -93,7 +93,7 @@ media_art_file_to_jpeg (const gchar *filename,
/**
* media_art_buffer_to_jpeg:
- * @buffer: Raw buffer representing content to save
+ * @buffer: (array length=len): Raw buffer representing content to save
* @len: Length of @buffer to use
* @buffer_mime: MIME type for @buffer
* @target: Output file name (not URI) to save converted content to