aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-zte.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mm-plugin-zte.h')
-rw-r--r--plugins/mm-plugin-zte.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/plugins/mm-plugin-zte.h b/plugins/mm-plugin-zte.h
index 9fe5b438..7a4d4c9a 100644
--- a/plugins/mm-plugin-zte.h
+++ b/plugins/mm-plugin-zte.h
@@ -1,9 +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_ZTE_H
#define MM_PLUGIN_ZTE_H
-#include "mm-plugin.h"
+#include "mm-plugin-base.h"
#define MM_TYPE_PLUGIN_ZTE (mm_plugin_zte_get_type ())
#define MM_PLUGIN_ZTE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_ZTE, MMPluginZte))
@@ -13,11 +27,11 @@
#define MM_PLUGIN_ZTE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_ZTE, MMPluginZteClass))
typedef struct {
- GObject parent;
+ MMPluginBase parent;
} MMPluginZte;
typedef struct {
- GObjectClass parent;
+ MMPluginBaseClass parent;
} MMPluginZteClass;
GType mm_plugin_zte_get_type (void);