Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
This is used by the implementation of properties and by the
TreeModel
and
related modules.
Documentation
valueSetString :: GlibString string => GValue -> string -> IO () Source #
valueGetString :: GlibString string => GValue -> IO string Source #
valueSetMaybeString :: GlibString string => GValue -> Maybe string -> IO () Source #
valueGetMaybeString :: GlibString string => GValue -> IO (Maybe string) Source #
valueSetFilePath :: GlibFilePath string => GValue -> string -> IO () Source #
valueGetFilePath :: GlibFilePath string => GValue -> IO string Source #
valueSetMaybeFilePath :: GlibFilePath string => GValue -> Maybe string -> IO () Source #
valueGetMaybeFilePath :: GlibFilePath string => GValue -> IO (Maybe string) Source #
valueSetGObject :: GObjectClass gobj => GValue -> gobj -> IO () Source #
valueGetGObject :: GObjectClass gobj => GValue -> IO gobj Source #
valueSetMaybeGObject :: GObjectClass gobj => GValue -> Maybe gobj -> IO () Source #
valueGetMaybeGObject :: GObjectClass gobj => GValue -> IO (Maybe gobj) Source #