Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. fullInterfaceMethodList :: Name -> Interface -> CodeGen e [(Name, Method)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all methods defined for an interface, including those defined by its prerequisites.

  2. fullInterfacePropertyList :: Name -> Interface -> CodeGen e [(Name, Property)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all properties defined for an interface, including those defined by its prerequisites.

  3. fullInterfaceSignalList :: Name -> Interface -> CodeGen e [(Name, Signal)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all signals defined for an interface, including those defined by its prerequisites.

  4. fullObjectMethodList :: Name -> Object -> CodeGen e [(Name, Method)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all methods defined for an object, including those defined by its ancestors.

  5. fullObjectPropertyList :: Name -> Object -> CodeGen e [(Name, Property)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all properties defined for an object, including those defined by its ancestors.

  6. fullObjectSignalList :: Name -> Object -> CodeGen e [(Name, Signal)]

    haskell-gi Data.GI.CodeGen.Inheritance

    List all signals defined for an object, including those defined by its ancestors.

  7. modulePathToList :: ModulePath -> [Text]

    haskell-gi Data.GI.CodeGen.ModulePath

    No documentation available.

  8. genMethodList :: Name -> [(Name, Method)] -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.OverloadedMethods

    Generate the MethodList instance given the list of methods for the given named type. Returns a Haddock comment summarizing the list of methods available.

  9. TGList :: Type -> Type

    haskell-gi Data.GI.CodeGen.Type

    GList

  10. TGSList :: Type -> Type

    haskell-gi Data.GI.CodeGen.Type

    GSList

Page 72 of many | Previous | Next