Method

GtkAboutDialogget_copyright

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_copyright (
  GtkAboutDialog* about
)

Description [src]

Returns the copyright string.

Available since: 2.6

Return value

Type: const gchar*

The copyright string. 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.