/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2002 Ximian, Inc. (www.ximian.com) * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #ifndef __CAMEL_GPG_CONTEXT_H__ #define __CAMEL_GPG_CONTEXT_H__ #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #define CAMEL_GPG_CONTEXT_TYPE (camel_gpg_context_get_type ()) #define CAMEL_GPG_CONTEXT(obj) (CAMEL_CHECK_CAST((obj), CAMEL_GPG_CONTEXT_TYPE, CamelGpgContext)) #define CAMEL_GPG_CONTEXT_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_GPG_CONTEXT_TYPE, CamelGpgContextClass)) #define CAMEL_IS_GPG_CONTEXT(o) (CAMEL_CHECK_TYPE((o), CAMEL_GPG_CONTEXT_TYPE)) typedef struct _CamelGpgContext CamelGpgContext; typedef struct _CamelGpgContextClass CamelGpgContextClass; struct _CamelGpgContext { CamelCipherContext parent_object; char *path; gboolean always_trust; }; struct _CamelGpgContextClass { CamelCipherContextClass parent_class; }; CamelType camel_gpg_context_get_type (void); CamelCipherContext *camel_gpg_context_new (CamelSession *session, const char *path); void camel_gpg_context_set_always_trust (CamelGpgContext *ctx, gboolean trust); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __CAMEL_GPG_CONTEXT_H__ */ endabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.15miwi2016-01-092-3/+3
* www/mod_scgi: update 1.12 -> 1.14 and various fixesjunovitch2015-10-125-11/+68
* - add stage supportohauer2013-12-161-10/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - USE_APACHE= s/22+/22/ohauer2012-09-231-6/+2
* - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1
* - fix resulting PKGNAMEohauer2012-01-121-2/+1
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-7/+2
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-1/+2
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Fix some MASTER_SITESpgollucci2010-10-201-2/+1
* - Convert to AP_FAST_BUILD / AP_GENPLISTpgollucci2010-06-242-12/+7
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkpgollucci2010-05-261-1/+1