Handbook
Glossary
g_tls_database_lookup_certificates_issued_by_async ( tls_database issuer_raw_dn interaction flags cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
tls_database
an
object
issuer_raw_dn
an
object
interaction
an
object
flags
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_tls_database_lookup_certificates_issued_by_async
( GTlsDatabase* tls_database, GByteArray* issuer_raw_dn,
GTlsInteraction* interaction,
GTlsDatabaseLookupFlags
flags,
GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )