Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype GeolocationPermissionRequest = GeolocationPermissionRequest (ManagedPtr GeolocationPermissionRequest)
- class (GObject o, IsDescendantOf GeolocationPermissionRequest o) => IsGeolocationPermissionRequest o
- toGeolocationPermissionRequest :: (MonadIO m, IsGeolocationPermissionRequest o) => o -> m GeolocationPermissionRequest
Exported types
newtype GeolocationPermissionRequest Source #
Memory-managed wrapper type.
GeolocationPermissionRequest (ManagedPtr GeolocationPermissionRequest) |
Instances
class (GObject o, IsDescendantOf GeolocationPermissionRequest o) => IsGeolocationPermissionRequest o Source #
Type class for types which can be safely cast to GeolocationPermissionRequest
, for instance with toGeolocationPermissionRequest
.
Instances
(GObject o, IsDescendantOf GeolocationPermissionRequest o) => IsGeolocationPermissionRequest o Source # | |
toGeolocationPermissionRequest :: (MonadIO m, IsGeolocationPermissionRequest o) => o -> m GeolocationPermissionRequest Source #
Cast to GeolocationPermissionRequest
, for types for which this is known to be safe. For general casts, use castTo
.