Method

AdwAboutDialogadd_link

Declaration [src]

void
adw_about_dialog_add_link (
  AdwAboutDialog* self,
  const char* title,
  const char* url
)

Description [src]

Adds an extra link to the Details page.

Extra links are displayed under the comment and website.

Underlines in title will be interpreted as indicating a mnemonic.

See AdwAboutDialog:website.

Available since:1.5

Parameters

title const char*
 

The link title.

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

The link URL.

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