mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Fix build on non-Unix
This commit is contained in:
parent
4edfc34e5b
commit
6ff13071ae
@ -50,13 +50,13 @@ _g_application_platform_on_actions_changed (GApplication *app)
|
|||||||
static void
|
static void
|
||||||
_g_application_platform_remote_invoke_action (GApplication *app,
|
_g_application_platform_remote_invoke_action (GApplication *app,
|
||||||
const gchar *action,
|
const gchar *action,
|
||||||
guint timestamp)
|
GVariant *platform_data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_g_application_platform_remote_quit (GApplication *app,
|
_g_application_platform_remote_quit (GApplication *app,
|
||||||
guint timestamp)
|
GVariant *platform_data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user