Method

AdwAboutDialogset_issue_url

Declaration [src]

void
adw_about_dialog_set_issue_url (
  AdwAboutDialog* self,
  const char* issue_url
)

Description [src]

Sets the issue tracker URL for self.

The issue tracker link is displayed on the main page.

Available since:1.5

Parameters

issue_url const char*
 

The issue tracker URL.

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