[gnome-settings-daemon] media-keys: Simplify test app
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] media-keys: Simplify test app
- Date: Thu, 26 Apr 2012 16:23:45 +0000 (UTC)
commit 29bb69e0197e8027d615d23748600ceefa46c8d2
Author: Bastien Nocera <hadess hadess net>
Date: Thu Apr 26 17:20:29 2012 +0100
media-keys: Simplify test app
plugins/media-keys/test-media-keys.c | 63 ++-------------------------------
1 files changed, 4 insertions(+), 59 deletions(-)
---
diff --git a/plugins/media-keys/test-media-keys.c b/plugins/media-keys/test-media-keys.c
index 166c01b..05ff27c 100644
--- a/plugins/media-keys/test-media-keys.c
+++ b/plugins/media-keys/test-media-keys.c
@@ -1,61 +1,6 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
- *
- * Copyright (C) 2007 William Jon McCann <mccann jhu edu>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program 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
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
- *
- *
- */
-
-#include "config.h"
-
-#include <stdlib.h>
-
-#include <glib/gi18n.h>
-#include <gtk/gtk.h>
-
+#define NEW gsd_media_keys_manager_new
+#define START gsd_media_keys_manager_start
+#define MANAGER GsdMediaKeysManager
#include "gsd-media-keys-manager.h"
-static GsdMediaKeysManager *manager = NULL;
-
-int
-main (int argc,
- char **argv)
-{
- GError *error;
-
- bindtextdomain (GETTEXT_PACKAGE, GNOME_SETTINGS_LOCALEDIR);
- bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- textdomain (GETTEXT_PACKAGE);
-
- g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
-
- error = NULL;
- if (! gtk_init_with_args (&argc, &argv, NULL, NULL, NULL, &error)) {
- fprintf (stderr, "%s", error->message);
- g_error_free (error);
- exit (1);
- }
-
- manager = gsd_media_keys_manager_new ();
-
- error = NULL;
- gsd_media_keys_manager_start (manager, &error);
-
- gtk_main ();
-
- return 0;
-}
+#include "test-plugin.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]