/*************************************************************************** (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. For purposes of this license notice, the term Licensors shall mean, collectively, Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. The term Licensor shall mean any of the Licensors. Subject to acceptance of the following conditions, permission is hereby granted by Licensors without the need for written agreement and without license or royalty fees, to use, copy, modify and distribute this software for any purpose. The above copyright notice and the following four paragraphs must be reproduced in all copies of this software and any software including this software. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS. IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The software is provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the government are subject to restrictions set forth in DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. ***************************************************************************/ #include "vcc.h" #ifndef __VCALTMP_H__ #define __VCALTMP_H__ #if defined(__CPLUSPLUS__) || defined(__cplusplus) extern "C" { #endif extern DLLEXPORT(VObject*) vcsCreateVCal( char *date_created, char *location, char *product_id, char *time_zone, char *version ); extern DLLEXPORT(VObject*) vcsAddEvent( VObject *vcal, char *start_date_time, char *end_date_time, char *description, char *summary, char *categories, char *classification, char *status, char *transparency, char *uid, char *url ); extern DLLEXPORT(VObject*) vcsAddTodo( VObject *vcal, char *start_date_time, char *due_date_time, char *date_time_complete, char *description, char *summary, char *priority, char *classification, char *status, char *uid, char *url ); extern DLLEXPORT(VObject*) vcsAddAAlarm( VObject *vevent, char *run_time, char *snooze_time, char *repeat_count, char *audio_content ); extern DLLEXPORT(VObject*) vcsAddMAlarm( VObject *vevent, char *run_time, char *snooze_time, char *repeat_count, char *email_address, char *note ); extern DLLEXPORT(VObject*) vcsAddDAlarm( VObject *vevent, char *run_time, char *snooze_time, char *repeat_count, char *display_string ); extern DLLEXPORT(VObject*) vcsAddPAlarm( VObject *vevent, char *run_time, char *snooze_time, char *repeat_count, char *procedure_name ); #if defined(__CPLUSPLUS__) || defined(__cplusplus) } #endif #endif /* __VCALTMP_H__ */ e='gnome-3.28'>gnome-3.28 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/k3d
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* - Update boost to 1.39pav2009-07-281-1/+1
* - update to jpeg7dinoex2009-07-181-1/+1
* Brute-force patch ./configure and fix build with custom LOCALBASE.itetcu2009-06-101-0/+5
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
* Reset dyeske@gmail.com at his request.linimon2009-02-031-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Chase graphics/ImageMagick shlib version bumpmiwi2008-04-221-2/+2
* - Fix dependencies: remove gtk12 (it uses gtkmm24), only need netpbm inmezz2008-04-181-19/+18
* Fix the build with new libsigc++20 2.2.2.mezz2008-04-031-0/+14
* - Tag broken with 5.xbeech2007-12-161-0/+4
* - Update to 0.6.7.0beech2007-12-135-83/+1652
* Chase OpenEXR library version bumped.nork2007-10-081-2/+2
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-061-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Remove FreeBSD 4.x checks.shaun2007-04-261-4/+0
* o Update to 1.4.0nork2007-03-111-2/+2
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-24