/usr/include/libical-glib/i-cal-forward-declarations.h is in libical-dev 3.0.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | /* Generated file (by generator) */
/*
* Copyright (C) 2015 William Yu <williamyu@gnome.org>
*
* This library is free software: you can redistribute it and/or modify it
* under the terms of version 2.1. of the GNU Lesser General Public License
* as published by the Free Software Foundation.
*
* This library 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 Lesser General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined (__LIBICAL_GLIB_H_INSIDE__) && !defined (LIBICAL_GLIB_COMPILATION)
#error "Only <libical-glib/libical-glib.h> can be included directly."
#endif
#ifndef I_CAL_FORWARD_DECLARATIONS_H
#define I_CAL_FORWARD_DECLARATIONS_H
#include <glib-object.h>
G_BEGIN_DECLS
typedef struct _ICalRecurrenceType ICalRecurrenceType;
typedef struct _ICalGeoType ICalGeoType;
typedef struct _ICalProperty ICalProperty;
typedef struct _ICalTimeSpan ICalTimeSpan;
typedef struct _ICalPeriodType ICalPeriodType;
typedef struct _ICalTriggerType ICalTriggerType;
typedef struct _ICalDatetimeperiodType ICalDatetimeperiodType;
typedef struct _ICalTimezonePhase ICalTimezonePhase;
typedef struct _ICalTimetype ICalTimetype;
typedef struct _ICalArray ICalArray;
typedef struct _ICalParameter ICalParameter;
typedef struct _ICalRecurIterator ICalRecurIterator;
typedef struct _ICalTimezone ICalTimezone;
typedef struct _ICalReqstatType ICalReqstatType;
typedef struct _ICalTimezonetype ICalTimezonetype;
typedef struct _ICalDurationType ICalDurationType;
typedef struct _ICalCompIter ICalCompIter;
typedef struct _ICalComponent ICalComponent;
typedef struct _ICalAttach ICalAttach;
typedef struct _ICalValue ICalValue;
typedef struct _ICalParser ICalParser;
G_END_DECLS
#endif /* I_CAL_FORWARD_DECLARATIONS_H */
|