[gtk+/gdk-backend] Forgotten functions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gdk-backend] Forgotten functions
- Date: Thu, 9 Dec 2010 23:54:14 +0000 (UTC)
commit 129b74aefe3e0112f5d546af437dea0e34e59624
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Dec 9 18:53:45 2010 -0500
Forgotten functions
gdk/gdkapplaunchcontext.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c
index 12bf238..c9188e0 100644
--- a/gdk/gdkapplaunchcontext.c
+++ b/gdk/gdkapplaunchcontext.c
@@ -318,3 +318,17 @@ gdk_app_launch_context_new (void)
{
return gdk_display_get_app_launch_context (gdk_display_get_default ());
}
+
+static char *
+gdk_app_launch_context_get_startup_notify_id (GAppLaunchContext *context,
+ GAppInfo *info,
+ GList *files)
+{
+ return NULL;
+}
+
+static void
+gdk_app_launch_context_launch_failed (GAppLaunchContext *context,
+ const gchar *startup_notify_id)
+{
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]