Mercurial > pidgin
view libgaim/gaim-client.h @ 14281:ddedf15a9420
[gaim-migrate @ 16966]
If servconn is destroyed while it's in the process of
being established, make sure the new fd is closed.
Also, "0" is a valid file descriptor. It is pretty
much ALWAYS set to either stdin, stdout or stderr,
and then new file descriptors increment from there,
but I don't think there's actually a standard that
says that 0 must be one of those three.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 21 Aug 2006 22:58:26 +0000 |
parents | 60b1bc8dbf37 |
children |
line wrap: on
line source
#ifndef _GAIM_CLIENT_H_INCLUDED_ #define _GAIM_CLIENT_H_INCLUDED_ #include <glib.h> #include "gaim-client-bindings.h" G_BEGIN_DECLS void gaim_init(void); G_END_DECLS #endif