Method

GtkAboutDialogset_website_label

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_website_label (
  GtkAboutDialog* about,
  const gchar* website_label
)

Description [src]

Sets the label to be used for the website link.

Available since: 2.6

Parameters

website_label

Type: const gchar*

The label used for the website link.

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