gi-secret 0.0.17 → 0.0.18
raw patch · 4 files changed
+9/−5 lines, 4 filesdep ~haskell-gisetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi
API changes (from Hackage documentation)
+ GI.Secret.Enums: ErrorEmptyTable :: Error
+ GI.Secret.Enums: ErrorMismatchedSchema :: Error
+ GI.Secret.Enums: ErrorNoMatchingAttribute :: Error
+ GI.Secret.Enums: ErrorWrongType :: Error
+ GI.Secret.Functions: attributesValidate :: (HasCallStack, MonadIO m) => Schema -> Map (Ptr ()) (Ptr ()) -> m ()
- GI.Secret.Objects.Collection: collectionForAliasFinish :: (HasCallStack, MonadIO m, IsAsyncResult a) => a -> m Collection
+ GI.Secret.Objects.Collection: collectionForAliasFinish :: (HasCallStack, MonadIO m, IsAsyncResult a) => a -> m (Maybe Collection)
- GI.Secret.Objects.Collection: collectionForAliasSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Text -> [CollectionFlags] -> Maybe b -> m Collection
+ GI.Secret.Objects.Collection: collectionForAliasSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Text -> [CollectionFlags] -> Maybe b -> m (Maybe Collection)
- GI.Secret.Objects.Service: serviceClear :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe b -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceClear :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe b -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceClearFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m ()
+ GI.Secret.Objects.Service: serviceClearFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m ()
- GI.Secret.Objects.Service: serviceClearSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe b -> m ()
+ GI.Secret.Objects.Service: serviceClearSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe b -> m ()
- GI.Secret.Objects.Service: serviceLock :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => a -> [b] -> Maybe c -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceLock :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => Maybe a -> [b] -> Maybe c -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceLockFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m (Int32, [DBusProxy])
+ GI.Secret.Objects.Service: serviceLockFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m (Int32, [DBusProxy])
- GI.Secret.Objects.Service: serviceLockSync :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => a -> [b] -> Maybe c -> m (Int32, [DBusProxy])
+ GI.Secret.Objects.Service: serviceLockSync :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => Maybe a -> [b] -> Maybe c -> m (Int32, [DBusProxy])
- GI.Secret.Objects.Service: serviceLookup :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe b -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceLookup :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe b -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceLookupFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m Value
+ GI.Secret.Objects.Service: serviceLookupFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m Value
- GI.Secret.Objects.Service: serviceLookupSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe b -> m Value
+ GI.Secret.Objects.Service: serviceLookupSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe b -> m Value
- GI.Secret.Objects.Service: serviceSearch :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> [SearchFlags] -> Maybe b -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceSearch :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> [SearchFlags] -> Maybe b -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceSearchFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m [Item]
+ GI.Secret.Objects.Service: serviceSearchFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m [Item]
- GI.Secret.Objects.Service: serviceSearchSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> [SearchFlags] -> Maybe b -> m [Item]
+ GI.Secret.Objects.Service: serviceSearchSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> [SearchFlags] -> Maybe b -> m [Item]
- GI.Secret.Objects.Service: serviceSetAlias :: (HasCallStack, MonadIO m, IsService a, IsCollection b, IsCancellable c) => a -> Text -> Maybe b -> Maybe c -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceSetAlias :: (HasCallStack, MonadIO m, IsService a, IsCollection b, IsCancellable c) => Maybe a -> Text -> Maybe b -> Maybe c -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceSetAliasFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m ()
+ GI.Secret.Objects.Service: serviceSetAliasFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m ()
- GI.Secret.Objects.Service: serviceSetAliasSync :: (HasCallStack, MonadIO m, IsService a, IsCollection b, IsCancellable c) => a -> Text -> Maybe b -> Maybe c -> m ()
+ GI.Secret.Objects.Service: serviceSetAliasSync :: (HasCallStack, MonadIO m, IsService a, IsCollection b, IsCancellable c) => Maybe a -> Text -> Maybe b -> Maybe c -> m ()
- GI.Secret.Objects.Service: serviceStore :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe Text -> Text -> Value -> Maybe b -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceStore :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe Text -> Text -> Value -> Maybe b -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceStoreFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m ()
+ GI.Secret.Objects.Service: serviceStoreFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m ()
- GI.Secret.Objects.Service: serviceStoreSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => a -> Maybe Schema -> Map Text Text -> Maybe Text -> Text -> Value -> Maybe b -> m ()
+ GI.Secret.Objects.Service: serviceStoreSync :: (HasCallStack, MonadIO m, IsService a, IsCancellable b) => Maybe a -> Maybe Schema -> Map Text Text -> Maybe Text -> Text -> Value -> Maybe b -> m ()
- GI.Secret.Objects.Service: serviceUnlock :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => a -> [b] -> Maybe c -> Maybe AsyncReadyCallback -> m ()
+ GI.Secret.Objects.Service: serviceUnlock :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => Maybe a -> [b] -> Maybe c -> Maybe AsyncReadyCallback -> m ()
- GI.Secret.Objects.Service: serviceUnlockFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => a -> b -> m (Int32, [DBusProxy])
+ GI.Secret.Objects.Service: serviceUnlockFinish :: (HasCallStack, MonadIO m, IsService a, IsAsyncResult b) => Maybe a -> b -> m (Int32, [DBusProxy])
- GI.Secret.Objects.Service: serviceUnlockSync :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => a -> [b] -> Maybe c -> m (Int32, [DBusProxy])
+ GI.Secret.Objects.Service: serviceUnlockSync :: (HasCallStack, MonadIO m, IsService a, IsDBusProxy b, IsCancellable c) => Maybe a -> [b] -> Maybe c -> m (Int32, [DBusProxy])
- GI.Secret.Structs.Value: valueUnrefToPassword :: (HasCallStack, MonadIO m) => Value -> Word64 -> m (Text, Word64)
+ GI.Secret.Structs.Value: valueUnrefToPassword :: (HasCallStack, MonadIO m) => Value -> CSize -> m (Text, CSize)
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-secret.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.0.18+++ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))+ ### 0.0.17 + Bump base lower bound
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-secret-0.0.17/docs/GI-Secret.html](https://hackage.haskell.org/package/gi-secret-0.0.17/docs/GI-Secret.html)+[https://hackage.haskell.org/package/gi-secret-0.0.18/docs/GI-Secret.html](https://hackage.haskell.org/package/gi-secret-0.0.18/docs/GI-Secret.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
@@ -12,7 +12,7 @@ where name = "Secret" version = "1" pkgName = "gi-secret"- pkgVersion = "0.0.17"+ pkgVersion = "0.0.18" overridesFile = Nothing verbose = False outputDir = Nothing
gi-secret.cabal view
@@ -1,5 +1,5 @@ name: gi-secret-version: 0.0.17+version: 0.0.18 synopsis: Libsecret bindings description: Bindings for Libsecret, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -16,7 +16,7 @@ custom-setup setup-depends: base >= 4.11 && < 5, Cabal >= 1.24 && < 4,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, gi-gio == 2.0.*, gi-gobject == 2.0.*, gi-glib == 2.0.*@@ -30,7 +30,7 @@ pkgconfig-depends: libsecret-1 >= 0.14 && < 1 build-depends: base >= 4.7 && <5, haskell-gi-base >= 0.26 && < 0.27,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, haskell-gi-overloading < 1.1, gi-gio == 2.0.*, gi-gobject == 2.0.*,