[gnome-settings-daemon] wacom: Simplify test app



commit 09c4fbc7a007f84472849cd3da91c9e6df6a279c
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 26 17:21:09 2012 +0100

    wacom: Simplify test app

 plugins/wacom/test-wacom.c |   63 +++-----------------------------------------
 1 files changed, 4 insertions(+), 59 deletions(-)
---
diff --git a/plugins/wacom/test-wacom.c b/plugins/wacom/test-wacom.c
index 05a4d41..1ebee09 100644
--- a/plugins/wacom/test-wacom.c
+++ b/plugins/wacom/test-wacom.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_wacom_manager_new
+#define START gsd_wacom_manager_start
+#define MANAGER GsdWacomManager
 #include "gsd-wacom-manager.h"
 
-static GsdWacomManager *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_wacom_manager_new ();
-
-        error = NULL;
-        gsd_wacom_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]