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. module GI.Gio.Objects.DBusMenuModel

    GDBusMenuModel is an implementation of MenuModel that can be used as a proxy for a menu model that is exported over D-Bus with dBusConnectionExportMenuModel.

  2. newtype DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    Memory-managed wrapper type.

  3. DBusMenuModel :: ManagedPtr DBusMenuModel -> DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    No documentation available.

  4. class (GObject o, IsDescendantOf DBusMenuModel o) => IsDBusMenuModel o

    gi-gio GI.Gio.Objects.DBusMenuModel

    Type class for types which can be safely cast to DBusMenuModel, for instance with toDBusMenuModel.

  5. dBusMenuModelGet :: (HasCallStack, MonadIO m, IsDBusConnection a) => a -> Maybe Text -> Text -> m DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    Obtains a DBusMenuModel for the menu model which is exported at the given busName and objectPath. The thread default main context is taken at the time of this call. All signals on the menu model (and any linked models) are reported with respect to this context. All calls on the returned menu model (and linked models) must also originate from this same context, with the thread default main context unchanged. Since: 2.32

  6. toDBusMenuModel :: (MonadIO m, IsDBusMenuModel o) => o -> m DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    Cast to DBusMenuModel, for types for which this is known to be safe. For general casts, use castTo.

  7. module GI.Gio.Objects.FileEnumerator

    GFileEnumerator allows you to operate on a set of File objects, returning a FileInfo structure for each file enumerated (e.g. fileEnumerateChildren will return a GFileEnumerator for each of the children within a directory). To get the next file's information from a GFileEnumerator, use fileEnumeratorNextFile or its asynchronous version, fileEnumeratorNextFilesAsync. Note that the asynchronous version will return a list of FileInfo objects, whereas the synchronous will only return the next file in the enumerator. The ordering of returned files is unspecified for non-Unix platforms; for more information, see dirReadName. On Unix, when operating on local files, returned files will be sorted by inode number. Effectively you can assume that the ordering of returned files will be stable between successive calls (and applications) assuming the directory is unchanged. If your application needs a specific ordering, such as by name or modification time, you will have to implement that in your application code. To close a GFileEnumerator, use fileEnumeratorClose, or its asynchronous version, fileEnumeratorCloseAsync. Once a GFileEnumerator is closed, no further actions may be performed on it, and it should be freed with objectUnref.

  8. newtype FileEnumerator

    gi-gio GI.Gio.Objects.FileEnumerator

    Memory-managed wrapper type.

  9. FileEnumerator :: ManagedPtr FileEnumerator -> FileEnumerator

    gi-gio GI.Gio.Objects.FileEnumerator

    No documentation available.

  10. class (GObject o, IsDescendantOf FileEnumerator o) => IsFileEnumerator o

    gi-gio GI.Gio.Objects.FileEnumerator

    Type class for types which can be safely cast to FileEnumerator, for instance with toFileEnumerator.

Page 115 of many | Previous | Next