Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. type DBusSubtreeEnumerateFunc = DBusConnection -> Text -> Text -> IO [Text]

    gi-gio GI.Gio.Callbacks

    The type of the enumerate function in DBusSubtreeVTable. This function is called when generating introspection data and also when preparing to dispatch incoming messages in the event that the DBusSubtreeFlagsDispatchToUnenumeratedNodes flag is not specified (ie: to verify that the object path is valid). Hierarchies are not supported; the items that you return should not contain the / character. The return value will be freed with strfreev. Since: 2.26

  2. type DBusSubtreeEnumerateFunc_WithClosures = DBusConnection -> Text -> Text -> Ptr () -> IO [Text]

    gi-gio GI.Gio.Callbacks

    The type of the enumerate function in DBusSubtreeVTable. This function is called when generating introspection data and also when preparing to dispatch incoming messages in the event that the DBusSubtreeFlagsDispatchToUnenumeratedNodes flag is not specified (ie: to verify that the object path is valid). Hierarchies are not supported; the items that you return should not contain the / character. The return value will be freed with strfreev. Since: 2.26

  3. drop_closures_DBusSubtreeEnumerateFunc :: DBusSubtreeEnumerateFunc -> DBusSubtreeEnumerateFunc_WithClosures

    gi-gio GI.Gio.Callbacks

    A simple wrapper that ignores the closure arguments.

  4. dynamic_DBusSubtreeEnumerateFunc :: (HasCallStack, MonadIO m, IsDBusConnection a) => FunPtr C_DBusSubtreeEnumerateFunc -> a -> Text -> Text -> Ptr () -> m [Text]

    gi-gio GI.Gio.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

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

    gi-gio GI.Gio.Callbacks

    Wrap the callback into a GClosure.

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

  7. noDBusSubtreeEnumerateFunc :: Maybe DBusSubtreeEnumerateFunc

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe DBusSubtreeEnumerateFunc.

  8. noDBusSubtreeEnumerateFunc_WithClosures :: Maybe DBusSubtreeEnumerateFunc_WithClosures

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe DBusSubtreeEnumerateFunc_WithClosures.

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

    gi-gio GI.Gio.Callbacks

    Wrap a DBusSubtreeEnumerateFunc into a C_DBusSubtreeEnumerateFunc.

  10. module GI.Gio.Enums

    No documentation available.

Page 197 of many | Previous | Next