inet-connection

Name

inet-connection -- 

Synopsis



GnomeVFSResult gnome_vfs_inet_connection_create
                                            (GnomeVFSInetConnection **connection_return,
                                             const gchar *host_name,
                                             guint host_port,
                                             GnomeVFSCancellation *cancellation);
void        gnome_vfs_inet_connection_destroy
                                            (GnomeVFSInetConnection *connection,
                                             GnomeVFSCancellation *cancellation);
GnomeVFSIOBuf* gnome_vfs_inet_connection_get_iobuf
                                            (GnomeVFSInetConnection *connection);

Description

Details

gnome_vfs_inet_connection_create ()

GnomeVFSResult gnome_vfs_inet_connection_create
                                            (GnomeVFSInetConnection **connection_return,
                                             const gchar *host_name,
                                             guint host_port,
                                             GnomeVFSCancellation *cancellation);

connection_return : 
host_name : 
host_port : 
cancellation : 
Returns : 


gnome_vfs_inet_connection_destroy ()

void        gnome_vfs_inet_connection_destroy
                                            (GnomeVFSInetConnection *connection,
                                             GnomeVFSCancellation *cancellation);

connection : 
cancellation : 


gnome_vfs_inet_connection_get_iobuf ()

GnomeVFSIOBuf* gnome_vfs_inet_connection_get_iobuf
                                            (GnomeVFSInetConnection *connection);

connection : 
Returns :