Function
FwupdPlugininput_stream_read_string
Declaration [src]
gchar*
fu_input_stream_read_string (
GInputStream* stream,
gsize offset,
gsize count,
GError** error
)
Parameters
stream |
GInputStream |
A |
|
| The data is owned by the caller of the function. | |
offset |
gsize |
Offset in bytes into |
|
count |
gsize |
Maximum number of bytes to read. |
|
error |
GError ** |
The return location for a GError*, or NULL. |