/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * itip-utils.c * * Authors: * Jesse Pavel * * Copyright 2000, Helix Code, Inc. */ #include "itip-utils.h" gchar *partstat_values[] = { "Needs action", "Accepted", "Declined", "Tentative", "Delegated", "Completed", "In Progress", "Unknown" }; gchar *role_values[] = { "Chair", "Required Participant", "Optional Participant", "Non-Participant", "Other" }; /* Note that I have to iterate and check myself because ical_property_get_xxx_parameter doesn't take into account the kind of parameter for which you wish to search! */ icalparameter * get_icalparam_by_type (icalproperty *prop, icalparameter_kind kind) { icalparameter *param; for (param = icalproperty_get_first_parameter (prop, ICAL_ANY_PARAMETER); param != NULL && icalparameter_isa (param) != kind; param = icalproperty_get_next_parameter (prop, ICAL_ANY_PARAMETER) ); return param; } lt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/biology
Commit message (Expand)AuthorAgeFilesLines
* - Update to 9.03.araujo2013-01-145-219/+35
* - Update DESKTOP_ENTRIES:makc2013-01-071-2/+2
* Take over maintainership.rene2012-12-291-1/+1
* Use the new project URL to let the application attach coorectly to therene2012-12-282-18/+15
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-7/+1
* - Update to 1.5wen2012-12-162-3/+3
* Update to 5.0.4eadler2012-12-152-3/+3
* - Mark conflict with science/openbabelmakc2012-12-111-6/+4
* science/openbabel:makc2012-12-112-2/+13
* Remove hardcoded extract dependency on diablo-jdk16, directly use USE_ZIPbapt2012-12-111-8/+1
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-102-2/+2
* - Support CC properlypawel2012-12-083-35/+26
* Update to 2.31.tobez2012-12-073-9/+11
* - Reset MAINTAINER due to unrecoverable email bouncezi2012-12-051-1/+1
* - Fix build with clanggahr2012-12-031-0/+56
* - Update to version 6.1.01sperber2012-12-0115-753/+788
* - Update to version 5.0.2sperber2012-12-017-275/+79
* 2012-11-26 benchmarks/gsbench: No more public distfilesbapt2012-11-284-51/+0
* - Update to version 2.0wen2012-11-156-80/+60
* - Update to version 4.4.0pawel2012-10-315-76/+56
* Update to version 2.12.4pawel2012-10-312-10/+4
* - Reset maintainer to perl@wen2012-10-301-1/+1
* - Update to 1.4wen2012-10-302-8/+4
* - Trim Makefile headerswen2012-10-301-6/+2
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-0/+3
* 2012-10-20 chinese/wangttf: No more public distfilesbapt2012-10-266-100/+0
* - Update to 1.26wen2012-10-252-8/+4
* - cleanup commentsdinoex2012-10-131-5/+0
* - Update to 1.5.3wen2012-10-083-11/+37
* - Take maintainershipwen2012-10-017-7/+7
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-0120-131/+40
* Add new ports biology/plink [1] and biology/plinkseq [2]:makc2012-09-279-0/+138
* - update to 1.60rm2012-09-254-133/+140
* Mea culpa, s/Whom/Created by/danfe2012-09-231-1/+1
* - Adjust "Created by" tag to include more complete submitter's informationdanfe2012-09-231-5/+4
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-6/+2
* Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt'sbapt2012-09-211-0/+3
* Mark as broken on sparc64: depends on thread-local storage, which is notlinimon2012-09-081-0/+4
* Fix build with clangbapt2012-08-24