/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-folder.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_LOCAL_FOLDER_H_ #define _E_LOCAL_FOLDER_H_ #ifdef HAVE_CONFIG_H #include #endif #include #include "e-folder.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_LOCAL_FOLDER (e_local_folder_get_type ()) #define E_LOCAL_FOLDER(obj) (GTK_CHECK_CAST ((obj), E_TYPE_LOCAL_FOLDER, ELocalFolder)) #define E_LOCAL_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_LOCAL_FOLDER, ELocalFolderClass)) #define E_IS_LOCAL_FOLDER(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_FOLDER)) #define E_IS_LOCAL_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_FOLDER)) typedef struct _ELocalFolder ELocalFolder; typedef struct _ELocalFolderClass ELocalFolderClass; struct _ELocalFolder { EFolder parent; }; struct _ELocalFolderClass { EFolderClass parent_class; }; GtkType e_local_folder_get_type (void); void e_local_folder_construct (ELocalFolder *local_folder, const char *name, const char *type, const char *description); EFolder *e_local_folder_new (const char *name, const char *type, const char *description); EFolder *e_local_folder_new_from_path (const char *physical_path); gboolean e_local_folder_save (ELocalFolder *local_folder); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_LOCAL_FOLDER_H__ */ and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/axis2
Commit message (Expand)AuthorAgeFilesLines
* Convert www to USES=zipbapt2014-03-111-1/+1
* Remove trailing whitespaces from category wwwehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
* - Send www/axis2 back to the pool, since I no longer use itnemysis2014-01-101-1/+1
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-181-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - drop tomcat55 as an option, and pass maintainership to submitterjgh2012-11-211-9/+3
* - reset maintainer to heapjgh2012-10-031-5/+1
* - fix examples installation, bump portrevisionjgh2012-08-211-1/+3
* - adopt optionsNGjgh2012-06-261-17/+7
* - Update to 1.6.2jgh2012-05-013-39/+40
* - fix package installations, %D% => %Djgh2012-04-252-11/+11
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-092-2/+2
* move contributor address => jghjgh2011-12-211-1/+1
* - Package installation fixed for exec'seadler2011-12-032-8/+19
* - Move to binary distribution to support building applications.eadler2011-12-023-229/+251
* Remove reference to UNZIP_CMD in install target -- missed in previous commit.crees2011-09-291-1/+0
* Fix build and fail if no app servers are selected.crees2011-09-281-4/+11
* Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to theeadler2011-09-20