#ifndef __ICALCAP_H__ #define __ICALCAP_H__ #include /* * Opaque objects */ typedef struct _icalcap icalcap; typedef struct _icalerror icalerror; typedef struct _icalcap_message icalcap_message; /* * Callback */ typedef int (*icalcap_msg_handler)(const icalcap_message *msg); /* * icalcap member functions */ void icalcap_free(icalcap *cap); int icalcap_stop(icalcap *cap); const char *icalcap_get_username(const icalcap *cap); /* * icalcap_message member functions */ struct _icalcap_message { icalcap *cap; int type; icalcomponent *comp; }; icalcap_message*icalcap_message_new(const icalcap *cap, const icalcomponent *comp); icalcap_message*icalcap_message_new_reply(const icalcap_message *capmsg, const icalcomponent *comp); void icalcap_message_free(icalcap_message *capmsg); int icalcap_message_reply_error(const icalcap_message *orig, enum icalrequeststatus status, const char *msg, const char *debug); int icalcap_message_reply_component(const icalcap_message *orig, icalcomponent *comp); int icalcap_message_send(icalcap_message *capmsg); icalcomponent *icalcap_message_sync_send(icalcap_message *capmsg, int timeout); #endif >freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ibus-chewing
Commit message (Expand)AuthorAgeFilesLines
* - Support stagingbdrewery2014-06-061-1/+0
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add explicit dependency on pkgconf (18 ports)marino2013-09-121-1/+1
* bump PORTREVISION for libchewing update.clsung2013-06-271-0/+1
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* Update to 1.4.3arved2012-12-082-3/+3
* - update maintainer's email and Last name (the change was confirmedrm2012-11-111-2/+2
* - Fix header to proper formatbdrewery2012-10-011-1/+1
* - Update to 1.4.2 [1]bdrewery2012-09-265-66/+10
* - Chase ibus updatebeat2012-08-133-1/+55
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - Update to 1.3.10lwhsu2012-01-143-10/+13
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
* - Revert previous commit of MAINTAINER addresssunpoet2011-02-131-1/+1
* - Remove FETCH_ARGS and FETCH_BEFORE_ARGSsunpoet2011-02-131-9/+7
* - Update to 1.3.9.2wen2011-01-153-3/+10
* - Fix checksumpgollucci2010-12-131-2/+1
* - Update to 1.3.6.20100730pgollucci2010-12-132-4/+4
* Update to 1.3.5.20100706arved2010-07-282-8/+6
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1