Gjsify LogoGjsify Logo

Hierarchy

  • SecretAgentDeleteSecretsFunc

Callable

  • Called as a result of a request by NM to delete secrets. When the #NMSecretAgent subclass has finished deleting the secrets, this function should be called.

    Parameters

    • agent: SecretAgent

      the secret agent object

    • connection: NetworkManager.Connection

      the connection for which secrets were to be deleted, note that this object will be unrefed after the callback has returned, use g_object_ref()/g_object_unref() if you want to use this object after the callback has returned

    • error: GLib.Error

      if the deleting secrets failed, give a descriptive error here

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method