log libpurple/eventloop.h @ 28866:fc8c85e8b6e1

age author description
2009-01-26 Mark Doliner Remove trailing whitespace
2008-08-14 Daniel Atallah Add a note about the timeout_add uiop being used to synchronize threads on win32.
2008-05-11 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
2008-02-29 Will Thompson Document PurpleEventLoopUiOps and associated misc.
2007-10-10 Sadrul Habib Chowdhury Doxygen @since tags for libpurple and pidgin.
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-05-20 Richard Laager It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.
2007-05-20 Richard Laager Wire everything up and document it.
2007-05-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-26 Mark Doliner A little doxygen love and some tiny gaim->purpleisms
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-24 Mark Doliner errno is a global thingy, and using it in this header seems to make
2007-02-23 Ethan Blanton evands seems to have spuriously changed this return value
2007-02-23 Evan Schoenberg Added a new GaimEventLoopUiOps item, input_get_error(). This function allows the UI to return the current error status on a socket/input. If the UI does not implement it (as Pidgin and gntgaim do not, since glib's handling of sockets is sane), it is just a wrapper around getsockopt(). Implemented or not, its return values should match those of getsockopt() with a level of SOL_SOCKET and an option of SO_ERROR. For curious souls, Adium will be using this to provide a working version of getsockopt(); the CoreFoundation CFSocket class which is used for socket read/write calls getsockopt() with SO_ERROR itself, thereby clearing the error flag [as documented in getsockopt()'s behavior], so depending upon it for determining if an error occurred leads to significant misbehavior.
2007-02-20 Mark Doliner Change out source_remove and input_remove eventloop functions to return
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/