~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-updates

« back to all changes in this revision

Viewing changes to common/gvfsdaemonprotocol.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-03 16:51:09 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090403165109-0o6vhzslynkby3yt
Tags: 1.2.1-0ubuntu1
* New upstream version:
  - Fix duplicate CD audio icons after remount
  - Fix problems mounting encrypted volumes
  - Handle usernames with @ in them better in uris
  - trash: handle weird filenames correctly
  - sftp: Fix various error conditions
  - volume monitors: emit pre-unmount signals
  - smb: Fix various error conditions
  - fuse: Make sure closing a file flushed the file on the backend
* debian/patches/90_svn_update.patch:
  - the change is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
#define G_VFS_DBUS_MOUNT_OPERATION_INTERFACE "org.gtk.vfs.MountOperation"
74
74
#define G_VFS_DBUS_MOUNT_OPERATION_OP_ASK_PASSWORD "askPassword"
75
75
#define G_VFS_DBUS_MOUNT_OPERATION_OP_ASK_QUESTION "askQuestion"
 
76
#define G_VFS_DBUS_MOUNT_OPERATION_OP_ABORTED "aborted"
76
77
 
77
78
/* Implemented by the spawner of a process, the spawned process sends the
78
79
   spawned message (with noreply) when it has spawned and gotten a dbus id */