Virtual Method
GioPermissionacquire_finish
Declaration
gboolean
acquire_finish (
GPermission* permission,
GAsyncResult* result,
GError** error
)
Description
Collects the result of attempting to acquire the permission
represented by permission
.
This is the second half of the asynchronous version of g_permission_acquire().
Available since: | 2.26 |
Parameters
result
-
Type:
GAsyncResult
The
GAsyncResult
given to theGAsyncReadyCallback
.The data is owned by the caller of the function. error
-
Type:
GError **
The return location for an error.
The argument can be NULL
.The argument will be set to NULL
by the function if there are no errors.In case of error, the argument will be set and the caller will take ownership of the data, and be responsible for freeing it.