Method
GioFilepoll_mountable_finish
Declaration
gboolean
g_file_poll_mountable_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes a poll operation. See g_file_poll_mountable()
for details.
Finish an asynchronous poll operation that was polled with g_file_poll_mountable().
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 . |