[totem] Improve Vala bindings to avoid warning
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Improve Vala bindings to avoid warning
- Date: Tue, 15 Dec 2009 20:01:22 +0000 (UTC)
commit a05c81bd26f4f1a1d2fce4a582104a725f997127
Author: Jürg Billeter <j bitron ch>
Date: Tue Dec 15 20:48:16 2009 +0100
Improve Vala bindings to avoid warning
bindings/vala/totem.vapi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/bindings/vala/totem.vapi b/bindings/vala/totem.vapi
index 002f244..ca152df 100644
--- a/bindings/vala/totem.vapi
+++ b/bindings/vala/totem.vapi
@@ -11,6 +11,9 @@ namespace Totem {
[CCode (cheader_filename = "totem-plugin.h")]
public abstract class Plugin :GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Plugin ();
+
[NoArrayLength]
[CCode (cname = "totem_plugin_get_type")]
public static GLib.Type get_type ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]