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

« back to all changes in this revision

Viewing changes to monitor/proxy/gproxyvolume.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-02 18:10:40 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20090302181040-bozliyntjtpd0ozp
Tags: 1.1.7-0ubuntu1
* New upstream version:
  - Fix build on some platforms
  - ftp: Fix short read errors (lp: #208750)
  - gphoto2: Make it work on iphone
  - sftp: Fix symlink creation
  - fuse: Better support of truncation, fixing OOo save (lp: #317587)
  - proxy monitors: Support mount operations, etc
  - gvfs-mount: add --device commandline support
  - sftp: Fix protocol bug that made some servers not work (lp: #286053)
  - general support for query_info over streams, implemented for smb, sftp
  - Initial support for .xdg-volume-info reading (lp: #269159)
  - fix trash crasher (lp: #332554)
  - use ssh config (lp: #264803)
* debian/patches/02_support_xdg_volume_info.patch:
  - the new version fixes this issue
* debian/patches/91_upstream_change_fix_trash_crasher.patch:
  - upstream change to fix a trash crasher (lp: #333791)
* debian/rules:
  - shlibs version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
GProxyShadowMount *g_proxy_volume_get_shadow_mount (GProxyVolume        *volume);
55
55
 
 
56
void          g_proxy_volume_handle_mount_op_ask_password (GProxyVolume        *volume,
 
57
                                                           DBusMessageIter     *iter);
 
58
 
 
59
void          g_proxy_volume_handle_mount_op_ask_question (GProxyVolume        *volume,
 
60
                                                           DBusMessageIter     *iter);
 
61
 
 
62
void          g_proxy_volume_handle_mount_op_aborted      (GProxyVolume        *volume,
 
63
                                                           DBusMessageIter     *iter);
 
64
 
56
65
G_END_DECLS
57
66
 
58
67
#endif /* __G_PROXY_VOLUME_H__ */