summaryrefslogtreecommitdiff
path: root/client/gdaemonfileenumerator.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-09-26 12:03:36 +0200
committerAlexander Larsson <alexl@redhat.com>2013-09-26 12:38:30 +0200
commit65b8b938df26cfe04935b0195265971c7e278ab0 (patch)
tree03721b5995ef6b2b433bcfe32a82c471bb5e0a21 /client/gdaemonfileenumerator.h
parentf252b6473c8c38d8fffbc03864db302f43f8e9ce (diff)
downloadgvfs-65b8b938df26cfe04935b0195265971c7e278ab0.tar.gz
GDaemonFileEnumerator: Only listen to messages one connection
There is no need to listen to messages on other connections than the one we sent the request on. In fact, doing so is bad as it can cause locking issues as per bug 708721. https://bugzilla.gnome.org/show_bug.cgi?id=708744
Diffstat (limited to 'client/gdaemonfileenumerator.h')
-rw-r--r--client/gdaemonfileenumerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/gdaemonfileenumerator.h b/client/gdaemonfileenumerator.h
index 8a94c3d8..f30737eb 100644
--- a/client/gdaemonfileenumerator.h
+++ b/client/gdaemonfileenumerator.h
@@ -24,6 +24,7 @@
#define __G_DAEMON_FILE_ENUMERATOR_H__
#include <gio/gio.h>
+#include <gvfsdbus.h>
G_BEGIN_DECLS
@@ -46,6 +47,7 @@ struct _GDaemonFileEnumeratorClass
GType g_daemon_file_enumerator_get_type (void) G_GNUC_CONST;
GDaemonFileEnumerator *g_daemon_file_enumerator_new (GFile *file,
+ GVfsDBusMount *proxy,
const char *attributes,
gboolean sync);
char * g_daemon_file_enumerator_get_object_path (GDaemonFileEnumerator *enumerator);