summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2014-07-07 01:13:41 -0300
committerBastien Nocera <hadess@hadess.net>2014-11-27 14:05:24 +0100
commit9cee9ffd2de288ef3081c01a10344f309174953e (patch)
tree797ec19fcd1a36970ca4f236789c703a95104d6f /bindings
parent2e45b89392a44bf4baada62b28fbcf4a8cac802d (diff)
core: add GRL_METADATA_KEY_MB_TRACK_ID
MusicBrainz track identifier. https://bugzilla.gnome.org/show_bug.cgi?id=732878
Diffstat (limited to 'bindings')
-rw-r--r--bindings/vala/grilo-0.2-custom.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/vala/grilo-0.2-custom.vala b/bindings/vala/grilo-0.2-custom.vala
index 0aa5483..bf8ef82 100644
--- a/bindings/vala/grilo-0.2-custom.vala
+++ b/bindings/vala/grilo-0.2-custom.vala
@@ -114,6 +114,8 @@ namespace Grl {
public static Grl.KeyID ORIGINAL_TITLE;
[CCode (cname ="GRL_METADATA_KEY_MB_ALBUM_ID")]
public static Grl.KeyID MB_ALBUM_ID;
+ [CCode (cname ="GRL_METADATA_KEY_MB_TRACK_ID")]
+ public static Grl.KeyID MB_TRACK_ID;
public static unowned GLib.List list_new (Grl.KeyID p, ...);
}