[totem/gnome-2-28] Improve Vala bindings to avoid warning



commit 011cddb3718ff8e79079adecb71950fde610e0c1
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]