/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-view.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_VIEW_H_ #define _E_SHELL_VIEW_H_ #ifdef HAVE_CONFIG_H #include #endif #include #include "e-shell.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_SHELL_VIEW (e_shell_view_get_type ()) #define E_SHELL_VIEW(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SHELL_VIEW, EShellView)) #define E_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL_VIEW, EShellViewClass)) #define E_IS_SHELL_VIEW(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_SHELL_VIEW)) #define E_IS_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL_VIEW)) typedef struct _EShellView EShellView; typedef struct _EShellViewPrivate EShellViewPrivate; typedef struct _EShellViewClass EShellViewClass; enum _EShellViewShowFoldersMode { E_SHELL_VIEW_SHOW_FOLDERS_HIDDEN, E_SHELL_VIEW_SHOW_FOLDERS_TRANSIENT, E_SHELL_VIEW_SHOW_FOLDERS_STICKY }; typedef enum _EShellViewShowFoldersMode EShellViewShowFoldersMode; struct _EShellView { GnomeApp parent; EShellViewPrivate *priv; }; struct _EShellViewClass { GnomeAppClass parent_class; }; GtkType e_shell_view_get_type (void); void e_shell_view_construct (EShellView *shell_view, EShell *shell); GtkWidget *e_shell_view_new (EShell *shell); gboolean e_shell_view_display_uri (EShellView *shell_view, const char *uri); void e_shell_view_show_shortcuts (EShellView *shell_view, gboolean show); void e_shell_view_show_folders (EShellView *shell_view, gboolean show); EShell *e_shell_view_get_shell (EShellView *shell_view); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_SHELL_VIEW_H_ */ s/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* graphics/graphviz: Enable verbose buildkoobs2016-02-071-1/+2
* - Fix LICENSEamdmi32016-02-073-22/+13
* - Clarify LICENSEamdmi32016-02-071-16/+12
* - Clarify LICENSEamdmi32016-02-071-11/+9
* - Add LICENSEamdmi32016-02-072-35/+9
* - Add NO_ARCHamdmi32016-02-072-3/+8
* - Switch to options helpersamdmi32016-02-071-2/+5
* - Switch to options helpersamdmi32016-02-071-9/+7
* - Fix licenseamdmi32016-02-071-4/+6
* - Clarify LICENSEamdmi32016-02-071-4/+10
* - Don't install empty documentation fileamdmi32016-02-071-3/+5
* - Update to 1.3.8danilo2016-02-062-3/+3
* Update to 2.14.1zeising2016-02-062-3/+3
* Update shotwell to a git snapshot.kwm2016-02-064-12/+50
* - Switch to options helpersamdmi32016-02-052-7/+8
* New port: graphics/llpppi2016-02-0310-0/+177
* - Update to 0.7tota2016-02-032-3/+3
* - Update to 0.8.2tota2016-02-032-4/+5
* - Update to 0.2.1tota2016-02-032-3/+3
* Horde package update:mm2016-02-032-3/+3
* Remove source and intermediate build output from intalled rubygem- portsswills2016-02-027-0/+27
* - Update to 1.52sunpoet2016-02-022-3/+3
* - Use standard ZLIB licenseamdmi32016-02-011-3/+1
* - Update to 1.9.0amdmi32016-02-014-100/+238
* - Update to 8.2.2danilo2016-01-313-6/+6
* graphics/duhdraw: USES+= ncurses and respect LDFLAGSmarino2016-01-312-0/+18
* graphics/libcaca: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
* Welcome Centos 6.7miwi2016-01-3129-155/+155
* graphics/aalib: LDFLAGS+= -L${LOCALBASE}/lib (for ports ncurses)marino2016-01-301-0/+1
* Build depends on help2man.grog2016-01-301-1/+2
* Install the gstreamer-gl-1.0.pc filekwm2016-01-292-1/+4
* Update to 4.1.4. This version includes a number of bug fixes.grog2016-01-292-3/+3
* Merge patches that patch the same file.danfe2016-01-296-35/+11
* Tidy up:grog2016-01-282-144/+114
* Update to 4.1.3.grog2016-01-272-4/+4
* Mark deprecated and set expiration. editors/abiword was the last user andjkim2016-01-271-0/+3
* Remove expired ports that are consumers of expired lang/php5. Exceptions:rene2016-01-276-158/+0
* Switch abiword to using libwpg-0.3, which would be used if installed even.kwm2016-01-271-8/+2
* Remove BROKEN_FreeBSD_8 from all remaining ports.rakuco2016-01-261-1/+0
* Update the MATE DE to 1.12.kwm2016-01-258-417/+14
* Update Qt5 to 5.5.1.rakuco2016-01-259-6/+959
* - Fix build on DragonFlyolivierd2016-01-242-0/+23
* Enable DJVU support in evince[-lite] by default.kwm2016-01-244-6/+6
* - Update to 0.6tota2016-01-242-3/+3
* - Update to 1.1-3tota2016-01-242-5/+4
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
* - Update to 0.2.0tota2016-01-242-3/+3
* - Update to 2.0.0tota2016-01-242-3/+3
* Update to 1.6.21antoine2016-01-233-6/+6
* Bump Libreoffice, evince-lite and atril-lite for the poppler update.kwm2016-01-232-2/+2
* - Add a runtime dependecy on java/javahelplme2016-01-221-0/+2
* Update poppler to 0.40.0. [1]kwm2016-01-2226-31/+53
* graphics/gpicview: fix build with NLS offpi2016-01-211-1/+2
* graphics/imlib2: Update to 1.4.7feld2016-01-21