summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-02-08 15:41:41 +0100
committerBastien Nocera <hadess@hadess.net>2015-02-17 13:35:21 +0100
commit47835b939d5cccc96e7d0f9bfaca954bdf719961 (patch)
treedbb63d2d14cd92e14136150966c5f8c870e8a17b /bindings
parent3ba699dd90ed5b99d77c444c134324e1f917d2ea (diff)
downloadgrilo-47835b939d5cccc96e7d0f9bfaca954bdf719961.tar.gz
core: Add "audio-track" property
https://bugzilla.gnome.org/show_bug.cgi?id=744168
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 c6bb7ef..d045526 100644
--- a/bindings/vala/grilo-0.2-custom.vala
+++ b/bindings/vala/grilo-0.2-custom.vala
@@ -109,6 +109,8 @@ namespace Grl {
public static Grl.KeyID MB_ARTIST_ID;
[CCode (cname ="GRL_METADATA_KEY_MB_RECORDING_ID")]
public static Grl.KeyID MB_RECORDING_ID;
+ [CCode (cname ="GRL_METADATA_KEY_AUDIO_TRACK")]
+ public static Grl.KeyID AUDIO_TRACK;
[CCode (cname ="GRL_METADATA_KEY_CHILDCOUNT_UNKNOWN")]
public static uint CHILDCOUNT_UNKNOWN;