Add bindings for LibSecret #285
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi!285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "libsecret"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add bindings for LibSecret to Java-GI.
The bindings will be published as a separate module named
org.java-gi.secret, the module and package name isorg.gnome.secret.I had to rename the
getFlags()method in the Service, Collection and Item classes because they overrideDBusProxy.getFlags()with another return type, and that isn't supported in Java:Service.getFlags()Service.getServiceFlags()Collection.getFlags()Collection.getCollectionFlags()Item.getFlags()Item.getItemFlags()Fixes #283