• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readNamedAttr :: String -> (o -> IO a) -> ReadAttr o a

    glib System.Glib.Attributes

    Create a new read-only attribute.

  2. readGList :: GList -> IO [Ptr a]

    glib System.Glib.GList

    No documentation available.

  3. readGSList :: GSList -> IO [Ptr a]

    glib System.Glib.GList

    No documentation available.

  4. readGString :: GString -> IO (Maybe String)

    glib System.Glib.GString

    No documentation available.

  5. readGStringByteString :: GString -> IO (Maybe ByteString)

    glib System.Glib.GString

    No documentation available.

  6. readAttrFromBoolProperty :: GObjectClass gobj => String -> ReadAttr gobj Bool

    glib System.Glib.Properties

    No documentation available.

  7. readAttrFromBoxedOpaqueProperty :: GObjectClass gobj => (Ptr boxed -> IO boxed) -> String -> GType -> ReadAttr gobj boxed

    glib System.Glib.Properties

    No documentation available.

  8. readAttrFromBoxedStorableProperty :: (GObjectClass gobj, Storable boxed) => String -> GType -> ReadAttr gobj boxed

    glib System.Glib.Properties

    No documentation available.

  9. readAttrFromCharProperty :: GObjectClass gobj => String -> ReadAttr gobj Char

    glib System.Glib.Properties

    No documentation available.

  10. readAttrFromDoubleProperty :: GObjectClass gobj => String -> ReadAttr gobj Double

    glib System.Glib.Properties

    No documentation available.

Page 216 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete