Method

GtkAboutDialogget_website

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_website (
  GtkAboutDialog* about
)

Description [src]

Returns the website URL.

Available since: 2.6

Return value

Type: const gchar*

The website URL. 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.