| GnomeVFS - Filesystem Abstraction library | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
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); |
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 : |
|
void gnome_vfs_inet_connection_destroy
(GnomeVFSInetConnection *connection,
GnomeVFSCancellation *cancellation); |
| connection : | |
| cancellation : |
|
GnomeVFSIOBuf* gnome_vfs_inet_connection_get_iobuf
(GnomeVFSInetConnection *connection); |
| connection : | |
| Returns : |
|