Gtk.LinkButton.prototype.get_uri
function get_uri():String {
// Gjs wrapper for gtk_link_button_get_uri()
}Retrieves the URI set using Gtk.set_uri.
Since 2.10
- Returns
a valid URI. The returned string is owned by the link button and should not be modified or freed.