~ubuntu-branches/ubuntu/saucy/gvfs/saucy-proposed

« back to all changes in this revision

Viewing changes to daemon/gvfschannel.h

Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                              gpointer data,
62
62
                              gsize data_len,
63
63
                              GError **error);
 
64
  GVfsJob *(*readahead)      (GVfsChannel *channel,
 
65
                              GVfsJob *job);
64
66
};
65
67
 
66
68
GType g_vfs_channel_get_type (void) G_GNUC_CONST;