]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libpeas-1.0: Regenerate bindings to take in account abstract classes
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 27 Jul 2011 18:00:42 +0000 (20:00 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 27 Jul 2011 18:00:42 +0000 (20:00 +0200)
vapi/libpeas-1.0.vapi

index 0c55ed821574809fb6f126a8f9f4f079ec17c65e..4a75f6f47d86a8b42011cd97f453fc05e8ebd18b 100644 (file)
@@ -28,14 +28,14 @@ namespace Peas {
                public virtual signal void unload_plugin (Peas.PluginInfo info);
        }
        [CCode (type_id = "peas_extension_get_type ()", cheader_filename = "libpeas/peas.h")]
-       public class Extension : GLib.Object {
+       public abstract class Extension : GLib.Object {
                [CCode (has_construct_function = false)]
                protected Extension ();
                public GLib.Type get_extension_type ();
                public GLib.Type extension_type { get; construct; }
        }
        [CCode (type_id = "peas_extension_base_get_type ()", cheader_filename = "libpeas/peas.h")]
-       public class ExtensionBase : GLib.Object {
+       public abstract class ExtensionBase : GLib.Object {
                [CCode (has_construct_function = false)]
                protected ExtensionBase ();
                public string get_data_dir ();