Method

GtkAboutDialogset_version

Declaration [src]

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

Description [src]

Sets the version string to display in the about dialog.

Parameters

version const char*
 

The version string.

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