Interface

AtkHyperlinkImpl

since: 1.0

Description [src]

interface Atk.HyperlinkImpl : GObject.Object

A queryable interface which allows AtkHyperlink instances associated with an AtkObject to be obtained. AtkHyperlinkImpl corresponds to AT-SPI’s Hyperlink interface, and differs from AtkHyperlink in that AtkHyperlink is an object type, rather than an interface, and thus cannot be directly queried. FTW.

Available since: 1.0

Prerequisite

In order to implement HyperlinkImpl, your type must inherit fromGObject.

Instance methods

atk_hyperlink_impl_get_hyperlink

Gets the hyperlink associated with this object.

since: 1.12

Interface structure

struct AtkHyperlinkImplIface {
  GTypeInterface parent;
  AtkHyperlink* (* get_hyperlink) (
    AtkHyperlinkImpl* impl
  );
  
}
No description available.
Interface members
parent
GTypeInterface
 No description available.
get_hyperlink
AtkHyperlink* (* get_hyperlink) (
    AtkHyperlinkImpl* impl
  )
 No description available.

Virtual methods

Gets the hyperlink associated with this object.

since: 1.12