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.
type
PollFunc = PollFD -> Word32 -> Int32 -> IO Int32gi-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.
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.
-
gi-glib GI.GLib.Constants No description available in the introspection data.
-
gi-glib GI.GLib.Constants No description available in the introspection data.
-
gi-glib GI.GLib.Constants A format specifier that can be used in printf()-style format strings when printing a GPid. Since: 2.50
-
gi-glib GI.GLib.Constants No description available in the introspection data.
-
gi-glib GI.GLib.Constants No description available in the introspection data.
-
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.
pattern
PRIORITY_DEFAULT :: Int32gi-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.
pattern
PRIORITY_DEFAULT_IDLE :: Int32gi-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().