summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobsource.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:37:59 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:37:59 +0000
commit3eb2c102c1d95a7cd205267754a38799792a66c2 (patch)
tree20295aa5604b5de82ad167607d842d9083bbfccf /daemon/gvfsjobsource.h
parent31d8952c4e4e97018537902993889dcd5299c991 (diff)
downloadgvfs-3eb2c102c1d95a7cd205267754a38799792a66c2.tar.gz
New model to handle uris. All uri -> dbus mapping is done client side.
The mappings will be specified in a config file the client reads Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165844556 +0100 svn path=/trunk/; revision=222
Diffstat (limited to 'daemon/gvfsjobsource.h')
-rw-r--r--daemon/gvfsjobsource.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gvfsjobsource.h b/daemon/gvfsjobsource.h
index 41696787..72ae390a 100644
--- a/daemon/gvfsjobsource.h
+++ b/daemon/gvfsjobsource.h
@@ -20,8 +20,6 @@ struct _GVfsJobSourceIface
/* Virtual Table: */
- void (*reset) (GVfsJobSource *source);
-
/* Signals: */
void (*new_job) (GVfsJobSource *source,
@@ -35,7 +33,6 @@ GType g_vfs_job_source_get_type (void) G_GNUC_CONST;
void g_vfs_job_source_new_job (GVfsJobSource *job_source,
GVfsJob *job);
void g_vfs_job_source_closed (GVfsJobSource *job_source);
-void g_vfs_job_source_reset (GVfsJobSource *job_source);
G_END_DECLS