Method

Gtk.AboutDialog.set_website

Declaration [src]

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

Description [src]

Sets the URL to use for the website link.

Parameters

website const char*
 

a URL string starting with http://

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string