Method

AgsGuiIconLinkset_link_text

since: 6.6.0

Declaration [src]

void
ags_icon_link_set_link_text (
  AgsIconLink* icon_link,
  gchar* link_text
)

Description [src]

Set link_text of icon_link.

Available since: 6.6.0

Parameters

link_text

Type: gchar*

The link text.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.