Method
GioFileappend_to_finish
Declaration
GFileOutputStream*
g_file_append_to_finish (
GFile* file,
GAsyncResult* res,
GError** error
)
Parameters
res |
GAsyncResult |
|
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GFileOutputStream |
A valid |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |