Class Service.ServiceClass

All Implemented Interfaces:
Proxy
Enclosing class:
Service

public static class Service.ServiceClass extends DBusProxy.DBusProxyClass
The class for SecretService.
  • Constructor Details

    • ServiceClass

      public ServiceClass(MemorySegment address)
      Create a ServiceClass 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
    • readCollectionGtype

      public Type readCollectionGtype()
      Read the value of the field collection_gtype.
      Returns:
      The value of the field collection_gtype
    • writeCollectionGtype

      public void writeCollectionGtype(Type collectionGtype)
      Write a value in the field collection_gtype.
      Parameters:
      collectionGtype - The new value for the field collection_gtype
    • readItemGtype

      public Type readItemGtype()
      Read the value of the field item_gtype.
      Returns:
      The value of the field item_gtype
    • writeItemGtype

      public void writeItemGtype(Type itemGtype)
      Write a value in the field item_gtype.
      Parameters:
      itemGtype - The new value for the field item_gtype
    • overridePromptSync

      public void overridePromptSync(Arena arena, @Nullable Method method)
      Override virtual method prompt_sync.
      Parameters:
      method - the method to invoke
    • overridePromptAsync

      public void overridePromptAsync(Arena arena, @Nullable Method method)
      Override virtual method prompt_async.
      Parameters:
      method - the method to invoke
    • overridePromptFinish

      public void overridePromptFinish(Arena arena, @Nullable Method method)
      Override virtual method prompt_finish.
      Parameters:
      method - the method to invoke
    • overrideGetCollectionGtype

      public void overrideGetCollectionGtype(Arena arena, @Nullable Method method)
      Override virtual method get_collection_gtype.
      Parameters:
      method - the method to invoke
    • overrideGetItemGtype

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