Method

Gtk.LinkButton.get_uri

Declaration [src]

const char*
gtk_link_button_get_uri (
  GtkLinkButton* link_button
)

Description [src]

Retrieves the URI of the GtkLinkButton.

Gets propertyGtk.LinkButton:uri

Return value

Returns: const char*

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

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string