summaryrefslogtreecommitdiff
path: root/vapi/packages/gnome-vfs-2.0
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-08-29 10:14:25 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-08-29 10:14:25 +0000
commit97edad984d564d4bb973a0a3f113ec023430bd09 (patch)
tree181a8ddd69d8851375e22ec2a5645cdd8b2d43d2 /vapi/packages/gnome-vfs-2.0
parent750dd8db957bff29c11f2b2fc6d1c1ce09ae5067 (diff)
downloadvala-97edad984d564d4bb973a0a3f113ec023430bd09.tar.gz
add missing init/shutdown methods
2007-08-29 Juerg Billeter <j@bitron.ch> * vapi/gnome-vfs-2.0.vala, vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala: add missing init/shutdown methods svn path=/trunk/; revision=526
Diffstat (limited to 'vapi/packages/gnome-vfs-2.0')
-rw-r--r--vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala7
1 files changed, 7 insertions, 0 deletions
diff --git a/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala b/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala
index 4346679dc..ee830c049 100644
--- a/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala
+++ b/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0-custom.vala
@@ -21,6 +21,13 @@
*/
namespace GnomeVFS {
+ [Import]
+ public bool init ();
+ [Import]
+ public bool initialized ();
+ [Import]
+ public void shutdown ();
+
public struct ACLKind : uint32 {
}