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.

  1. genClosure_DBusSubtreeEnumerateFunc :: MonadIO m => DBusSubtreeEnumerateFunc -> m (GClosure C_DBusSubtreeEnumerateFunc)

    gi-gio GI.Gio.Callbacks

    Wrap the callback into a GClosure.

  2. mk_DBusSubtreeEnumerateFunc :: C_DBusSubtreeEnumerateFunc -> IO (FunPtr C_DBusSubtreeEnumerateFunc)

    gi-gio GI.Gio.Callbacks

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

  3. noDBusSubtreeEnumerateFunc :: Maybe DBusSubtreeEnumerateFunc

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe DBusSubtreeEnumerateFunc.

  4. noDBusSubtreeEnumerateFunc_WithClosures :: Maybe DBusSubtreeEnumerateFunc_WithClosures

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe DBusSubtreeEnumerateFunc_WithClosures.

  5. wrap_DBusSubtreeEnumerateFunc :: Maybe (Ptr (FunPtr C_DBusSubtreeEnumerateFunc)) -> DBusSubtreeEnumerateFunc_WithClosures -> C_DBusSubtreeEnumerateFunc

    gi-gio GI.Gio.Callbacks

    Wrap a DBusSubtreeEnumerateFunc into a C_DBusSubtreeEnumerateFunc.

  6. AnotherIOErrorEnum :: Int -> IOErrorEnum

    gi-gio GI.Gio.Enums

    Catch-all for unknown values

  7. data IOErrorEnum

    gi-gio GI.Gio.Enums

    Error codes returned by GIO functions. Note that this domain may be extended in future GLib releases. In general, new error codes either only apply to new APIs, or else replace IOErrorEnumFailed in cases that were not explicitly distinguished before. You should therefore avoid writing code like

    C code

    if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_FAILED))
    {
    // Assume that this is EPRINTERONFIRE
    ...
    }
    
    but should instead treat all unrecognized error codes the same as IOErrorEnumFailed. See also PollableReturn for a cheaper way of returning IOErrorEnumWouldBlock to callers without allocating a GError.

  8. IOErrorEnumAddressInUse :: IOErrorEnum

    gi-gio GI.Gio.Enums

    The requested address is already in use. Since 2.22

  9. IOErrorEnumAlreadyMounted :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is already mounted.

  10. IOErrorEnumBrokenPipe :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Broken pipe. Since 2.36

Page 108 of many | Previous | Next