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.

  1. setTypeQueryTypeName :: MonadIO m => TypeQuery -> CString -> m ()

    gi-gobject GI.GObject.Structs.TypeQuery

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

    set typeQuery [ #typeName := value ]
    

  2. setTypeValueTableCollectFormat :: MonadIO m => TypeValueTable -> CString -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #collectFormat := value ]
    

  3. setTypeValueTableCollectValue :: MonadIO m => TypeValueTable -> FunPtr C_TypeValueCollectFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #collectValue := value ]
    

  4. setTypeValueTableLcopyFormat :: MonadIO m => TypeValueTable -> CString -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #lcopyFormat := value ]
    

  5. setTypeValueTableLcopyValue :: MonadIO m => TypeValueTable -> FunPtr C_TypeValueLCopyFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #lcopyValue := value ]
    

  6. setTypeValueTableValueCopy :: MonadIO m => TypeValueTable -> FunPtr C_TypeValueCopyFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #valueCopy := value ]
    

  7. setTypeValueTableValueFree :: MonadIO m => TypeValueTable -> FunPtr C_TypeValueFreeFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #valueFree := value ]
    

  8. setTypeValueTableValueInit :: MonadIO m => TypeValueTable -> FunPtr C_TypeValueInitFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #valueInit := value ]
    

  9. setTypeValueTableValuePeekPointer :: MonadIO m => TypeValueTable -> FunPtr C_TypeValuePeekPointerFunc -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    set typeValueTable [ #valuePeekPointer := value ]
    

  10. setValueArrayNValues :: MonadIO m => ValueArray -> Word32 -> m ()

    gi-gobject GI.GObject.Structs.ValueArray

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

    set valueArray [ #nValues := value ]
    

Page 251 of many | Previous | Next