[ Version ( deprecated = true , deprecated_since = "5.2.4" , replacement = "GLib.AppInfo.launch_default_for_uri" ) ]
public static void open_uri (string uri)
Warning: open_uri is deprecated since 5.2.4. Use GLib.AppInfo.launch_default_for_uri.
Opens the specified URI with the default application. This can be used for opening websites with the default browser, etc.
uri |
the URI to open |