GnomeVFS - Filesystem Abstraction library | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
GnomeVFSContext* gnome_vfs_context_new (void); void gnome_vfs_context_ref (GnomeVFSContext *ctx); void gnome_vfs_context_unref (GnomeVFSContext *ctx); GnomeVFSCancellation* gnome_vfs_context_get_cancellation (const GnomeVFSContext *ctx); #define gnome_vfs_context_check_cancellation(x) const GnomeVFSContext* gnome_vfs_context_peek_current (void); gboolean gnome_vfs_context_check_cancellation_current (void); |