Method

GtkAboutDialogset_version

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_version (
  GtkAboutDialog* about,
  const gchar* version
)

Description [src]

Sets the version string to display in the about dialog.

Available since: 2.6

Parameters

version

Type: const gchar*

The version string.

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