Constructor

AgsGuiIconLinknew

since: 6.6.0

Declaration [src]

AgsIconLink*
ags_icon_link_new (
  gchar* icon_name,
  gchar* action,
  gchar* link_text
)

Description [src]

Creates a new instance of AgsIconLink.

Available since: 6.6.0

Parameters

icon_name

Type: gchar*

The icon name.

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

Type: gchar*

The action.

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

Type: gchar*

The link text.

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

Return value

Type: AgsIconLink

The new AgsIconLink.

The data is owned by the called function.