Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. type PixbufLoaderAreaPreparedCallback = IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when the pixbuf loader has allocated the pixbuf in the desired size. After this signal is emitted, applications can call pixbufLoaderGetPixbuf to fetch the partially-loaded pixbuf.

  2. type PixbufLoaderAreaUpdatedCallback = Int32 -> Int32 -> Int32 -> Int32 -> IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when a significant area of the image being loaded has been updated. Normally it means that a complete scanline has been read in, but it could be a different area as well. Applications can use this signal to know when to repaint areas of an image that is being loaded.

  3. type PixbufLoaderClosedCallback = IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when pixbufLoaderClose is called. It can be used by different parts of an application to receive notification when an image loader is closed by the code that drives it.

  4. type PixbufLoaderSizePreparedCallback = Int32 -> Int32 -> IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when the pixbuf loader has been fed the initial amount of data that is required to figure out the size of the image that it will create. Applications can call pixbufLoaderSetSize in response to this signal to set the desired size to which the image should be scaled.

  5. afterPixbufLoaderAreaPrepared :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderAreaPreparedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the areaPrepared signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after pixbufLoader #areaPrepared callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  6. afterPixbufLoaderAreaUpdated :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderAreaUpdatedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the areaUpdated signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after pixbufLoader #areaUpdated callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  7. afterPixbufLoaderClosed :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderClosedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the closed signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after pixbufLoader #closed callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  8. afterPixbufLoaderSizePrepared :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderSizePreparedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the sizePrepared signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after pixbufLoader #sizePrepared callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  9. onPixbufLoaderAreaPrepared :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderAreaPreparedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the areaPrepared signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on pixbufLoader #areaPrepared callback
    

  10. onPixbufLoaderAreaUpdated :: (IsPixbufLoader a, MonadIO m) => a -> ((?self :: a) => PixbufLoaderAreaUpdatedCallback) -> m SignalHandlerId

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Connect a signal handler for the areaUpdated signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on pixbufLoader #areaUpdated callback
    

Page 216 of many | Previous | Next