comparison doc/log-signals.dox @ 16183:8cf53d7a0887

Update the Doxygen signals documentation to match the new struct names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:50:57 +0000
parents 3df4aadebc20
children e0613cf8c493
comparison
equal deleted inserted replaced
16182:36d9409dab58 16183:8cf53d7a0887
6 6
7 <hr> 7 <hr>
8 8
9 @signaldef log-timestamp 9 @signaldef log-timestamp
10 @signalproto 10 @signalproto
11 char *(*log_timestamp)(GaimLog *log, time_t when); 11 char *(*log_timestamp)(PurpleLog *log, time_t when);
12 @endsignalproto 12 @endsignalproto
13 @signaldesc 13 @signaldesc
14 Emitted to allow plugins to customize the timestamp on a message 14 Emitted to allow plugins to customize the timestamp on a message
15 being logged. 15 being logged.
16 @param log The log the message belongs to. 16 @param log The log the message belongs to.
17 @param when The time to be converted to a string. 17 @param when The time to be converted to a string.
18 @return A textual representation of the time, or @c NULL to use a 18 @return A textual representation of the time, or @c NULL to use a
19 default format. 19 default format.
20 @note Plugins must be careful of logs with a type of GAIM_LOG_SYSTEM. 20 @note Plugins must be careful of logs with a type of PURPLE_LOG_SYSTEM.
21 @endsignaldef 21 @endsignaldef
22 22
23 */ 23 */
24 // vim: syntax=c tw=75 et 24 // vim: syntax=c tw=75 et