showUri
fn
void showUri(gtk.window.Window parent, string uri, uint timestamp)This function launches the default application for showing a given uri, or shows an error dialog if that fails.
Parameters
parent | parent window |
uri | the uri to show |
timestamp | timestamp from the event that triggered this call, or gdk.types.CURRENT_TIME |