Method
GioFileopen_readwrite_finish
Declaration
GFileIOStream*
g_file_open_readwrite_finish (
GFile* file,
GAsyncResult* res,
GError** error
)
Description
Finishes an asynchronous file read operation started with g_file_open_readwrite_async().
Available since: | 2.22 |
Parameters
res |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GFileIOStream |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |