Method
GioFileIOStreamquery_info_finish
Declaration
GFileInfo*
g_file_io_stream_query_info_finish (
GFileIOStream* stream,
GAsyncResult* result,
GError** error
)
Description
Finalizes the asynchronous query started by g_file_io_stream_query_info_async().
Available since: | 2.22 |
Parameters
result |
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: | GFileInfo |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |