Method

GtkLinkButtonget_uri

since: 2.10

Declaration [src]

const gchar*
gtk_link_button_get_uri (
  GtkLinkButton* link_button
)

Description [src]

Retrieves the URI set using gtk_link_button_set_uri().

Available since: 2.10

Gets propertyGtk.LinkButton:uri

Return value

Type: const gchar*

A valid URI. The returned string is owned by the link button and should not be modified or freed.

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