Package ch.bailu.gtk.gio
Interface PermissionClass.OnAcquireFinish
- 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
onAcquireFinish
(CallbackHandler __self, Permission permission, AsyncResult result)
-
Method Details
-
onAcquireFinish
boolean onAcquireFinish(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 acquired
-