Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: object
Represents a link (i.e. a uri). A widget that contains one or more links
should implement the [iface@Gtk.AccessibleHypertext] interface and return
GtkAccessibleHyperlink objects for each of the links.
AccessibleHyperlink (parent = null, index = null, uri = null, bounds = null)
Creates an accessible object that represents a hyperlink. This is meant to be used with an implementation of the [iface@Gtk.AccessibleHypertext] interface.
parent is the parent.index is the index of this link in the parent.uri is the uri.bounds is the text range that the link occupies (or 0, 0).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.asAccessible ()
Wraps this handle as
Accessible.
A Accessible object.set_platform_state (string state, bool enabled)
Sets a platform state on the accessible.
state is the platform state to change.enabled is the new value for the platform state.None.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.