move lttv to root
[lttv.git] / lttv / lttv / modules / gui / lttvwindow / lttvwindow / lttv_plugin_tab.h
diff --git a/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin_tab.h b/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin_tab.h
deleted file mode 100644 (file)
index 6acbec4..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/* This file is part of the Linux Trace Toolkit viewer
- * Copyright (C) 2006 Mathieu Desnoyers
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License Version 2 as
- * published by the Free Software Foundation;
- *
- * 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.
- */
-
-#ifndef LTTV_PLUGIN_TAB_H
-#define LTTV_PLUGIN_TAB_H
-
-#include <lttvwindow/lttv_plugin.h>
-#include <lttvwindow/mainwindow-private.h>
-
-/*
- * Type macros.
- */
-
-#define LTTV_TYPE_PLUGIN_TAB             (lttv_plugin_tab_get_type ())
-#define LTTV_PLUGIN_TAB(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), LTTV_TYPE_PLUGIN_TAB, LttvPluginTab))
-#define LTTV_PLUGIN_TAB_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), LTTV_TYPE_PLUGIN_TAB, LttvPluginTabClass))
-#define LTTV_IS_PLUGIN_TAB(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), LTTV_TYPE_PLUGIN_TAB))
-#define LTTV_IS_PLUGIN_TAB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), LTTV_TYPE_PLUGIN_TAB))
-#define LTTV_PLUGIN_TAB_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), LTTV_TYPE_PLUGIN_TAB, LttvPluginTabClass))
-
-typedef struct _LttvPluginTab LttvPluginTab;
-typedef struct _LttvPluginTabClass LttvPluginTabClass;
-
-struct _LttvPluginTab {
-  LttvPlugin parent;
-
-  /* instance members */
-  Tab *tab;
-
-  /* private */
-};
-
-struct _LttvPluginTabClass {
-  LttvPluginClass parent;
-
-  /* class members */
-};
-
-/* used by LTTV_PLUGIN_TAB_TYPE */
-GType lttv_plugin_tab_get_type (void);
-
-/*
- * Method definitions.
- */
-
-
-#endif
This page took 0.023295 seconds and 4 git commands to generate.