aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-nokia.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mm-plugin-nokia.h')
-rw-r--r--plugins/mm-plugin-nokia.h21
1 files changed, 17 insertions, 4 deletions
diff --git a/plugins/mm-plugin-nokia.h b/plugins/mm-plugin-nokia.h
index 014e3022..fdc0f417 100644
--- a/plugins/mm-plugin-nokia.h
+++ b/plugins/mm-plugin-nokia.h
@@ -1,10 +1,23 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * 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:
+ *
+ * Copyright (C) 2008 - 2009 Novell, Inc.
+ * Copyright (C) 2009 Red Hat, Inc.
+ */
#ifndef MM_PLUGIN_NOKIA_H
#define MM_PLUGIN_NOKIA_H
-#include "mm-plugin.h"
-#include "mm-generic-gsm.h"
+#include "mm-plugin-base.h"
#define MM_TYPE_PLUGIN_NOKIA (mm_plugin_nokia_get_type ())
#define MM_PLUGIN_NOKIA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_NOKIA, MMPluginNokia))
@@ -14,11 +27,11 @@
#define MM_PLUGIN_NOKIA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_NOKIA, MMPluginNokiaClass))
typedef struct {
- GObject parent;
+ MMPluginBase parent;
} MMPluginNokia;
typedef struct {
- GObjectClass parent;
+ MMPluginBaseClass parent;
} MMPluginNokiaClass;
GType mm_plugin_nokia_get_type (void);