Package ch.bailu.gtk.gio
Interface PermissionClass.OnAcquire
- 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
onAcquire
(CallbackHandler __self, Permission permission, Cancellable cancellable)
-
Method Details
-
onAcquire
boolean onAcquire(CallbackHandler __self, @Nonnull Permission permission, @Nullable Cancellable cancellable) - Parameters:
permission
- a #GPermission instancecancellable
- a #GCancellable, or %NULL- Returns:
- %TRUE if the permission was successfully acquired
-