Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. setDBusObjectSkeletonGObjectPath :: (MonadIO m, IsDBusObjectSkeleton o) => o -> Text -> m ()

    gi-gio GI.Gio.Objects.DBusObjectSkeleton

    Set the value of the “g-object-path” property. When overloading is enabled, this is equivalent to

    set dBusObjectSkeleton [ #gObjectPath := value ]
    

  2. setDBusProxyGDefaultTimeout :: (MonadIO m, IsDBusProxy o) => o -> Int32 -> m ()

    gi-gio GI.Gio.Objects.DBusProxy

    Set the value of the “g-default-timeout” property. When overloading is enabled, this is equivalent to

    set dBusProxy [ #gDefaultTimeout := value ]
    

  3. setDBusProxyGInterfaceInfo :: (MonadIO m, IsDBusProxy o) => o -> DBusInterfaceInfo -> m ()

    gi-gio GI.Gio.Objects.DBusProxy

    Set the value of the “g-interface-info” property. When overloading is enabled, this is equivalent to

    set dBusProxy [ #gInterfaceInfo := value ]
    

  4. setDataInputStreamByteOrder :: (MonadIO m, IsDataInputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #byteOrder := value ]
    

  5. setDataInputStreamNewlineType :: (MonadIO m, IsDataInputStream o) => o -> DataStreamNewlineType -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “newline-type” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #newlineType := value ]
    

  6. setDataOutputStreamByteOrder :: (MonadIO m, IsDataOutputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataOutputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataOutputStream [ #byteOrder := value ]
    

  7. setFileMonitorRateLimit :: (MonadIO m, IsFileMonitor o) => o -> Int32 -> m ()

    gi-gio GI.Gio.Objects.FileMonitor

    Set the value of the “rate-limit” property. When overloading is enabled, this is equivalent to

    set fileMonitor [ #rateLimit := value ]
    

  8. setFilterInputStreamCloseBaseStream :: (MonadIO m, IsFilterInputStream o) => o -> Bool -> m ()

    gi-gio GI.Gio.Objects.FilterInputStream

    Set the value of the “close-base-stream” property. When overloading is enabled, this is equivalent to

    set filterInputStream [ #closeBaseStream := value ]
    

  9. setInetAddressMaskAddress :: (MonadIO m, IsInetAddressMask o, IsInetAddress a) => o -> a -> m ()

    gi-gio GI.Gio.Objects.InetAddressMask

    Set the value of the “address” property. When overloading is enabled, this is equivalent to

    set inetAddressMask [ #address := value ]
    

  10. setInetAddressMaskLength :: (MonadIO m, IsInetAddressMask o) => o -> Word32 -> m ()

    gi-gio GI.Gio.Objects.InetAddressMask

    Set the value of the “length” property. When overloading is enabled, this is equivalent to

    set inetAddressMask [ #length := value ]
    

Page 274 of many | Previous | Next