Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype VpnEditor = VpnEditor (ManagedPtr VpnEditor)
- class (GObject o, IsDescendantOf VpnEditor o) => IsVpnEditor o
- toVpnEditor :: (MonadIO m, IsVpnEditor o) => o -> m VpnEditor
- vpnEditorGetWidget :: (HasCallStack, MonadIO m, IsVpnEditor a) => a -> m Object
- vpnEditorUpdateConnection :: (HasCallStack, MonadIO m, IsVpnEditor a, IsConnection b) => a -> b -> m ()
- type VpnEditorChangedCallback = IO ()
- afterVpnEditorChanged :: (IsVpnEditor a, MonadIO m) => a -> ((?self :: a) => VpnEditorChangedCallback) -> m SignalHandlerId
- onVpnEditorChanged :: (IsVpnEditor a, MonadIO m) => a -> ((?self :: a) => VpnEditorChangedCallback) -> m SignalHandlerId
Exported types
Memory-managed wrapper type.
Instances
Eq VpnEditor Source # | |
GObject VpnEditor Source # | |
Defined in GI.NM.Interfaces.VpnEditor | |
ManagedPtrNewtype VpnEditor Source # | |
Defined in GI.NM.Interfaces.VpnEditor | |
TypedObject VpnEditor Source # | |
Defined in GI.NM.Interfaces.VpnEditor | |
HasParentTypes VpnEditor Source # | |
Defined in GI.NM.Interfaces.VpnEditor | |
IsGValue (Maybe VpnEditor) Source # | Convert |
Defined in GI.NM.Interfaces.VpnEditor | |
type ParentTypes VpnEditor Source # | |
Defined in GI.NM.Interfaces.VpnEditor |
class (GObject o, IsDescendantOf VpnEditor o) => IsVpnEditor o Source #
Type class for types which can be safely cast to VpnEditor
, for instance with toVpnEditor
.
Instances
(GObject o, IsDescendantOf VpnEditor o) => IsVpnEditor o Source # | |
Defined in GI.NM.Interfaces.VpnEditor |
toVpnEditor :: (MonadIO m, IsVpnEditor o) => o -> m VpnEditor Source #
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, updateConnection, watchClosure.
Getters
getData, getProperty, getQdata, getWidget.
Setters
getWidget
:: (HasCallStack, MonadIO m, IsVpnEditor a) | |
=> a |
|
-> m Object |
No description available in the introspection data.
updateConnection
vpnEditorUpdateConnection Source #
:: (HasCallStack, MonadIO m, IsVpnEditor a, IsConnection b) | |
=> a | |
-> b | |
-> m () | (Can throw |
No description available in the introspection data.
Signals
changed
type VpnEditorChangedCallback = IO () Source #
No description available in the introspection data.
afterVpnEditorChanged :: (IsVpnEditor a, MonadIO m) => a -> ((?self :: a) => VpnEditorChangedCallback) -> m SignalHandlerId Source #
Connect a signal handler for the changed signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after
vpnEditor #changed callback
By default the object invoking the signal is not passed to the callback.
If you need to access it, you can use the implit ?self
parameter.
Note that this requires activating the ImplicitParams
GHC extension.
onVpnEditorChanged :: (IsVpnEditor a, MonadIO m) => a -> ((?self :: a) => VpnEditorChangedCallback) -> m SignalHandlerId Source #
Connect a signal handler for the changed signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on
vpnEditor #changed callback