From: <ro...@us...> - 2006-07-08 22:08:56
|
Revision: 16464 Author: roast Date: 2006-07-08 15:08:51 -0700 (Sat, 08 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16464&view=rev Log Message: ----------- removed FILE* from log.h/_GaimLogCommonLoggerData, and added dox comments Modified Paths: -------------- branches/soc-2006-file-loggers/src/log.h Modified: branches/soc-2006-file-loggers/src/log.h =================================================================== --- branches/soc-2006-file-loggers/src/log.h 2006-07-08 21:03:40 UTC (rev 16463) +++ branches/soc-2006-file-loggers/src/log.h 2006-07-08 22:08:51 UTC (rev 16464) @@ -136,10 +136,9 @@ * as a pointer to something else for additional data. */ struct _GaimLogCommonLoggerData { - char *path; - FILE *file; - GIOChannel *channel; - void *extra_data; + char *path; /**< The full path to the GaimLog */ + GIOChannel *channel; /**< The GIOChannel to the log, if open */ + void *extra_data; /**< An extra data field to store associated GaimLogLogger data */ }; /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |