packages feed

gi-gdkpixbuf 2.0.28 → 2.0.29

raw patch · 4 files changed

+9/−5 lines, 4 filesdep ~textsetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text

API changes (from Hackage documentation)

- GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleIsSaveOptionSupportedFieldCallback :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleIsSaveOptionSupportedFieldCallback -> Text -> m Bool
- GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleLoadIncrementFieldCallback :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleLoadIncrementFieldCallback -> Ptr () -> Word8 -> Word32 -> m ()
- GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleSaveFieldCallback :: (HasCallStack, MonadIO m, IsPixbuf a) => FunPtr C_PixbufModuleSaveFieldCallback -> Ptr () -> a -> Text -> Text -> m ()
- GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleStopLoadFieldCallback :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleStopLoadFieldCallback -> Ptr () -> m ()
- GI.GdkPixbuf.Callbacks: genClosure_PixbufModuleIsSaveOptionSupportedFieldCallback :: MonadIO m => PixbufModuleIsSaveOptionSupportedFieldCallback -> m (GClosure C_PixbufModuleIsSaveOptionSupportedFieldCallback)
- GI.GdkPixbuf.Callbacks: mk_PixbufModuleIsSaveOptionSupportedFieldCallback :: C_PixbufModuleIsSaveOptionSupportedFieldCallback -> IO (FunPtr C_PixbufModuleIsSaveOptionSupportedFieldCallback)
- GI.GdkPixbuf.Callbacks: mk_PixbufModuleLoadIncrementFieldCallback :: C_PixbufModuleLoadIncrementFieldCallback -> IO (FunPtr C_PixbufModuleLoadIncrementFieldCallback)
- GI.GdkPixbuf.Callbacks: mk_PixbufModuleSaveFieldCallback :: C_PixbufModuleSaveFieldCallback -> IO (FunPtr C_PixbufModuleSaveFieldCallback)
- GI.GdkPixbuf.Callbacks: mk_PixbufModuleStopLoadFieldCallback :: C_PixbufModuleStopLoadFieldCallback -> IO (FunPtr C_PixbufModuleStopLoadFieldCallback)
- GI.GdkPixbuf.Callbacks: noPixbufModuleIsSaveOptionSupportedFieldCallback :: Maybe PixbufModuleIsSaveOptionSupportedFieldCallback
- GI.GdkPixbuf.Callbacks: noPixbufModuleLoadIncrementFieldCallback :: Maybe PixbufModuleLoadIncrementFieldCallback
- GI.GdkPixbuf.Callbacks: noPixbufModuleSaveFieldCallback :: Maybe PixbufModuleSaveFieldCallback
- GI.GdkPixbuf.Callbacks: noPixbufModuleStopLoadFieldCallback :: Maybe PixbufModuleStopLoadFieldCallback
- GI.GdkPixbuf.Callbacks: type C_PixbufModuleIsSaveOptionSupportedFieldCallback = CString -> IO CInt
- GI.GdkPixbuf.Callbacks: type C_PixbufModuleLoadIncrementFieldCallback = Ptr () -> Word8 -> Word32 -> Ptr (Ptr GError) -> IO CInt
- GI.GdkPixbuf.Callbacks: type C_PixbufModuleSaveFieldCallback = Ptr () -> Ptr Pixbuf -> CString -> CString -> Ptr (Ptr GError) -> IO CInt
- GI.GdkPixbuf.Callbacks: type C_PixbufModuleStopLoadFieldCallback = Ptr () -> Ptr (Ptr GError) -> IO CInt
- GI.GdkPixbuf.Callbacks: type PixbufModuleIsSaveOptionSupportedFieldCallback = Text -> IO Bool
- GI.GdkPixbuf.Callbacks: type PixbufModuleLoadIncrementFieldCallback = Ptr () -> Word8 -> Word32 -> IO () " /(Can throw 'Data.GI.Base.GError.GError')/"
- GI.GdkPixbuf.Callbacks: type PixbufModuleSaveFieldCallback = Ptr () -> Pixbuf -> Text -> Text -> IO () " /(Can throw 'Data.GI.Base.GError.GError')/"
- GI.GdkPixbuf.Callbacks: type PixbufModuleStopLoadFieldCallback = Ptr () -> IO () " /(Can throw 'Data.GI.Base.GError.GError')/"
- GI.GdkPixbuf.Callbacks: wrap_PixbufModuleIsSaveOptionSupportedFieldCallback :: Maybe (Ptr (FunPtr C_PixbufModuleIsSaveOptionSupportedFieldCallback)) -> PixbufModuleIsSaveOptionSupportedFieldCallback -> C_PixbufModuleIsSaveOptionSupportedFieldCallback
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleIncrementLoadFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleIncrementLoadFunc -> Ptr () -> ByteString -> m ()
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleLoadAnimationFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleLoadAnimationFunc -> Ptr () -> m PixbufAnimation
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleLoadFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleLoadFunc -> Ptr () -> m Pixbuf
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleLoadXpmDataFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleLoadXpmDataFunc -> [Text] -> m Pixbuf
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleSaveFunc :: (HasCallStack, MonadIO m, IsPixbuf a) => FunPtr C_PixbufModuleSaveFunc -> Ptr () -> a -> Maybe [Text] -> Maybe [Text] -> m ()
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleSaveOptionSupportedFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleSaveOptionSupportedFunc -> Text -> m Bool
+ GI.GdkPixbuf.Callbacks: dynamic_PixbufModuleStopLoadFunc :: (HasCallStack, MonadIO m) => FunPtr C_PixbufModuleStopLoadFunc -> Ptr () -> m ()
+ GI.GdkPixbuf.Callbacks: genClosure_PixbufModuleLoadXpmDataFunc :: MonadIO m => PixbufModuleLoadXpmDataFunc -> m (GClosure C_PixbufModuleLoadXpmDataFunc)
+ GI.GdkPixbuf.Callbacks: genClosure_PixbufModuleSaveOptionSupportedFunc :: MonadIO m => PixbufModuleSaveOptionSupportedFunc -> m (GClosure C_PixbufModuleSaveOptionSupportedFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleIncrementLoadFunc :: C_PixbufModuleIncrementLoadFunc -> IO (FunPtr C_PixbufModuleIncrementLoadFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleLoadAnimationFunc :: C_PixbufModuleLoadAnimationFunc -> IO (FunPtr C_PixbufModuleLoadAnimationFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleLoadFunc :: C_PixbufModuleLoadFunc -> IO (FunPtr C_PixbufModuleLoadFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleLoadXpmDataFunc :: C_PixbufModuleLoadXpmDataFunc -> IO (FunPtr C_PixbufModuleLoadXpmDataFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleSaveFunc :: C_PixbufModuleSaveFunc -> IO (FunPtr C_PixbufModuleSaveFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleSaveOptionSupportedFunc :: C_PixbufModuleSaveOptionSupportedFunc -> IO (FunPtr C_PixbufModuleSaveOptionSupportedFunc)
+ GI.GdkPixbuf.Callbacks: mk_PixbufModuleStopLoadFunc :: C_PixbufModuleStopLoadFunc -> IO (FunPtr C_PixbufModuleStopLoadFunc)
+ GI.GdkPixbuf.Callbacks: noPixbufModuleIncrementLoadFunc :: Maybe PixbufModuleIncrementLoadFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleLoadAnimationFunc :: Maybe PixbufModuleLoadAnimationFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleLoadFunc :: Maybe PixbufModuleLoadFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleLoadXpmDataFunc :: Maybe PixbufModuleLoadXpmDataFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleSaveFunc :: Maybe PixbufModuleSaveFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleSaveOptionSupportedFunc :: Maybe PixbufModuleSaveOptionSupportedFunc
+ GI.GdkPixbuf.Callbacks: noPixbufModuleStopLoadFunc :: Maybe PixbufModuleStopLoadFunc
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleIncrementLoadFunc = Ptr () -> Ptr Word8 -> Word32 -> Ptr (Ptr GError) -> IO CInt
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleLoadAnimationFunc = Ptr () -> Ptr (Ptr GError) -> IO (Ptr PixbufAnimation)
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleLoadFunc = Ptr () -> Ptr (Ptr GError) -> IO (Ptr Pixbuf)
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleLoadXpmDataFunc = Ptr CString -> IO (Ptr Pixbuf)
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleSaveFunc = Ptr () -> Ptr Pixbuf -> Ptr CString -> Ptr CString -> Ptr (Ptr GError) -> IO CInt
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleSaveOptionSupportedFunc = CString -> IO CInt
+ GI.GdkPixbuf.Callbacks: type C_PixbufModuleStopLoadFunc = Ptr () -> Ptr (Ptr GError) -> IO CInt
+ GI.GdkPixbuf.Callbacks: type PixbufModuleIncrementLoadFunc = -- | /@context@/: the state object created by [callback/@gdkPixbuf@/.PixbufModuleBeginLoadFunc] Ptr () -> -- | /@buf@/: the data to load ByteString -> -- | __Returns:__ @TRUE@ if the incremental load was successful /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadAnimationFunc = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbufAnimation@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO PixbufAnimation
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadFunc = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbuf@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO Pixbuf
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadXpmDataFunc = -- | /@data@/: the XPM data [Text] -> -- | __Returns:__ a newly created @GdkPixbuf@ for the XPM data IO Pixbuf
+ GI.GdkPixbuf.Callbacks: type PixbufModuleSaveFunc = -- | /@f@/: the file stream into which the image should be saved Ptr () -> -- | /@pixbuf@/: the image to save Pixbuf -> -- | /@paramKeys@/: parameter keys to save Maybe [Text] -> -- | /@paramValues@/: parameter values to save Maybe [Text] -> -- | __Returns:__ @TRUE@ on success; in case of failure, @FALSE@ is returned and -- the @error@ is set /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleSaveOptionSupportedFunc = -- | /@optionKey@/: the option key to check Text -> -- | __Returns:__ @TRUE@ if the option is supported IO Bool
+ GI.GdkPixbuf.Callbacks: type PixbufModuleStopLoadFunc = -- | /@context@/: the state object created by [callback/@gdkPixbuf@/.PixbufModuleBeginLoadFunc] Ptr () -> -- | __Returns:__ @TRUE@ if the loading operation was successful /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
+ GI.GdkPixbuf.Callbacks: wrap_PixbufModuleLoadXpmDataFunc :: Maybe (Ptr (FunPtr C_PixbufModuleLoadXpmDataFunc)) -> PixbufModuleLoadXpmDataFunc -> C_PixbufModuleLoadXpmDataFunc
+ GI.GdkPixbuf.Callbacks: wrap_PixbufModuleSaveOptionSupportedFunc :: Maybe (Ptr (FunPtr C_PixbufModuleSaveOptionSupportedFunc)) -> PixbufModuleSaveOptionSupportedFunc -> C_PixbufModuleSaveOptionSupportedFunc
+ GI.GdkPixbuf.Structs.PixbufModule: clearPixbufModuleLoad :: MonadIO m => PixbufModule -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: clearPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: clearPixbufModuleLoadXpmData :: MonadIO m => PixbufModule -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadAnimationFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadXpmData :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadXpmDataFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadFunc -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadAnimationFunc -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleLoadXpmData :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadXpmDataFunc -> m ()
- GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify = -- | /@pixels@/: The pixel array of the pixbuf -- that is being finalized. Ptr Word8 -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify_WithClosures = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized." -> Ptr () " /@data@/: User closure data." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify_WithClosures = -- | /@pixels@/: The pixel array of the pixbuf -- that is being finalized. Ptr Word8 -> -- | /@data@/: User closure data. Ptr () -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleFillInfoFunc = PixbufFormat " /@info@/: a t'GI.GdkPixbuf.Structs.PixbufFormat.PixbufFormat'." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleFillInfoFunc = -- | /@info@/: a t'GI.GdkPixbuf.Structs.PixbufFormat.PixbufFormat'. PixbufFormat -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleFillVtableFunc = PixbufModule " /@module@/: a t'GI.GdkPixbuf.Structs.PixbufModule.PixbufModule'." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleFillVtableFunc = -- | /@module@/: a t'GI.GdkPixbuf.Structs.PixbufModule.PixbufModule'. PixbufModule -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModulePreparedFunc = Pixbuf " /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded." -> PixbufAnimation " /@anim@/: if an animation is being loaded, the t'GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation', else 'P.Nothing'." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModulePreparedFunc = -- | /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded. Pixbuf -> -- | /@anim@/: if an animation is being loaded, the t'GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation', else 'P.Nothing'. PixbufAnimation -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModulePreparedFunc_WithClosures = Pixbuf " /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded." -> PixbufAnimation " /@anim@/: if an animation is being loaded, the t'GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation', else 'P.Nothing'." -> Ptr () " /@userData@/: the loader." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModulePreparedFunc_WithClosures = -- | /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded. Pixbuf -> -- | /@anim@/: if an animation is being loaded, the t'GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation', else 'P.Nothing'. PixbufAnimation -> -- | /@userData@/: the loader. Ptr () -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleSizeFunc = Int32 " /@width@/: pointer to a location containing the current image width" -> Int32 " /@height@/: pointer to a location containing the current image height" -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleSizeFunc = -- | /@width@/: pointer to a location containing the current image width Int32 -> -- | /@height@/: pointer to a location containing the current image height Int32 -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleSizeFunc_WithClosures = Int32 " /@width@/: pointer to a location containing the current image width" -> Int32 " /@height@/: pointer to a location containing the current image height" -> Ptr () " /@userData@/: the loader." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleSizeFunc_WithClosures = -- | /@width@/: pointer to a location containing the current image width Int32 -> -- | /@height@/: pointer to a location containing the current image height Int32 -> -- | /@userData@/: the loader. Ptr () -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleUpdatedFunc = Pixbuf " /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded." -> Int32 " /@x@/: the X origin of the updated area." -> Int32 " /@y@/: the Y origin of the updated area." -> Int32 " /@width@/: the width of the updated area." -> Int32 " /@height@/: the height of the updated area." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleUpdatedFunc = -- | /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded. Pixbuf -> -- | /@x@/: the X origin of the updated area. Int32 -> -- | /@y@/: the Y origin of the updated area. Int32 -> -- | /@width@/: the width of the updated area. Int32 -> -- | /@height@/: the height of the updated area. Int32 -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufModuleUpdatedFunc_WithClosures = Pixbuf " /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded." -> Int32 " /@x@/: the X origin of the updated area." -> Int32 " /@y@/: the Y origin of the updated area." -> Int32 " /@width@/: the width of the updated area." -> Int32 " /@height@/: the height of the updated area." -> Ptr () " /@userData@/: the loader." -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleUpdatedFunc_WithClosures = -- | /@pixbuf@/: the t'GI.GdkPixbuf.Objects.Pixbuf.Pixbuf' that is currently being loaded. Pixbuf -> -- | /@x@/: the X origin of the updated area. Int32 -> -- | /@y@/: the Y origin of the updated area. Int32 -> -- | /@width@/: the width of the updated area. Int32 -> -- | /@height@/: the height of the updated area. Int32 -> -- | /@userData@/: the loader. Ptr () -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufSaveFunc = ByteString " /@buf@/: bytes to be written." -> IO ((Bool, GError)) " __Returns:__ @TRUE@ if successful, @FALSE@ otherwise"
+ GI.GdkPixbuf.Callbacks: type PixbufSaveFunc = -- | /@buf@/: bytes to be written. ByteString -> -- | __Returns:__ @TRUE@ if successful, @FALSE@ otherwise IO ((Bool, GError))
- GI.GdkPixbuf.Callbacks: type PixbufSaveFunc_WithClosures = ByteString " /@buf@/: bytes to be written." -> Ptr () " /@data@/: user data passed to @/gdk_pixbuf_save_to_callback()/@." -> IO ((Bool, GError)) " __Returns:__ @TRUE@ if successful, @FALSE@ otherwise"
+ GI.GdkPixbuf.Callbacks: type PixbufSaveFunc_WithClosures = -- | /@buf@/: bytes to be written. ByteString -> -- | /@data@/: user data passed to @/gdk_pixbuf_save_to_callback()/@. Ptr () -> -- | __Returns:__ @TRUE@ if successful, @FALSE@ otherwise IO ((Bool, GError))
- GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderAreaUpdatedCallback = Int32 " /@x@/: X offset of upper-left corner of the updated area." -> Int32 " /@y@/: Y offset of upper-left corner of the updated area." -> Int32 " /@width@/: Width of updated area." -> Int32 " /@height@/: Height of updated area." -> IO ()
+ GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderAreaUpdatedCallback = -- | /@x@/: X offset of upper-left corner of the updated area. Int32 -> -- | /@y@/: Y offset of upper-left corner of the updated area. Int32 -> -- | /@width@/: Width of updated area. Int32 -> -- | /@height@/: Height of updated area. Int32 -> IO ()
- GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderSizePreparedCallback = Int32 " /@width@/: the original width of the image" -> Int32 " /@height@/: the original height of the image" -> IO ()
+ GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderSizePreparedCallback = -- | /@width@/: the original width of the image Int32 -> -- | /@height@/: the original height of the image Int32 -> IO ()
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleIsSaveOptionSupportedFieldCallback)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleSaveOptionSupportedFunc)
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadIncrement :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadIncrementFieldCallback)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadIncrement :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleIncrementLoadFunc)
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleSave :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleSaveFieldCallback)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleSave :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleSaveFunc)
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleStopLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleStopLoadFieldCallback)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleStopLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleStopLoadFunc)
- GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleIsSaveOptionSupportedFieldCallback -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveOptionSupportedFunc -> m ()
- GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleLoadIncrement :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadIncrementFieldCallback -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleLoadIncrement :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleIncrementLoadFunc -> m ()
- GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleSave :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveFieldCallback -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleSave :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveFunc -> m ()
- GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleStopLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleStopLoadFieldCallback -> m ()
+ GI.GdkPixbuf.Structs.PixbufModule: setPixbufModuleStopLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleStopLoadFunc -> m ()

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 2.0.29+++ Relax constraint on text+ ### 2.0.28  + Refresh list of nullables
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.28/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.28/docs/GI-GdkPixbuf.html)+[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.29/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.29/docs/GI-GdkPixbuf.html)  For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -13,7 +13,7 @@   where name = "GdkPixbuf"         version = "2.0"         pkgName = "gi-gdkpixbuf"-        pkgVersion = "2.0.28"+        pkgVersion = "2.0.29"         overridesFile = Just "GdkPixbuf.overrides"         verbose = False         outputDir = Nothing
gi-gdkpixbuf.cabal view
@@ -1,5 +1,5 @@ name:                 gi-gdkpixbuf-version:              2.0.28+version:              2.0.29 synopsis:             GdkPixbuf bindings description:          Bindings for GdkPixbuf, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -24,7 +24,7 @@  library       default-language: Haskell2010-      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses+      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses, TypeOperators       other-extensions: PatternSynonyms, ViewPatterns, TypeApplications       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations @@ -39,7 +39,7 @@                      gi-gmodule == 2.0.*,                      bytestring >= 0.10 && < 1,                      containers >= 0.5 && < 1,-                     text >= 1.0 && < 2,+                     text >= 1.0 && < 3,                      transformers >= 0.4 && < 1        -- Disable overloading when compiling under GHC 8.2.x