aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-sierra.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mm-plugin-sierra.h')
-rw-r--r--plugins/mm-plugin-sierra.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/plugins/mm-plugin-sierra.h b/plugins/mm-plugin-sierra.h
index b2473acb..01fffc4c 100644
--- a/plugins/mm-plugin-sierra.h
+++ b/plugins/mm-plugin-sierra.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_SIERRA_H
#define MM_PLUGIN_SIERRA_H
-#include "mm-plugin.h"
+#include "mm-plugin-base.h"
#include "mm-generic-gsm.h"
#define MM_TYPE_PLUGIN_SIERRA (mm_plugin_sierra_get_type ())
@@ -14,11 +28,11 @@
#define MM_PLUGIN_SIERRA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_SIERRA, MMPluginSierraClass))
typedef struct {
- GObject parent;
+ MMPluginBase parent;
} MMPluginSierra;
typedef struct {
- GObjectClass parent;
+ MMPluginBaseClass parent;
} MMPluginSierraClass;
GType mm_plugin_sierra_get_type (void);