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.
-
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 ]
-
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 ]
-
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 ]
settingsSchemaGetId :: (HasCallStack, MonadIO m) => SettingsSchema -> m Textgi-gio GI.Gio.Structs.SettingsSchema Get the ID of schema.
settingsSchemaGetKey :: (HasCallStack, MonadIO m) => SettingsSchema -> Text -> m SettingsSchemaKeygi-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
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
settingsSchemaHasKey :: (HasCallStack, MonadIO m) => SettingsSchema -> Text -> m Boolgi-gio GI.Gio.Structs.SettingsSchema Checks if schema has a key named name. Since: 2.40
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
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
settingsSchemaRef :: (HasCallStack, MonadIO m) => SettingsSchema -> m SettingsSchemagi-gio GI.Gio.Structs.SettingsSchema Increase the reference count of schema, returning a new reference. Since: 2.32