Package ch.bailu.gtk.gio
Interface PermissionClass.OnReleaseFinish
- Enclosing class:
- PermissionClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onReleaseFinish
(CallbackHandler __self, Permission permission, AsyncResult result)
-
Method Details
-
onReleaseFinish
boolean onReleaseFinish(CallbackHandler __self, @Nonnull Permission permission, @Nonnull AsyncResult result) - Parameters:
permission
- a #GPermission instanceresult
- the #GAsyncResult given to the #GAsyncReadyCallback- Returns:
- %TRUE if the permission was successfully released
-