Method

AdwAboutDialogset_version

Declaration [src]

void
adw_about_dialog_set_version (
  AdwAboutDialog* self,
  const char* version
)

Description [src]

Sets the version for self.

The version is displayed on the main page.

If AdwAboutDialog:release-notes-version is not set, the version will also be displayed above the release notes on the What’s New page.

Available since:1.5

Parameters

version const char*
 

The version.

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