diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:54:59 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:54:59 +0000 |
commit | 4a73a0a00a60e98fa119d6e9e3501cce20c3b597 (patch) | |
tree | 9774e683eb5e36c6d374bb2d4897835d12495f46 /daemon/gvfsreadchannel.h | |
parent | 754ba4daf054e12746595ab5c1e9a4f5598b12e1 (diff) | |
download | gvfs-4a73a0a00a60e98fa119d6e9e3501cce20c3b597.tar.gz |
Remove old signals now moved to jobsource iface
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171620467 +0100
svn path=/trunk/; revision=349
Diffstat (limited to 'daemon/gvfsreadchannel.h')
-rw-r--r-- | daemon/gvfsreadchannel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/gvfsreadchannel.h b/daemon/gvfsreadchannel.h index bb49e7d0..11e845bf 100644 --- a/daemon/gvfsreadchannel.h +++ b/daemon/gvfsreadchannel.h @@ -29,12 +29,6 @@ struct _GVfsReadChannel struct _GVfsReadChannelClass { GObjectClass parent_class; - - /* signals */ - - void (*new_job) (GVfsReadChannel *stream, - GVfsJob *job); - void (*closed) (GVfsReadChannel *stream); }; GType g_vfs_read_channel_get_type (void) G_GNUC_CONST; |