Method
FwupdPluginIOChannelwrite_stream
Declaration [src]
gboolean
fu_io_channel_write_stream (
FuIOChannel* self,
GInputStream* stream,
guint timeout_ms,
FuIOChannelFlags flags,
GError** error
)
Parameters
stream |
GInputStream |
|
|
| The data is owned by the caller of the function. | |
timeout_ms |
guint |
Timeout in ms. |
|
flags |
FuIOChannelFlags |
Channel flags, e.g. |
|
error |
GError ** |
The return location for a GError*, or NULL. |