[vala] gnome-vfs-2.0: Fix GnomeVFS.MimeApplication bindings



commit 9b2048a3f5edc0af2d0f4dab1199024a9e4f86b9
Author: Mark Lee <marklee src gnome org>
Date:   Thu May 21 01:10:52 2009 -0700

    gnome-vfs-2.0: Fix GnomeVFS.MimeApplication bindings
    
    Make sure the proper header is emitted for GnomeVFSMimeApplication.
---
 vapi/gnome-vfs-2.0.vapi                            |    2 +-
 vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0.metadata |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vapi/gnome-vfs-2.0.vapi b/vapi/gnome-vfs-2.0.vapi
index 0127e60..0f80cf7 100644
--- a/vapi/gnome-vfs-2.0.vapi
+++ b/vapi/gnome-vfs-2.0.vapi
@@ -235,7 +235,7 @@ namespace GnomeVFS {
 		public GnomeVFS.Result launch_with_env (GLib.List uris, out unowned string envp);
 	}
 	[Compact]
-	[CCode (copy_function = "gnome_vfs_mime_application_copy", cheader_filename = "libgnomevfs/gnome-vfs.h")]
+	[CCode (copy_function = "gnome_vfs_mime_application_copy", cheader_filename = "libgnomevfs/gnome-vfs-mime-handlers.h")]
 	public class MimeApplication {
 		public bool can_open_multiple_files;
 		public weak string command;
diff --git a/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0.metadata b/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0.metadata
index de932d9..b52807a 100644
--- a/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0.metadata
+++ b/vapi/packages/gnome-vfs-2.0/gnome-vfs-2.0.metadata
@@ -3,6 +3,7 @@ gnome_vfs_address_new_from_sockaddr hidden="1"
 GnomeVFSDrive type_check_function="GNOME_IS_VFS_DRIVE"
 GnomeVFSFileInfo.device hidden="1"
 GnomeVFSFileSize hidden="1"
+GnomeVFSMimeApplication cheader_filename="libgnomevfs/gnome-vfs-mime-handlers.h"
 GnomeVFSMimeApplication.priv hidden="1"
 GnomeVFSMimeApplication.requires_terminal hidden="1"
 GnomeVFSVolume type_check_function="GNOME_IS_VFS_VOLUME"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]