/** * Copyright (C) 2013 Canonical, Ltd. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License version 3, as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . * */ #ifndef UPSTART_APP_LAUNCH_MOCK #define UPSTART_APP_LAUNCH_MOCK 1 #include #include G_BEGIN_DECLS void ubuntu_app_launch_mock_clear_last_app_id (); gchar * ubuntu_app_launch_mock_get_last_app_id (); extern UbuntuAppLaunchHelperObserver ubuntu_app_launch_mock_observer_helper_stop_func; extern gchar * ubuntu_app_launch_mock_observer_helper_stop_type; extern void * ubuntu_app_launch_mock_observer_helper_stop_user_data; extern gchar * ubuntu_app_launch_mock_last_start_session_helper; extern MirPromptSession * ubuntu_app_launch_mock_last_start_session_session; extern gchar * ubuntu_app_launch_mock_last_start_session_appid; extern gchar ** ubuntu_app_launch_mock_last_start_session_uris; extern gchar * ubuntu_app_launch_mock_last_stop_helper; extern gchar * ubuntu_app_launch_mock_last_stop_appid; extern gchar * ubuntu_app_launch_mock_last_stop_instance; G_END_DECLS #endif /* UPSTART_APP_LAUNCH_MOCK */