gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.SettingsSandwich

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SettingsSandwich Source #

Memory-managed wrapper type.

Constructors

SettingsSandwich (ManagedPtr SettingsSandwich) 

Instances

Instances details
Eq SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

GObject SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

ManagedPtrNewtype SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

TypedObject SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

Methods

glibType :: IO GType

HasParentTypes SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

IsGValue (Maybe SettingsSandwich) Source #

Convert SettingsSandwich to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe SettingsSandwich -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe SettingsSandwich)

type ParentTypes SettingsSandwich Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

type ParentTypes SettingsSandwich = '[Object]

class (GObject o, IsDescendantOf SettingsSandwich o) => IsSettingsSandwich o Source #

Type class for types which can be safely cast to SettingsSandwich, for instance with toSettingsSandwich.

Instances

Instances details
(GObject o, IsDescendantOf SettingsSandwich o) => IsSettingsSandwich o Source # 
Instance details

Defined in GI.Dazzle.Objects.SettingsSandwich

toSettingsSandwich :: (MonadIO m, IsSettingsSandwich o) => o -> m SettingsSandwich Source #

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

Methods

append

settingsSandwichAppend :: (HasCallStack, MonadIO m, IsSettingsSandwich a, IsSettings b) => a -> b -> m () Source #

No description available in the introspection data.

bind

settingsSandwichBind :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Ptr () -> Text -> [SettingsBindFlags] -> m () Source #

No description available in the introspection data.

getBoolean

settingsSandwichGetBoolean :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m Bool Source #

No description available in the introspection data.

getDefaultValue

settingsSandwichGetDefaultValue :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m GVariant Source #

No description available in the introspection data.

getDouble

settingsSandwichGetDouble :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m Double Source #

No description available in the introspection data.

getInt

settingsSandwichGetInt :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m Int32 Source #

No description available in the introspection data.

getString

settingsSandwichGetString :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m Text Source #

No description available in the introspection data.

getUint

settingsSandwichGetUint :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m Word32 Source #

No description available in the introspection data.

getUserValue

settingsSandwichGetUserValue :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m GVariant Source #

No description available in the introspection data.

getValue

settingsSandwichGetValue :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m GVariant Source #

No description available in the introspection data.

new

settingsSandwichNew :: (HasCallStack, MonadIO m) => Text -> Text -> m SettingsSandwich Source #

No description available in the introspection data.

setBoolean

settingsSandwichSetBoolean :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Bool -> m () Source #

No description available in the introspection data.

setDouble

settingsSandwichSetDouble :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Double -> m () Source #

No description available in the introspection data.

setInt

settingsSandwichSetInt :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Int32 -> m () Source #

No description available in the introspection data.

setString

settingsSandwichSetString :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Text -> m () Source #

No description available in the introspection data.

setUint

settingsSandwichSetUint :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> Word32 -> m () Source #

No description available in the introspection data.

setValue

settingsSandwichSetValue :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> GVariant -> m () Source #

No description available in the introspection data.

unbind

settingsSandwichUnbind :: (HasCallStack, MonadIO m, IsSettingsSandwich a) => a -> Text -> m () Source #

No description available in the introspection data.

Properties

path

No description available in the introspection data.

constructSettingsSandwichPath :: (IsSettingsSandwich o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “path” property. This is rarely needed directly, but it is used by new.

getSettingsSandwichPath :: (MonadIO m, IsSettingsSandwich o) => o -> m (Maybe Text) Source #

Get the value of the “path” property. When overloading is enabled, this is equivalent to

get settingsSandwich #path

schemaId

No description available in the introspection data.

constructSettingsSandwichSchemaId :: (IsSettingsSandwich o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “schema-id” property. This is rarely needed directly, but it is used by new.

getSettingsSandwichSchemaId :: (MonadIO m, IsSettingsSandwich o) => o -> m (Maybe Text) Source #

Get the value of the “schema-id” property. When overloading is enabled, this is equivalent to

get settingsSandwich #schemaId