Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setSeekableIfaceSeek :: MonadIO m => SeekableIface -> FunPtr C_SeekableIfaceSeekFieldCallback -> m ()

    gi-gio GI.Gio.Structs.SeekableIface

    Set the value of the “seek” field. When overloading is enabled, this is equivalent to

    set seekableIface [ #seek := value ]
    

  2. setSeekableIfaceTell :: MonadIO m => SeekableIface -> FunPtr C_SeekableIfaceTellFieldCallback -> m ()

    gi-gio GI.Gio.Structs.SeekableIface

    Set the value of the “tell” field. When overloading is enabled, this is equivalent to

    set seekableIface [ #tell := value ]
    

  3. setSeekableIfaceTruncateFn :: MonadIO m => SeekableIface -> FunPtr C_SeekableIfaceTruncateFnFieldCallback -> m ()

    gi-gio GI.Gio.Structs.SeekableIface

    Set the value of the “truncate_fn” field. When overloading is enabled, this is equivalent to

    set seekableIface [ #truncateFn := value ]
    

  4. settingsSchemaGetId :: (HasCallStack, MonadIO m) => SettingsSchema -> m Text

    gi-gio GI.Gio.Structs.SettingsSchema

    Get the ID of schema.

  5. settingsSchemaGetKey :: (HasCallStack, MonadIO m) => SettingsSchema -> Text -> m SettingsSchemaKey

    gi-gio GI.Gio.Structs.SettingsSchema

    Gets the key named name from schema. It is a programmer error to request a key that does not exist. See settingsSchemaListKeys. Since: 2.40

  6. settingsSchemaGetPath :: (HasCallStack, MonadIO m) => SettingsSchema -> m (Maybe Text)

    gi-gio GI.Gio.Structs.SettingsSchema

    Gets the path associated with schema, or Nothing. Schemas may be single-instance or relocatable. Single-instance schemas correspond to exactly one set of keys in the backend database: those located at the path returned by this function. Relocatable schemas can be referenced by other schemas and can therefore describe multiple sets of keys at different locations. For relocatable schemas, this function will return Nothing. Since: 2.32

  7. settingsSchemaHasKey :: (HasCallStack, MonadIO m) => SettingsSchema -> Text -> m Bool

    gi-gio GI.Gio.Structs.SettingsSchema

    Checks if schema has a key named name. Since: 2.40

  8. settingsSchemaListChildren :: (HasCallStack, MonadIO m) => SettingsSchema -> m [Text]

    gi-gio GI.Gio.Structs.SettingsSchema

    Gets the list of children in schema. You should free the return value with strfreev when you are done with it. Since: 2.44

  9. settingsSchemaListKeys :: (HasCallStack, MonadIO m) => SettingsSchema -> m [Text]

    gi-gio GI.Gio.Structs.SettingsSchema

    Introspects the list of keys on schema. You should probably not be calling this function from "normal" code (since you should already know what keys are in your schema). This function is intended for introspection reasons. Since: 2.46

  10. settingsSchemaRef :: (HasCallStack, MonadIO m) => SettingsSchema -> m SettingsSchema

    gi-gio GI.Gio.Structs.SettingsSchema

    Increase the reference count of schema, returning a new reference. Since: 2.32

Page 293 of many | Previous | Next