Method

GtkAboutDialogset_license

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_license (
  GtkAboutDialog* about,
  const gchar* license
)

Description [src]

Sets the license information to be displayed in the secondary license dialog. If license is NULL, the license button is hidden.

Available since: 2.6

Parameters

license

Type: const gchar*

The license information or NULL.

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