aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h82
1 files changed, 0 insertions, 82 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
deleted file mode 100644
index 10b42f527d..0000000000
--- a/shell/e-shell.h
+++ /dev/null
@@ -1,82 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-shell.h
- *
- * Copyright (C) 2000 Helix Code, Inc.
- *
- * 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.
- *
- * 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.
- *
- * Author: Ettore Perazzoli
- */
-
-#ifndef _E_SHELL_H_
-#define _E_SHELL_H_
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtk/gtkobject.h>
-
-#include "e-shortcuts.h"
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-#define E_TYPE_SHELL (e_shell_get_type ())
-#define E_SHELL(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SHELL, EShell))
-#define E_SHELL_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL, EShellClass))
-#define E_IS_SHELL(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_SHELL))
-#define E_IS_SHELL_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL))
-
-
-typedef struct _EShell EShell;
-typedef struct _EShellPrivate EShellPrivate;
-typedef struct _EShellClass EShellClass;
-
-struct _EShell {
- GtkObject parent;
-
- EShellPrivate *priv;
-};
-
-struct _EShellClass {
- GtkObjectClass parent_class;
-
- void (* no_views_left) (EShell *shell);
-};
-
-
-GtkType e_shell_get_type (void);
-void e_shell_construct (EShell *shell,
- const char *local_directory);
-EShell *e_shell_new (const char *local_directory);
-
-GtkWidget *e_shell_new_view (EShell *shell,
- const char *uri);
-
-EShortcuts *e_shell_get_shortcuts (EShell *shell);
-EStorageSet *e_shell_get_storage_set (EShell *shell);
-EFolderTypeRepository *e_shell_get_folder_type_repository (EShell *shell);
-
-void e_shell_quit (EShell *shell);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* _E_SHELL_H_ */
insertions'>+1 * Port to lua 5.2 + cosmetic changesbapt2014-01-101-8/+2 * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1 * Use new LIB_DEPENDS regimeehaupt2013-12-181-2/+2 * Update to 2.4.9ehaupt2013-12-042-3/+3 * Support staging.ehaupt2013-10-262-3/+6 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 2.4.8ehaupt2013-08-262-3/+3 * Update to 2.4.6ehaupt2013-08-042-4/+3 * Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0 * - bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1ohauer2013-07-061-0/+1 * Update to 2.4.5ehaupt2013-07-053-3/+5 * Update to 2.4.4ehaupt2013-06-303-4/+12 * Update to 2.4.3ehaupt2013-06-042-5/+5 * Update to 2.4.2ehaupt2013-05-292-3/+3 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1 * Update to 2.3.3ehaupt2013-04-182-3/+3 * Update to 2.3.2ehaupt2013-03-162-3/+3 * Update to 2.3.1ehaupt2013-02-272-3/+3 * Update to 2.2.14ehaupt2013-01-312-3/+3 * Update to 2.2.13ehaupt2013-01-282-4/+3 * Update PCRE to 8.32mm2012-12-111-0/+1 * Update to 2.2.12ehaupt2012-12-042-3/+3 * - Update to 2.2.11ehaupt2012-11-293-25/+5 * - Mark as BROKEN on 7.X/amd64:beat2012-07-241-0/+4 * - Update to 2.2.7sunpoet2012-06-272-3/+3 * - Convert to new options frameworksunpoet2012-06-171-3/+7 * - Update to 2.2.6sunpoet2012-06-142-21/+17 * - Update to 2.2.2jadawin2012-05-092-3/+3 * - Update to 2.21sunpoet2012-04-203-7/+6 * - Support CFLAGS properlymiwi2012-04-082-16/+27 * - Update to 2.1.18jadawin2012-03-092-7/+5 * Update to 2.1.16mm2012-02-262-6/+5 * Bump pcre library dependency due to 8.30 updatemm2012-02-142-1/+14 * Update to 2.1.12mm2012-01-252-5/+8 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * Update to 2.1.5mm2011-10-132-3/+3 * Update to 2.1.3mm2011-09-192-4/+8 * Update to 2.0.9mm2011-07-242-3/+3 * Update to 2.0.8mm2011-06-192-3/+3