Method

GtkLinkButtonset_uri

since: 2.10

Declaration [src]

void
gtk_link_button_set_uri (
  GtkLinkButton* link_button,
  const gchar* uri
)

Description [src]

Sets uri as the URI where the GtkLinkButton points. As a side-effect this unsets the “visited” state of the button.

Available since: 2.10

Sets propertyGtk.LinkButton:uri

Parameters

uri

Type: const gchar*

A valid URI.

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