Method

GtkAboutDialogset_website

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_website (
  GtkAboutDialog* about,
  const gchar* website
)

Description [src]

Sets the URL to use for the website link.

Available since: 2.6

Parameters

website

Type: const gchar*

A URL string starting with “http://”

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