gi-dbusmenu 0.4.10 → 0.4.11
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.Dbusmenu.Callbacks: type ClientTypeHandler = Menuitem " /@newitem@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' that was created" -> Menuitem " /@parent@/: The parent of /@newitem@/ or @/NULL/@ if none" -> Client " /@client@/: A pointer to the t'GI.Dbusmenu.Objects.Client.Client'" -> IO Bool
+ GI.Dbusmenu.Callbacks: type ClientTypeHandler = -- | /@newitem@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' that was created Menuitem -> -- | /@parent@/: The parent of /@newitem@/ or @/NULL/@ if none Menuitem -> -- | /@client@/: A pointer to the t'GI.Dbusmenu.Objects.Client.Client' Client -> IO Bool
- GI.Dbusmenu.Callbacks: type ClientTypeHandler_WithClosures = Menuitem " /@newitem@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' that was created" -> Menuitem " /@parent@/: The parent of /@newitem@/ or @/NULL/@ if none" -> Client " /@client@/: A pointer to the t'GI.Dbusmenu.Objects.Client.Client'" -> Ptr () " /@userData@/: The data you gave us" -> IO Bool
+ GI.Dbusmenu.Callbacks: type ClientTypeHandler_WithClosures = -- | /@newitem@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' that was created Menuitem -> -- | /@parent@/: The parent of /@newitem@/ or @/NULL/@ if none Menuitem -> -- | /@client@/: A pointer to the t'GI.Dbusmenu.Objects.Client.Client' Client -> -- | /@userData@/: The data you gave us Ptr () -> IO Bool
- GI.Dbusmenu.Callbacks: type MenuitemAboutToShowCb = Menuitem " /@mi@/: Menu item that should be shown" -> IO ()
+ GI.Dbusmenu.Callbacks: type MenuitemAboutToShowCb = -- | /@mi@/: Menu item that should be shown Menuitem -> IO ()
- GI.Dbusmenu.Callbacks: type MenuitemAboutToShowCb_WithClosures = Menuitem " /@mi@/: Menu item that should be shown" -> Ptr () " /@userData@/: Extra user data sent with the function" -> IO ()
+ GI.Dbusmenu.Callbacks: type MenuitemAboutToShowCb_WithClosures = -- | /@mi@/: Menu item that should be shown Menuitem -> -- | /@userData@/: Extra user data sent with the function Ptr () -> IO ()
- GI.Dbusmenu.Callbacks: type MenuitemBuildvariantSlotT = Menuitem " /@mi@/: Menu item that should be built from" -> Maybe Text " /@properties@/: A list of properties that should be the only ones in the resulting variant structure" -> IO GVariant " __Returns:__ A variant representing this item and its children"
+ GI.Dbusmenu.Callbacks: type MenuitemBuildvariantSlotT = -- | /@mi@/: Menu item that should be built from Menuitem -> -- | /@properties@/: A list of properties that should be the only ones in the resulting variant structure Maybe Text -> -- | __Returns:__ A variant representing this item and its children IO GVariant
- GI.Dbusmenu.Objects.Client: type ClientIconThemeDirsChangedCallback = Ptr () " /@arg1@/: A @/GStrv/@ of theme directories" -> IO ()
+ GI.Dbusmenu.Objects.Client: type ClientIconThemeDirsChangedCallback = -- | /@arg1@/: A @/GStrv/@ of theme directories Ptr () -> IO ()
- GI.Dbusmenu.Objects.Client: type ClientItemActivateCallback = Object " /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' activated" -> Word32 " /@arg2@/: A timestamp that the event happened at" -> IO ()
+ GI.Dbusmenu.Objects.Client: type ClientItemActivateCallback = -- | /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' activated Object -> -- | /@arg2@/: A timestamp that the event happened at Word32 -> IO ()
- GI.Dbusmenu.Objects.Client: type ClientNewMenuitemCallback = Object " /@arg1@/: The new t'GI.Dbusmenu.Objects.Menuitem.Menuitem' created" -> IO ()
+ GI.Dbusmenu.Objects.Client: type ClientNewMenuitemCallback = -- | /@arg1@/: The new t'GI.Dbusmenu.Objects.Menuitem.Menuitem' created Object -> IO ()
- GI.Dbusmenu.Objects.Client: type ClientRootChangedCallback = Object " /@arg1@/: The new root t'GI.Dbusmenu.Objects.Menuitem.Menuitem'" -> IO ()
+ GI.Dbusmenu.Objects.Client: type ClientRootChangedCallback = -- | /@arg1@/: The new root t'GI.Dbusmenu.Objects.Menuitem.Menuitem' Object -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemChildAddedCallback = Object " /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which is the child." -> Word32 " /@arg2@/: The position that the child is being added in." -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemChildAddedCallback = -- | /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which is the child. Object -> -- | /@arg2@/: The position that the child is being added in. Word32 -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemChildMovedCallback = Object " /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which is the child." -> Word32 " /@arg2@/: The position that the child is being moved to." -> Word32 " /@arg3@/: The position that the child is was in." -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemChildMovedCallback = -- | /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which is the child. Object -> -- | /@arg2@/: The position that the child is being moved to. Word32 -> -- | /@arg3@/: The position that the child is was in. Word32 -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemChildRemovedCallback = Object " /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which was the child." -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemChildRemovedCallback = -- | /@arg1@/: The t'GI.Dbusmenu.Objects.Menuitem.Menuitem' which was the child. Object -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemEventCallback = Text " /@arg1@/: Name of the event" -> GVariant " /@arg2@/: Information passed along with the event" -> Word32 " /@arg3@/: X11 timestamp of when the event happened" -> IO Bool
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemEventCallback = -- | /@arg1@/: Name of the event Text -> -- | /@arg2@/: Information passed along with the event GVariant -> -- | /@arg3@/: X11 timestamp of when the event happened Word32 -> IO Bool
- GI.Dbusmenu.Objects.Menuitem: type MenuitemItemActivatedCallback = Word32 " /@arg1@/: The timestamp of when it was activated" -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemItemActivatedCallback = -- | /@arg1@/: The timestamp of when it was activated Word32 -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemPropertyChangedCallback = Text " /@arg1@/: The name of the property that changed" -> GVariant " /@arg2@/: The new value of the property" -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemPropertyChangedCallback = -- | /@arg1@/: The name of the property that changed Text -> -- | /@arg2@/: The new value of the property GVariant -> IO ()
- GI.Dbusmenu.Objects.Menuitem: type MenuitemShowToUserCallback = Word32 " /@arg1@/: Timestamp the event happened at" -> IO ()
+ GI.Dbusmenu.Objects.Menuitem: type MenuitemShowToUserCallback = -- | /@arg1@/: Timestamp the event happened at Word32 -> IO ()
- GI.Dbusmenu.Objects.Server: type ServerItemActivationRequestedCallback = Int32 " /@arg1@/: The ID of the parent for this update." -> Word32 " /@arg2@/: The timestamp of when the event happened" -> IO ()
+ GI.Dbusmenu.Objects.Server: type ServerItemActivationRequestedCallback = -- | /@arg1@/: The ID of the parent for this update. Int32 -> -- | /@arg2@/: The timestamp of when the event happened Word32 -> IO ()
- GI.Dbusmenu.Objects.Server: type ServerLayoutUpdatedCallback = Word32 " /@arg1@/: A revision number representing which revision the update represents itself as." -> Int32 " /@arg2@/: The ID of the parent for this update." -> IO ()
+ GI.Dbusmenu.Objects.Server: type ServerLayoutUpdatedCallback = -- | /@arg1@/: A revision number representing which revision the update -- represents itself as. Word32 -> -- | /@arg2@/: The ID of the parent for this update. Int32 -> IO ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-dbusmenu.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.4.11+++ Relax constraint on text+ ### 0.4.10 + Update to haskell-gi(-base)-0.26
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-dbusmenu-0.4.10/docs/GI-Dbusmenu.html](https://hackage.haskell.org/package/gi-dbusmenu-0.4.10/docs/GI-Dbusmenu.html)+[https://hackage.haskell.org/package/gi-dbusmenu-0.4.11/docs/GI-Dbusmenu.html](https://hackage.haskell.org/package/gi-dbusmenu-0.4.11/docs/GI-Dbusmenu.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
@@ -11,7 +11,7 @@ where name = "Dbusmenu" version = "0.4" pkgName = "gi-dbusmenu"- pkgVersion = "0.4.10"+ pkgVersion = "0.4.11" overridesFile = Just "Dbusmenu.overrides" verbose = False outputDir = Nothing
@@ -1,5 +1,5 @@ name: gi-dbusmenu-version: 0.4.10+version: 0.4.11 synopsis: Dbusmenu bindings description: Bindings for libdbusmenu, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -22,7 +22,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 @@ -35,7 +35,7 @@ gi-gobject == 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