gtk/gdk/broadway/gdkapplaunchcontext-broadway.c

51 lines
1.4 KiB
C
Raw Normal View History

/* gdkapplaunchcontext-broadway.c - Gtk+ implementation for GAppLaunchContext
2010-11-12 12:18:58 +00:00
Copyright (C) 2007 Red Hat, Inc.
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The Gnome Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
Author: Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include "gdkapplaunchcontext.h"
#include "gdkscreen.h"
#include "gdkinternals.h"
#include "gdkintl.h"
#include <glib.h>
#include <gio/gdesktopappinfo.h>
#include <string.h>
#include <unistd.h>
char *
_gdk_windowing_get_startup_notify_id (GAppLaunchContext *context,
2010-11-15 19:08:18 +00:00
GAppInfo *info,
2010-11-12 12:18:58 +00:00
GList *files)
{
2010-11-15 19:08:18 +00:00
return g_strdup ("todo");
2010-11-12 12:18:58 +00:00
}
void
2010-11-15 19:08:18 +00:00
_gdk_windowing_launch_failed (GAppLaunchContext *context,
2010-11-12 12:18:58 +00:00
const char *startup_notify_id)
{
}