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 |
- newtype SessionFeature = SessionFeature (ForeignPtr SessionFeature)
- noSessionFeature :: Maybe SessionFeature
- class GObject o => SessionFeatureK o
- toSessionFeature :: SessionFeatureK o => o -> IO SessionFeature
- data SessionFeatureAddFeatureMethodInfo
- sessionFeatureAddFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool
- data SessionFeatureAttachMethodInfo
- sessionFeatureAttach :: (MonadIO m, SessionFeatureK a, SessionK b) => a -> b -> m ()
- data SessionFeatureDetachMethodInfo
- sessionFeatureDetach :: (MonadIO m, SessionFeatureK a, SessionK b) => a -> b -> m ()
- data SessionFeatureHasFeatureMethodInfo
- sessionFeatureHasFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool
- data SessionFeatureRemoveFeatureMethodInfo
- sessionFeatureRemoveFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool
Exported types
newtype SessionFeature Source
GObject SessionFeature | |
((~) * info (ResolveSessionFeatureMethod t SessionFeature), MethodInfo * info SessionFeature p) => IsLabelProxy t (SessionFeature -> p) | |
type ParentTypes SessionFeature | |
type AttributeList SessionFeature | |
type SignalList SessionFeature |
class GObject o => SessionFeatureK o Source
(GObject o, IsDescendantOf SessionFeature o) => SessionFeatureK o |
toSessionFeature :: SessionFeatureK o => o -> IO SessionFeature Source
Methods
sessionFeatureAddFeature
data SessionFeatureAddFeatureMethodInfo Source
((~) * signature (GType -> m Bool), MonadIO m, SessionFeatureK a) => MethodInfo * SessionFeatureAddFeatureMethodInfo a signature |
sessionFeatureAddFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool Source
sessionFeatureAttach
data SessionFeatureAttachMethodInfo Source
((~) * signature (b -> m ()), MonadIO m, SessionFeatureK a, SessionK b) => MethodInfo * SessionFeatureAttachMethodInfo a signature |
sessionFeatureAttach :: (MonadIO m, SessionFeatureK a, SessionK b) => a -> b -> m () Source
sessionFeatureDetach
data SessionFeatureDetachMethodInfo Source
((~) * signature (b -> m ()), MonadIO m, SessionFeatureK a, SessionK b) => MethodInfo * SessionFeatureDetachMethodInfo a signature |
sessionFeatureDetach :: (MonadIO m, SessionFeatureK a, SessionK b) => a -> b -> m () Source
sessionFeatureHasFeature
data SessionFeatureHasFeatureMethodInfo Source
((~) * signature (GType -> m Bool), MonadIO m, SessionFeatureK a) => MethodInfo * SessionFeatureHasFeatureMethodInfo a signature |
sessionFeatureHasFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool Source
sessionFeatureRemoveFeature
data SessionFeatureRemoveFeatureMethodInfo Source
((~) * signature (GType -> m Bool), MonadIO m, SessionFeatureK a) => MethodInfo * SessionFeatureRemoveFeatureMethodInfo a signature |
sessionFeatureRemoveFeature :: (MonadIO m, SessionFeatureK a) => a -> GType -> m Bool Source