summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1PunMan <saurabhsingh412@gmail.com>2018-05-28 14:06:21 +0530
committer1PunMan <saurabhsingh412@gmail.com>2018-05-28 14:13:45 +0530
commit21986cbe53383fa202022d26e7cf9c62d8cde355 (patch)
tree4818e27aabd2fae6a9bc112bb68675e08bd8ce24
parent972ca2c12d434a71d3a6eeb97604e9fdace3b5e4 (diff)
downloadgrilo-21986cbe53383fa202022d26e7cf9c62d8cde355.tar.gz
grilo: Add vala bindings for Key COMPOSER
Currently Grilo returns an error when the Key COMPOSER is used, this commit adds the binding to allow the key to function properly. https://gitlab.gnome.org/GNOME/grilo/issues/2
-rw-r--r--bindings/vala/grilo-0.3-custom.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/vala/grilo-0.3-custom.vala b/bindings/vala/grilo-0.3-custom.vala
index b68273a..68b9e8e 100644
--- a/bindings/vala/grilo-0.3-custom.vala
+++ b/bindings/vala/grilo-0.3-custom.vala
@@ -113,6 +113,8 @@ namespace Grl {
public static Grl.KeyID AUDIO_TRACK;
[CCode (cname ="GRL_METADATA_KEY_ALBUM_DISC_NUMBER")]
public static Grl.KeyID ALBUM_DISC_NUMBER;
+ [CCode (cname ="GRL_METADATA_KEY_COMPOSER")]
+ public static Grl.KeyID COMPOSER;
[CCode (cname ="GRL_METADATA_KEY_ALBUM_ARTIST")]
public static Grl.KeyID ALBUM_ARTIST;