Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-dbusmenu GI.Dbusmenu.Objects.Menuitem Takes the pair of property and value and places them as a property on mi. If a property already exists by that name, then the value is set to the new value. If not, the property is added. If the value is changed or the property was previously unset then the signal Menuitem::prop-changed will be emitted by this function.
-
gi-gtksource5 GI.GtkSource.Objects.SnippetContext Gets the current value for a variable named key.
-
gi-gtksource5 GI.GtkSource.Objects.SnippetContext Sets a variable within the context. This variable may be overridden by future updates to the context.
-
gi-harfbuzz GI.HarfBuzz.Callbacks Type for the callback on the (unwrapped) C side.
type
FontGetVariationGlyphFuncT = FontT -> Ptr () -> Word32 -> Word32 -> IO (Int32, Word32)gi-harfbuzz GI.HarfBuzz.Callbacks A virtual method for the FontFuncsT of an FontT object. This method should retrieve the glyph ID for a specified Unicode code point followed by a specified Variation Selector code point. Glyph IDs must be returned in a hb_codepoint_t output parameter.
-
gi-harfbuzz GI.HarfBuzz.Callbacks A virtual method for the FontFuncsT of an FontT object. This method should retrieve the glyph ID for a specified Unicode code point followed by a specified Variation Selector code point. Glyph IDs must be returned in a hb_codepoint_t output parameter.
-
gi-harfbuzz GI.HarfBuzz.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-harfbuzz GI.HarfBuzz.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-harfbuzz GI.HarfBuzz.Callbacks Wrap the callback into a GClosure.
-
gi-harfbuzz GI.HarfBuzz.Callbacks Generate a function pointer callable from C code, from a C_FontGetVariationGlyphFuncT.