Method

AdwAboutWindowset_support_url

since: 1.2

Declaration [src]

void
adw_about_window_set_support_url (
  AdwAboutWindow* self,
  const char* support_url
)

Description [src]

Sets the URL of the support page for self.

The support page link is displayed on the main page.

Available since: 1.2

Parameters

support_url

Type: const char*

The support page URL.

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