diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:58:09 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:58:09 +0200 |
commit | 622a5c0d167556188c38fcde40a42a0dfad9c625 (patch) | |
tree | 04f27be7f2a54779e17029ede2554e39c3464aa0 /daemon/gvfsjobdelete.h | |
parent | a494b809eaf82994108bfbbe5d950fed1a0a8c7c (diff) | |
download | gvfs-622a5c0d167556188c38fcde40a42a0dfad9c625.tar.gz |
gdbus: Core daemon and client port
Port of most of the gvfs core, few bits still missing. Lot of debug prints around,
will be removed in further commits. Same amount of TODOs and FIXMEs.
Notes:
* kill serials?
* get rid of mainloops where applicable (copy/move progress callback, enumerator)
* fix keyring integration
* use gdbus builtin fd passing within gvfsdaemon.c, kill the extra_fd stuff
Diffstat (limited to 'daemon/gvfsjobdelete.h')
-rw-r--r-- | daemon/gvfsjobdelete.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/daemon/gvfsjobdelete.h b/daemon/gvfsjobdelete.h index 91c2e8a5..9dd9bef6 100644 --- a/daemon/gvfsjobdelete.h +++ b/daemon/gvfsjobdelete.h @@ -54,10 +54,10 @@ struct _GVfsJobDeleteClass GType g_vfs_job_delete_get_type (void) G_GNUC_CONST; -GVfsJob *g_vfs_job_delete_new (DBusConnection *connection, - DBusMessage *message, - GVfsBackend *backend); - +gboolean g_vfs_job_delete_new_handle (GVfsDBusMount *object, + GDBusMethodInvocation *invocation, + const gchar *arg_path_data, + GVfsBackend *backend); G_END_DECLS #endif /* __G_VFS_JOB_DELETE_H__ */ |