Mercurial > pidgin
view doc/log-signals.dox @ 16859:ce2422ae793c
From my reading of the documentation, g_mkstemp() is a strict superset of
mkstemp()'s functionality. datallah commented in the commit message for
27e1df003532e1209f1f56770923ca4c7674d7ca that he thought this could be
done the same on *nix and Win32, but didn't want to break anything before
the release. I'm confident this should be okay, and it should be safe to
break things now. ;)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 05 May 2007 23:55:29 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page log-signals Log Signals @signals @signal log-timestamp @endsignals <hr> @signaldef log-timestamp @signalproto char *(*log_timestamp)(PurpleLog *log, time_t when); @endsignalproto @signaldesc Emitted to allow plugins to customize the timestamp on a message being logged. @param log The log the message belongs to. @param when The time to be converted to a string. @return A textual representation of the time, or @c NULL to use a default format. @note Plugins must be careful of logs with a type of PURPLE_LOG_SYSTEM. @endsignaldef */ // vim: syntax=c tw=75 et