showUri

A convenience function for launching the default application to show the uri. Like gtk.global.showUriOnWindow, 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.

More...
bool
showUri

Parameters

screen gdk.screen.Screen

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

uri string

the uri to show

timestamp uint

a timestamp to prevent focus stealing

Return Value

Type: bool

true on success, false on error

Detailed Description

Deprecated: Use gtk.global.showUriOnWindow instead.

Throws