show_uri


Description:


[ Version ( deprecated = true , deprecated_since = "3.22" , since = "2.14" ) ]
public bool show_uri (Screen? screen, string uri, uint32 timestamp) throws Error

Warning: show_uri is deprecated since 3.22.

A convenience function for launching the default application to show the uri.

Note:

Use show_uri_on_window instead.

Like show_uri_on_window, but takes a screen as transient parent instead of a window.

Note that this function is deprecated as it does not pass the necessary information for helpers to parent their dialog properly, when run from sandboxed applications for example.

Parameters:

screen

screen to show the uri on or null for the default screen

uri

the uri to show

timestamp

a timestamp to prevent focus stealing

Returns:

true on success, false on error


Namespace: Gtk
Package: gtk+-3.0