Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. mk_VoidFunc :: C_VoidFunc -> IO (FunPtr C_VoidFunc)

    gi-glib GI.GLib.Callbacks

    Generate a function pointer callable from C code, from a C_VoidFunc.

  2. noVoidFunc :: Maybe VoidFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe VoidFunc.

  3. wrap_VoidFunc :: Maybe (Ptr (FunPtr C_VoidFunc)) -> VoidFunc -> C_VoidFunc

    gi-glib GI.GLib.Callbacks

    Wrap a VoidFunc into a C_VoidFunc.

  4. overrides :: Text

    gi-glib GI.GLib.Config

    Overrides used when generating these bindings.

  5. pattern KEY_FILE_DESKTOP_KEY_HIDDEN :: Text

    gi-glib GI.GLib.Constants

    A key under KEY_FILE_DESKTOP_GROUP, whose value is a boolean stating whether the desktop entry has been deleted by the user. Since: 2.14

  6. pattern PID_FORMAT :: Text

    gi-glib GI.GLib.Constants

    A format specifier that can be used in printf()-style format strings when printing a GPid. Since: 2.50

  7. pattern PRIORITY_DEFAULT_IDLE :: Int32

    gi-glib GI.GLib.Constants

    Use this for default priority idle functions. In GLib this priority is used when adding idle functions with g_idle_add().

  8. pattern PRIORITY_HIGH_IDLE :: Int32

    gi-glib GI.GLib.Constants

    Use this for high priority idle functions. GTK uses PRIORITY_HIGH_IDLE + 10 for resizing operations, and PRIORITY_HIGH_IDLE + 20 for redrawing operations. (This is done to ensure that any pending resizes are processed before any pending redraws, so that widgets are not redrawn twice unnecessarily.)

  9. pattern SIZEOF_VOID_P :: Int32

    gi-glib GI.GLib.Constants

    No description available in the introspection data.

  10. BookmarkFileErrorInvalidUri :: BookmarkFileError

    gi-glib GI.GLib.Enums

    URI was ill-formed

Page 637 of many | Previous | Next