/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Authors: Michael Zucchi * * Copyright 2000, Helix Code, Inc. (http://www.helixcode.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #ifndef _MAIL_MT #define _MAIL_MT #include "camel/camel-exception.h" #include "e-util/e-msgport.h" #include "camel/camel-object.h" typedef struct _mail_msg { EMsg msg; /* parent type */ struct _mail_msg_op *ops; /* operation functions */ unsigned int seq; /* seq number for synchronisation */ CamelException ex; /* an initialised camel exception, upto the caller to use this */ } mail_msg_t; /* callback functions for thread message */ typedef struct _mail_msg_op { char *(*describe_msg)(struct _mail_msg *msg, int complete); void (*receive_msg)(struct _mail_msg *msg); /* message received */ void (*reply_msg)(struct _mail_msg *msg); /* message replied */ void (*destroy_msg)(struct _mail_msg *msg); /* finalise message */ } mail_msg_op_t; /* setup ports */ void mail_msg_init(void); /* allocate a new message */ void *mail_msg_new(mail_msg_op_t *ops, EMsgPort *reply_port, size_t size); void mail_msg_free(void *msg); void mail_msg_check_error(void *msg); void mail_msg_wait(unsigned int msgid); /* set the status-bar message */ /* start/end a new op */ void mail_status_start(const char *msg); void mail_status_end(void); /* set a status during an op */ void mail_statusf(const char *fmt, ...); void mail_status(const char *msg); /* request a string/password */ char *mail_get_password(char *prompt, gboolean secret); /* forward a camel event (or other call) to the gui thread */ int mail_proxy_event(CamelObjectEventHookFunc func, CamelObject *o, void *event_data, void *data); /* a message port that receives messages in the gui thread, used for sending port */ extern EMsgPort *mail_gui_port; /* a message port that receives messages in the gui thread, used for the reply port */ extern EMsgPort *mail_gui_reply_port; /* some globally available threads */ extern EThread *mail_thread_queued; /* for operations that can (or should) be queued */ extern EThread *mail_thread_new; /* for operations that should run in a new thread each time */ #endif /* ! _MAIL_MT */ bot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese
Commit message (Expand)AuthorAgeFilesLines
* vietnamese/x-unikey: Fix build with Clang 6tobik2018-08-252-1/+14
* Remove misc/artikulate-kde4 and vietnamese/kde4-l10ntcberner2018-07-185-278/+0
* - Update to 6.0.5lwhsu2018-06-271-5/+5
* - Update to 6.0.4lwhsu2018-05-101-5/+5
* - Update to 6.0.3lwhsu2018-04-081-5/+5
* - Update LibreOffice to 6.0.2 [1]lwhsu2018-03-172-8/+5
* Rename KDE4 meta portstcberner2018-02-101-1/+1
* - Remove archivers/zip build dependencyak2017-11-084-9/+9
* Update to 5.3.7.jkim2017-11-031-5/+5
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-10-311-1/+1
* Update to 5.3.6.jkim2017-09-061-5/+5
* Update to 5.3.5.jkim2017-08-041-5/+5
* Update to 5.3.4.jkim2017-06-221-5/+5
* Update to 5.3.3.jkim2017-05-201-5/+5
* Update to 5.2.7.jkim2017-05-051-5/+5
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
* Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.mat2017-04-121-1/+1
* Update to 5.2.6.jkim2017-03-281-5/+5
* vietnamese/x-unikey: unbreak with libc++ 3.9jbeich2017-02-021-0/+11
* Update to 5.2.5.jkim2017-02-011-5/+5
* Update to 5.2.4.jkim2017-01-021-5/+5
* - Update to 20141110 (2.2.0)sunpoet2016-11-213-13/+15
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
* ${RM} already has -f.mat2016-10-211-1/+1
* Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plistse2016-07-294-4/+4
* chinese/ttfm: don't touch user font cache on installjbeich2016-07-264-4/+4
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
* Update to 5.0.6.jkim2016-05-071-4/+4
* Make fetchable again.cy2016-04-291-3/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* Update to 5.0.5.jkim2016-02-161-4/+4
* vietnamese/vnless: USES+= ncurses, link with libncurses (not termcap)marino2016-02-061-0/+2
* vietname/urvwn: Remove unnecessary <pre>/<post> inclusionsmarino2016-01-231-3/+2
* vietnames/vietunicode-*: Unbreak indexmarino2016-01-173-3/+3
* vietnamese/vietunicode-*: Fix options (3 ports)marino2016-01-173-9/+6
* Update to 5.0.4.jkim2015-12-181-4/+4
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-4/+4
* Update to 5.0.3.jkim2015-11-041-4/+4
* - Switch to options helpersamdmi32015-10-151-0/+2
* Update to 5.0.2.jkim2015-09-242-6/+6
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
* vietnamese/libviet is not jobs safemarino2015-08-231-0/+2
* - Add NO_ARCHsunpoet2015-07-181-0/+1
* Reset maintainership for obrienerwin2015-06-138-8/+8
* MASTER_SITES cleanup.mat2015-05-145-10/+5
* Update to 4.3.7.jkim2015-04-261-4/+4
* Make fonts repecting XDGbapt2015-03-224-34/+6
* - Update to 4.3.6.jkim2015-02-211-4/+4
* cleanup plistbapt2014-12-211-1/+0
* Update to 4.3.5.jkim2014-12-191-4/+4
* Remove expired ports:rene2014-11-295-107/+0
* Update to 4.3.4.jkim2014-11-271-4/+4
* Cleanup plistantoine2014-11-124-6/+0
* vietnamese/vnless: this port is not jobs safemarino2014-11-051-0/+2