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. getPixbufModuleSave :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleSaveFunc)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

    Get the value of the “save” field. When overloading is enabled, this is equivalent to

    get pixbufModule #save
    

  2. getPixbufModuleStopLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleStopLoadFunc)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

    Get the value of the “stop_load” field. When overloading is enabled, this is equivalent to

    get pixbufModule #stopLoad
    

  3. newZeroPixbufModule :: MonadIO m => m PixbufModule

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

    Construct a PixbufModule struct initialized to zero.

  4. setPixbufModuleInfo :: MonadIO m => PixbufModule -> Ptr PixbufFormat -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #info := value ]
    

  5. setPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveOptionSupportedFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #isSaveOptionSupported := value ]
    

  6. setPixbufModuleLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #load := value ]
    

  7. setPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadAnimationFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #loadAnimation := value ]
    

  8. setPixbufModuleLoadIncrement :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleIncrementLoadFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #loadIncrement := value ]
    

  9. setPixbufModuleLoadXpmData :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadXpmDataFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #loadXpmData := value ]
    

  10. setPixbufModuleModule :: MonadIO m => PixbufModule -> Ptr Module -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #module := value ]
    

Page 227 of many | Previous | Next