Method

GtkAboutDialogget_license

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_license (
  GtkAboutDialog* about
)

Description [src]

Returns the license information.

Available since: 2.6

Return value

Type: const gchar*

The license information. The string is owned by the about dialog and must not be modified.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.