Basic support for opening URLs. Not tested on Windows yet. Uses glib's g_spawn_asyn...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index ac5cb54..65a737e 100644 (file)
@@ -334,6 +334,8 @@ public:
 
        static void dialog_help();
 
+       static bool open_url(const std::string &url);
+
        static synfig::String get_user_app_directory();
        static synfig::String get_config_file(const synfig::String& file);
 }; // END of class App