Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTokenValueVError :: MonadIO m => TokenValue -> Word32 -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_error” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vError := value ]
setTokenValueVFloat :: MonadIO m => TokenValue -> Double -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_float” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vFloat := value ]
setTokenValueVHex :: MonadIO m => TokenValue -> CULong -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_hex” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vHex := value ]
setTokenValueVIdentifier :: MonadIO m => TokenValue -> CString -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_identifier” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vIdentifier := value ]
setTokenValueVInt :: MonadIO m => TokenValue -> CULong -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_int” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vInt := value ]
setTokenValueVInt64 :: MonadIO m => TokenValue -> Word64 -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_int64” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vInt64 := value ]
setTokenValueVOctal :: MonadIO m => TokenValue -> CULong -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_octal” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vOctal := value ]
setTokenValueVString :: MonadIO m => TokenValue -> CString -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_string” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vString := value ]
setTokenValueVSymbol :: MonadIO m => TokenValue -> Ptr () -> m ()gi-glib GI.GLib.Unions.TokenValue Set the value of the “v_symbol” field. When overloading is enabled, this is equivalent to
set tokenValue [ #vSymbol := value ]
setBindingGroupSource :: (MonadIO m, IsBindingGroup o, IsObject a) => o -> a -> m ()gi-gobject GI.GObject.Objects.BindingGroup Set the value of the “source” property. When overloading is enabled, this is equivalent to
set bindingGroup [ #source := value ]