Method
GioFilequery_filesystem_info_finish
Declaration
GFileInfo*
g_file_query_filesystem_info_finish (
GFile* file,
GAsyncResult* res,
GError** error
)
Description
Finishes an asynchronous filesystem info query. See g_file_query_filesystem_info_async().
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: | GFileInfo |
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |