Basics
Guides
API Reference
Basics
Guides
API Reference
[234:14] static extends: object
Generated metadata helpers for TlsPassword class surfaces.
properties ()
Returns property metadata for
TlsPassword.
A list.[14:7] extends: object
An abstract interface representing a password used in TLS. Often used in user interaction such as unlocking a key storage token.
TlsPassword (flags = null, description = null)
Create a new #GTlsPassword object.
flags is the password flags.description is description of what the password is for.toNativeHandle (Source)
Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from
fn.call(...), another generated wrapper exposinghandle(), or null. Returns null when the argument carries no pointer.
Source is the raw handle, raw buffer, wrapper, or null.A raw pointer carrier or null when no pointer is present.getLib ()
Returns the opened native library for this generated wrapper.
The opened native library.handle ()
Returns the wrapped NativeHandle.
The wrapped NativeHandle.isNull ()
Returns true when the wrapped handle is null.
A bool.describe ()
Returns a small string for debugging generated wrappers.
A string.asObject ()
Wraps this handle as
Object.
A Object object.getProperty (string Name)
Reads one generated property by name.
setProperty (string Name, Value)
Writes one generated property by name.
setDescription (string Value)
Description of what the password is for.
Value is the new property value.None.setFlags (string Value)
Flags about the password.
Value is the new property value.None.setWarning (string Value)
Warning about the password.
Value is the new property value.None.get_description ()
Get a description string about what the password will be used for.
get_flags ()
Get flags about the password.
get_warning ()
Get a user readable translated warning. Usually this warning is a representation of the password flags returned from g_tls_password_get_flags().
set_description (string description)
Set a description string about what the password will be used for.
description is The description of the password.None.set_flags (string flags)
Set flags about the password.
flags is The flags about the password.None.set_warning (string warning)
Set a user readable translated warning. Usually this warning is a representation of the password flags returned from g_tls_password_get_flags().
warning is The user readable warning.None.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.