Uses of Interface
org.tmatesoft.svn.core.internal.util.jna.ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback
-
Packages that use ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback Package Description org.tmatesoft.svn.core.internal.util.jna -
-
Uses of ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback in org.tmatesoft.svn.core.internal.util.jna
Fields in org.tmatesoft.svn.core.internal.util.jna declared as ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback Modifier and Type Field Description private static ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback
SVNGnomeKeyring. DONE_CALLBACK
Methods in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback Modifier and Type Method Description void
DebugProxyISVNGnomeKeyringLibrary. gnome_keyring_unlock(java.lang.String keyringName, com.sun.jna.Pointer keyringPassword, ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback callback, com.sun.jna.Pointer data, com.sun.jna.Pointer destroyData)
void
ISVNGnomeKeyringLibrary. gnome_keyring_unlock(java.lang.String keyringName, com.sun.jna.Pointer keyringPassword, ISVNGnomeKeyringLibrary.GnomeKeyringOperationDoneCallback callback, com.sun.jna.Pointer data, com.sun.jna.Pointer destroyData)
-