/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* camel-uid-cache.h: UID caching code. */ /* * Authors: * Bertrand Guiheneuf * * Copyright 2000 Ximian, Inc. (www.ximian.com) * * 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 */ #ifndef CAMEL_UID_CACHE_H #define CAMEL_UID_CACHE_H 1 #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include #include typedef struct { char *filename; GHashTable *uids; unsigned int level; size_t expired; size_t size; int fd; } CamelUIDCache; CamelUIDCache *camel_uid_cache_new (const char *filename); gboolean camel_uid_cache_save (CamelUIDCache *cache); void camel_uid_cache_destroy (CamelUIDCache *cache); GPtrArray *camel_uid_cache_get_new_uids (CamelUIDCache *cache, GPtrArray *uids); void camel_uid_cache_save_uid (CamelUIDCache *cache, const char *uid); void camel_uid_cache_free_uids (GPtrArray *uids); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CAMEL_UID_CACHE_H */ files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* x11-fm/nemo: update to 4.8.3Tobias C. Berner2021-01-132-4/+4
* x11-fm/nemo: fix build on GCC architecturesPiotr Kubaj2021-01-121-2/+2
* Upgrade the Cinnamon desktop environment to version 4.8Rene Ladan2021-01-0212-214/+221
* First batch at upgrading gnome to 3.36/3.38Baptiste Daroussin2020-09-291-1/+1
* x11-fm/nemo: fix build on currentTobias C. Berner2020-08-302-0/+55
* x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp2019-11-081-1/+2
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-301-2/+3
* Fix build on gcc-based archs.Mark Linimon2018-09-231-2/+2
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2