X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=status.h;fp=status.h;h=0000000000000000000000000000000000000000;hb=a063cda5cff1e3ec56dabddd8ddcd42060a57fd4;hp=3cdae4549100d39d01aed84d44eba70bd6c6d5cd;hpb=1416438da8af731b20b15a20e41fd45c9fdfe632;p=mtetherd diff --git a/status.h b/status.h deleted file mode 100644 index 3cdae45..0000000 --- a/status.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - mtetherd - (c) 2010 Gregor Riepl - - Tethering utility for Maemo - - 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 3 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, see . -*/ - -#ifndef _MTETHERD_STATUS_H -#define _MTETHERD_STATUS_H - -#include - -G_BEGIN_DECLS - -#define TYPE_MTETHERD_STATUS_PLUGIN (mtetherd_status_plugin_get_type()) -#define MTETHERD_STATUS_PLUGIN(object) (G_TYPE_CHECK_INSTANCE_CAST((object), TYPE_MTETHERD_STATUS_PLUGIN, MTetherDStatusPlugin)) -#define MTETHERD_STATUS_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_MTETHERD_STATUS_PLUGIN, MTetherDStatusPluginClass)) -#define IS_MTETHERD_STATUS_PLUGIN(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), TYPE_MTETHERD_STATUS_PLUGIN)) -#define IS_MTETHERD_STATUS_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), TYPE_MTETHERD_STATUS_PLUGIN)) -#define MTETHERD_STATUS_PLUGIN_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), TYPE_MTETHERD_STATUS_PLUGIN, MTetherDStatusPluginClass)) - -typedef struct _MTetherDStatusPluginClass MTetherDStatusPluginClass; -typedef struct _MTetherDStatusPlugin MTetherDStatusPlugin; -typedef struct _MTetherDStatusPluginPrivate MTetherDStatusPluginPrivate; - -struct _MTetherDStatusPluginClass { - HDStatusMenuItemClass parent; -}; - -struct _MTetherDStatusPlugin { - HDStatusMenuItem parent; - MTetherDStatusPluginPrivate *priv; -}; - -GType mtetherd_status_plugin_get_type(); - -G_END_DECLS - -#endif //_MTETHERD_STATUS_H -