diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-11-01 13:51:23 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-11-01 13:51:23 +0000 |
commit | aef587edb420a164c55498f8b062c4d4113b2509 (patch) | |
tree | 3cf92bf472f9438016ffbe07829bfa2e3b091e79 /bindings | |
parent | cb911b5ec4291e5f0743323e7365f076bc8e5989 (diff) | |
download | totem-aef587edb420a164c55498f8b062c4d4113b2509.tar.gz |
Fix vala bindings for the latest Vala (Closes: #491346)
2007-11-01 Bastien Nocera <hadess@hadess.net>
* bindings/vala/totem.vala: Fix vala bindings for the latest
Vala (Closes: #491346)
svn path=/trunk/; revision=4844
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/vala/totem.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/vala/totem.vala b/bindings/vala/totem.vala index 64b3a79d7..81f9d1e1c 100644 --- a/bindings/vala/totem.vala +++ b/bindings/vala/totem.vala @@ -10,7 +10,7 @@ namespace Totem { } [CCode (cheader_filename = "totem-plugin.h")] - public class Plugin { + public class Plugin :GLib.Object { [NoArrayLength] [CCode (cname = "totem_plugin_get_type")] public static GLib.Type get_type (); |