summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2014-12-09 19:32:04 +0100
committerVictor Toso <me@victortoso.com>2014-12-10 13:43:40 +0100
commit6af34f0fb9ab57eea1446a63740dd5b33afbc44d (patch)
tree6997520522909979d30189d65132f10b27da3afc /bindings
parent5c1eb9e5340cbfe57fc63cc0cdf882f9e4850c9e (diff)
downloadgrilo-6af34f0fb9ab57eea1446a63740dd5b33afbc44d.tar.gz
core: add GRL_METADATA_KEY_EPISODE_TITLE
Title of show's episode. https://bugzilla.gnome.org/show_bug.cgi?id=741207
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 b22d9c3..1d7949a 100644
--- a/bindings/vala/grilo-0.2-custom.vala
+++ b/bindings/vala/grilo-0.2-custom.vala
@@ -69,6 +69,8 @@ namespace Grl {
public static Grl.KeyID SEASON;
[CCode (cname ="GRL_METADATA_KEY_EPISODE")]
public static Grl.KeyID EPISODE;
+ [CCode (cname ="GRL_METADATA_KEY_EPISODE_TITLE")]
+ public static Grl.KeyID EPISODE_TITLE;
[CCode (cname ="GRL_METADATA_KEY_SHOW")]
public static Grl.KeyID SHOW;
[CCode (cname ="GRL_METADATA_KEY_CREATION_DATE")]