Method

GtkAboutDialogget_website_label

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_website_label (
  GtkAboutDialog* about
)

Description [src]

Returns the label used for the website link.

Available since: 2.6

Return value

Type: const gchar*

The label used for the website link. The string is owned by the about dialog and must not be modified.

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