1 /* GIO - GLib Input, Output and Streaming Library
3 * Copyright © 2010 Red Hat, Inc
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General
16 * Public License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
18 * Boston, MA 02111-1307, USA.
20 * Authors: Colin Walters <walters@verbum.org>
29 _g_application_platform_init (GApplication *app,
30 GCancellable *cancellable,
37 _g_application_platform_register (GApplication *app,
39 GCancellable *cancellable,
46 _g_application_platform_on_actions_changed (GApplication *app)
51 _g_application_platform_remote_invoke_action (GApplication *app,
53 GVariant *platform_data)
58 _g_application_platform_remote_quit (GApplication *app,
59 GVariant *platform_data)
64 _g_application_platform_default_quit (void)
70 _g_application_platform_activate (GApplication *app,