/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-storage.h * * Copyright (C) 2000, 2001 Ximian, Inc. * * 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_LOCAL_STORAGE_H_ #define _E_LOCAL_STORAGE_H_ #include "e-folder-type-registry.h" #include "e-storage.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_LOCAL_STORAGE (e_local_storage_get_type ()) #define E_LOCAL_STORAGE(obj) (GTK_CHECK_CAST ((obj), E_TYPE_LOCAL_STORAGE, ELocalStorage)) #define E_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_LOCAL_STORAGE, ELocalStorageClass)) #define E_IS_LOCAL_STORAGE(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) #define E_IS_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) typedef struct _ELocalStorage ELocalStorage; typedef struct _ELocalStoragePrivate ELocalStoragePrivate; typedef struct _ELocalStorageClass ELocalStorageClass; struct _ELocalStorage { EStorage parent; ELocalStoragePrivate *priv; }; struct _ELocalStorageClass { EStorageClass parent_class; }; GtkType e_local_storage_get_type (void); EStorage *e_local_storage_open (EFolderTypeRegistry *folder_type_registry, const char *base_path); const char *e_local_storage_get_base_path (ELocalStorage *storage); const GNOME_Evolution_Storage e_local_storage_get_corba_interface (ELocalStorage *storage); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_LOCAL_STORAGE_H__ */ 2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-grpc
Commit message (Expand)AuthorAgeFilesLines
* net/rubygem-grpc: Update to 1.38.0Po-Chuan Hsieh2021-05-262-4/+4
* net/rubygem-grpc: Update to 1.37.1Po-Chuan Hsieh2021-05-032-7/+5
* net/rubygem-grpc: Update to 1.37.0Po-Chuan Hsieh2021-04-263-12/+12
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update to 1.36.0Sunpoet Po-Chuan Hsieh2021-03-082-4/+4
* Update to 1.35.0Sunpoet Po-Chuan Hsieh2021-02-072-6/+5
* Bump PORTREVISION for devel/grpc shlib change (r560402)Sunpoet Po-Chuan Hsieh2021-01-071-0/+1
* devel/grpc: Update to version 1.34.0Joseph Mingrone2021-01-051-11/+0
* Update to 1.30.2.Matthias Fechner2020-10-094-17/+27
* Upgrade to 1.24.0 which is required fpr gitlab-ce 12.5.Matthias Fechner2019-11-233-11/+18
* Upgrade devel/grpc to version 0.19.1 which is required for gitlab-ce 11.11 up...Matthias Fechner2019-05-282-4/+4