summaryrefslogtreecommitdiff
path: root/vapi/gnome-vfs-2.0.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-08-21 18:47:40 +0200
committerJürg Billeter <j@bitron.ch>2010-08-21 18:47:40 +0200
commit20209bb268fb091fa82b75d931887b54f2232763 (patch)
treef4cce3d8bdcab2358de0f1c07239e4a2b17f3170 /vapi/gnome-vfs-2.0.vapi
parent18a65bd81ff77dd55ba24ece47e418dc0ba73362 (diff)
downloadvala-20209bb268fb091fa82b75d931887b54f2232763.tar.gz
vapigen: Fix chain up warning in subclasses of generated bindings
Diffstat (limited to 'vapi/gnome-vfs-2.0.vapi')
-rw-r--r--vapi/gnome-vfs-2.0.vapi8
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/gnome-vfs-2.0.vapi b/vapi/gnome-vfs-2.0.vapi
index eaaccd3b9..5a85c2559 100644
--- a/vapi/gnome-vfs-2.0.vapi
+++ b/vapi/gnome-vfs-2.0.vapi
@@ -117,6 +117,8 @@ namespace GnomeVFS {
}
[CCode (type_check_function = "GNOME_IS_VFS_DRIVE", cheader_filename = "libgnomevfs/gnome-vfs.h")]
public class Drive : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Drive ();
public int compare (GnomeVFS.Drive b);
public void eject (GnomeVFS.VolumeOpCallback callback);
public unowned string get_activation_uri ();
@@ -218,6 +220,8 @@ namespace GnomeVFS {
}
[CCode (cheader_filename = "libgnomevfs/gnome-vfs.h")]
public class MIMEMonitor : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected MIMEMonitor ();
public static unowned GnomeVFS.MIMEMonitor @get ();
public virtual signal void data_changed ();
}
@@ -505,6 +509,8 @@ namespace GnomeVFS {
}
[CCode (type_check_function = "GNOME_IS_VFS_VOLUME", cheader_filename = "libgnomevfs/gnome-vfs.h")]
public class Volume : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Volume ();
public int compare (GnomeVFS.Volume b);
public void eject (GnomeVFS.VolumeOpCallback callback);
public unowned string get_activation_uri ();
@@ -527,6 +533,8 @@ namespace GnomeVFS {
}
[CCode (type_check_function = "GNOME_IS_VFS_VOLUME_MONITOR", cheader_filename = "libgnomevfs/gnome-vfs.h")]
public class VolumeMonitor : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected VolumeMonitor ();
public GLib.List<GnomeVFS.Drive> get_connected_drives ();
public unowned GnomeVFS.Drive get_drive_by_id (ulong id);
public unowned GLib.List get_mounted_volumes ();