| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMGeolocation
Contents
Description
- newtype DOMGeolocation = DOMGeolocation (ManagedPtr DOMGeolocation)
- class GObject o => IsDOMGeolocation o
- toDOMGeolocation :: IsDOMGeolocation o => o -> IO DOMGeolocation
- noDOMGeolocation :: Maybe DOMGeolocation
- data DOMGeolocationClearWatchMethodInfo
- dOMGeolocationClearWatch :: (HasCallStack, MonadIO m, IsDOMGeolocation a) => a -> CLong -> m ()
Exported types
newtype DOMGeolocation Source #
Constructors
| DOMGeolocation (ManagedPtr DOMGeolocation) |
Instances
| GObject DOMGeolocation Source # | |
| IsObject DOMGeolocation Source # | |
| IsDOMObject DOMGeolocation Source # | |
| IsDOMGeolocation DOMGeolocation Source # | |
| ((~) * info (ResolveDOMGeolocationMethod t DOMGeolocation), MethodInfo * info DOMGeolocation p) => IsLabel t (DOMGeolocation -> p) Source # | |
| ((~) * info (ResolveDOMGeolocationMethod t DOMGeolocation), MethodInfo * info DOMGeolocation p) => IsLabelProxy t (DOMGeolocation -> p) Source # | |
| HasAttributeList * DOMGeolocation Source # | |
| type AttributeList DOMGeolocation Source # | |
| type SignalList DOMGeolocation Source # | |
class GObject o => IsDOMGeolocation o Source #
Instances
toDOMGeolocation :: IsDOMGeolocation o => o -> IO DOMGeolocation Source #
Methods
clearWatch
data DOMGeolocationClearWatchMethodInfo Source #
Instances
| ((~) * signature (CLong -> m ()), MonadIO m, IsDOMGeolocation a) => MethodInfo * DOMGeolocationClearWatchMethodInfo a signature Source # | |
dOMGeolocationClearWatch Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMGeolocation a) | |
| => a |
|
| -> CLong |
|
| -> m () |
No description available in the introspection data.