Context

Name

Context -- 

Synopsis



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);

Description

Details

gnome_vfs_context_new ()

GnomeVFSContext* gnome_vfs_context_new      (void);

Returns : 


gnome_vfs_context_ref ()

void        gnome_vfs_context_ref           (GnomeVFSContext *ctx);

ctx : 


gnome_vfs_context_unref ()

void        gnome_vfs_context_unref         (GnomeVFSContext *ctx);

ctx : 


gnome_vfs_context_get_cancellation ()

GnomeVFSCancellation* gnome_vfs_context_get_cancellation
                                            (const GnomeVFSContext *ctx);

ctx : 
Returns : 


gnome_vfs_context_check_cancellation()

#define     gnome_vfs_context_check_cancellation(x)

x : 


gnome_vfs_context_peek_current ()

const GnomeVFSContext* gnome_vfs_context_peek_current
                                            (void);

Returns : 


gnome_vfs_context_check_cancellation_current ()

gboolean    gnome_vfs_context_check_cancellation_current
                                            (void);

Returns :