Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. type PollFunc = PollFD -> Word32 -> Int32 -> IO Int32

    gi-glib GI.GLib.Callbacks

    Specifies the type of function passed to g_main_context_set_poll_func(). The semantics of the function should match those of the poll() system call.

  2. type PrintFunc = Text -> IO ()

    gi-glib GI.GLib.Callbacks

    Specifies the type of the print handler functions. These are called with the complete formatted string to output.

  3. pattern PDP_ENDIAN :: Int32

    gi-glib GI.GLib.Constants

    No description available in the introspection data.

  4. pattern PI :: Double

    gi-glib GI.GLib.Constants

    No description available in the introspection data.

  5. 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

  6. pattern PI_2 :: Double

    gi-glib GI.GLib.Constants

    No description available in the introspection data.

  7. pattern PI_4 :: Double

    gi-glib GI.GLib.Constants

    No description available in the introspection data.

  8. pattern POLLFD_FORMAT :: Text

    gi-glib GI.GLib.Constants

    A format specifier that can be used in printf()-style format strings when printing the fd member of a PollFD.

  9. pattern PRIORITY_DEFAULT :: Int32

    gi-glib GI.GLib.Constants

    Use this for default priority event sources. In GLib this priority is used when adding timeout functions with g_timeout_add(). In GDK this priority is used for events from the X server.

  10. 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().

Page 237 of many | Previous | Next