diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-23 06:28:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-23 06:28:49 +0800 |
commit | 554b987da7d9579b23a62c50f95b8305e1c5a72c (patch) | |
tree | df20a6349fb2134e1f7abe93d0eefb505ae7ca35 /e-util/ChangeLog | |
parent | 27f4b6bd276b30d68f2723b927091a0e13ad2e16 (diff) | |
download | gsoc2013-evolution-554b987da7d9579b23a62c50f95b8305e1c5a72c.tar.gz gsoc2013-evolution-554b987da7d9579b23a62c50f95b8305e1c5a72c.tar.zst gsoc2013-evolution-554b987da7d9579b23a62c50f95b8305e1c5a72c.zip |
Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to
2002-11-22 Not Zed <NotZed@Ximian.com>
* e-msgport.c (EMsgPort): Added an optional nspr pipe field.
(e_msgport_new): Init nspr pipe to null.
(e_msgport_destroy): close prfiledesc's if they're open.
(e_msgport_prfd): get the prfiledesc to wait asynchronously on.
(e_msgport_put): Write notify to nspr pipe if it exists.
(e_msgport_wait): poll nspr pipe fd if it is set, and the pipe fd
isn't.
(e_msgport_get): skim off a notify byte on the pr pipe if set.
(): Include config.h, and nspr stuff if HAVE_NSS is set.
svn path=/trunk/; revision=18893
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 7d6e154201..ec03e75cbb 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,15 @@ +2002-11-22 Not Zed <NotZed@Ximian.com> + + * e-msgport.c (EMsgPort): Added an optional nspr pipe field. + (e_msgport_new): Init nspr pipe to null. + (e_msgport_destroy): close prfiledesc's if they're open. + (e_msgport_prfd): get the prfiledesc to wait asynchronously on. + (e_msgport_put): Write notify to nspr pipe if it exists. + (e_msgport_wait): poll nspr pipe fd if it is set, and the pipe fd + isn't. + (e_msgport_get): skim off a notify byte on the pr pipe if set. + (): Include config.h, and nspr stuff if HAVE_NSS is set. + 2002-11-13 Ettore Perazzoli <ettore@ximian.com> * e-config-listener.c (e_config_listener_get_string_with_default): |