/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-window.h * * Copyright (C) 2003 Ettore Perazzoli * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License 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. * * Author: Ettore Perazzoli */ #ifndef _E_SHELL_WINDOW_H_ #define _E_SHELL_WINDOW_H_ #include #define E_TYPE_SHELL_WINDOW (e_shell_window_get_type ()) #define E_SHELL_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_SHELL_WINDOW, EShellWindow)) #define E_SHELL_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL_WINDOW, EShellWindowClass)) #define E_IS_SHELL_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_SHELL_WINDOW)) #define E_IS_SHELL_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL_WINDOW)) typedef struct _EShellWindow EShellWindow; typedef struct _EShellWindowPrivate EShellWindowPrivate; typedef struct _EShellWindowClass EShellWindowClass; struct _EShellWindow { BonoboWindow parent; EShellWindowPrivate *priv; }; struct _EShellWindowClass { BonoboWindowClass parent_class; }; #include "e-shell.h" GType e_shell_window_get_type (void); GtkWidget *e_shell_window_new (EShell *shell); EShell *e_shell_window_peek_shell (EShellWindow *window); BonoboUIComponent *e_shell_window_peek_bonobo_ui_component (EShellWindow *window); void e_shell_window_save_defaults (EShellWindow *window); void e_shell_window_show_settings (EShellWindow *window); #endif /* _E_SHELL_WINDOW_H_ */ ndabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Use USES=pathfix where applicable.mat2016-10-212-17/+1
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Remove Authors and License from pkg-descrbapt2015-03-031-2/+1
* Cleanup plistbapt2014-10-271-1/+0
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
* - Stage supportmiwi2014-02-051-3/+1
* Update maintainer email addressrodrigo2014-01-291-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* - Trim Makefile headerswen2013-01-121-6/+2
* Convert to new options frameworkbapt2012-06-121-6/+8
* - Remove obsolete OSVERSION checkcrees2012-05-241-14/+2
* - Reassign to the heapglarkin2012-02-281-1/+1
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is nogerald2011-03-222-3/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Update to libelf-0.8.13, almost as per the PR.roam2009-11-205-11/+23
* Update to libelf-0.8.12 which deprecates some functions.roam2009-09-103-5/+5
* Update to libelf-0.8.11.roam2009-05-262-4/+4
* Update to libelf-0.8.10:roam2009-04-105-33/+31
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* bsd.port.mk requires that OPTIONS should be spelled with double quotes.ru2008-03-291-2/+2
* - Prepare for removal of shlib filteringpav2007-01-282-2/+1
* Update to libelf 0.8.9. In addition to the patch in the PR:roam2006-09-264-17/+51
* Update to libelf 0.8.8; besides what's in the PR, enable the extendedroam2006-07-132-5/+6
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-2/+0
* SHA256ifyedwin2006-01-221-0/+1
* Do not replace Elf64_Xword and Elf64_Sxword on FreeBSD versions 600102marcel2005-12-311-1/+7
* Remove "." from MASTER_SITE_SUBDIR, since the files aren't infenner2005-11-261-1/+1
* Update to libelf 0.8.6. In addition to the update in the PR, fix a buildroam2005-09-066-21/+55
* Chase the master site.roam2005-05-092-3/+2
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,roam2004-11-021-1/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Update to 0.8.5.roam2003-12-143-13/+12
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
* - Update to 0.8.4;sobomax2003-07-164-19/+27
* Update to 0.8.2.roam2003-03-052-2/+2
* Update to 0.8.0.roam2003-02-205-12/+27
* Remove pkg-comment files in my ports.roam2003-02-202-1/+1