Class Retrievable.RetrievableInterface

java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.secret.Retrievable.RetrievableInterface
All Implemented Interfaces:
Proxy
Enclosing interface:
Retrievable

public static class Retrievable.RetrievableInterface extends TypeInterface
The interface for SecretRetrievable.
Since:
0.19.0
  • Constructor Details

    • RetrievableInterface

      public RetrievableInterface(MemorySegment address)
      Create a RetrievableInterface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideRetrieveSecret

      public void overrideRetrieveSecret(Arena arena, @Nullable Method method)
      Override virtual method retrieve_secret.
      Parameters:
      method - the method to invoke
    • overrideRetrieveSecretFinish

      public void overrideRetrieveSecretFinish(Arena arena, @Nullable Method method)
      Override virtual method retrieve_secret_finish.
      Parameters:
      method - the method to invoke