Interface TlsDatabaseClass.OnLookupCertificatesIssuedByFinish

Enclosing class:
TlsDatabaseClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TlsDatabaseClass.OnLookupCertificatesIssuedByFinish
  • Method Details

    • onLookupCertificatesIssuedByFinish

      List onLookupCertificatesIssuedByFinish(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull AsyncResult result)
      Parameters:
      self - a #GTlsDatabase
      result - a #GAsyncResult.
      Returns:
      a newly allocated list of #GTlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.