Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
System.Glib.GString
Description
Defines functions to extract data from a GString.
Documentation
readGString :: GString -> IO (Maybe String) Source #
readGStringByteString :: GString -> IO (Maybe ByteString) Source #
fromGString :: GString -> IO (Maybe String) Source #