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. setApplicationInactivityTimeout :: (MonadIO m, IsApplication o) => o -> Word32 -> m ()

    gi-gio GI.Gio.Objects.Application

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

    set application [ #inactivityTimeout := value ]
    

  2. setApplicationResourceBasePath :: (MonadIO m, IsApplication o) => o -> Text -> m ()

    gi-gio GI.Gio.Objects.Application

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

    set application [ #resourceBasePath := value ]
    

  3. setApplicationVersion :: (MonadIO m, IsApplication o) => o -> Text -> m ()

    gi-gio GI.Gio.Objects.Application

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

    set application [ #version := value ]
    

  4. setBufferedInputStreamBufferSize :: (MonadIO m, IsBufferedInputStream o) => o -> Word32 -> m ()

    gi-gio GI.Gio.Objects.BufferedInputStream

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

    set bufferedInputStream [ #bufferSize := value ]
    

  5. setBufferedOutputStreamAutoGrow :: (MonadIO m, IsBufferedOutputStream o) => o -> Bool -> m ()

    gi-gio GI.Gio.Objects.BufferedOutputStream

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

    set bufferedOutputStream [ #autoGrow := value ]
    

  6. setBufferedOutputStreamBufferSize :: (MonadIO m, IsBufferedOutputStream o) => o -> Word32 -> m ()

    gi-gio GI.Gio.Objects.BufferedOutputStream

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

    set bufferedOutputStream [ #bufferSize := value ]
    

  7. setCharsetConverterUseFallback :: (MonadIO m, IsCharsetConverter o) => o -> Bool -> m ()

    gi-gio GI.Gio.Objects.CharsetConverter

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

    set charsetConverter [ #useFallback := value ]
    

  8. setDBusConnectionExitOnClose :: (MonadIO m, IsDBusConnection o) => o -> Bool -> m ()

    gi-gio GI.Gio.Objects.DBusConnection

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

    set dBusConnection [ #exitOnClose := value ]
    

  9. setDBusInterfaceSkeletonGFlags :: (MonadIO m, IsDBusInterfaceSkeleton o) => o -> [DBusInterfaceSkeletonFlags] -> m ()

    gi-gio GI.Gio.Objects.DBusInterfaceSkeleton

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

    set dBusInterfaceSkeleton [ #gFlags := value ]
    

  10. setDBusObjectManagerServerConnection :: (MonadIO m, IsDBusObjectManagerServer o, IsDBusConnection a) => o -> a -> m ()

    gi-gio GI.Gio.Objects.DBusObjectManagerServer

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

    set dBusObjectManagerServer [ #connection := value ]
    

Page 273 of many | Previous | Next