Top | ![]() |
![]() |
![]() |
![]() |
|
camel_stream_fs_new_with_name () |
|
camel_stream_fs_new_with_fd () |
|
camel_stream_fs_get_fd () |
CamelStream * camel_stream_fs_new_with_name (const
,gchar *name,
gint flags,
mode_t mode);
GError **error
Creates a new
CamelStream * camel_stream_fs_new_with_fd ();
gint fd
Creates a new fs stream using the given file descriptor fd
as the
backing store. When the stream is destroyed, the file descriptor
will be closed.