im.pidgin.pidgin: 99406fe660f57150f4f4dd157bc1d8fa6a5991dc
deryni at pidgin.im
deryni at pidgin.im
Tue Dec 4 19:23:22 EST 2007
-----------------------------------------------------------------
Revision: 99406fe660f57150f4f4dd157bc1d8fa6a5991dc
Ancestor: 28f3036372fbecf03c3f18315a7f2ef185a2baa8
Author: deryni at pidgin.im
Date: 2007-10-17T04:10:34
Branch: im.pidgin.pidgin
Modified files:
doc/gtkconv-signals.dox doc/log-signals.dox
ChangeLog:
Document the show_date parameters to the log-timestamp and
conversation-timestamp signals.
-------------- next part --------------
============================================================
--- doc/gtkconv-signals.dox 587ea5f44d0ba41bd1577907246ea55de2428f7b
+++ doc/gtkconv-signals.dox c8a35f342ee12c2b6fb030994e50cd91ed9589ce
@@ -28,12 +28,14 @@ void (*conversation_dragging)(PidginWind
@signaldef conversation-timestamp
@signalproto
-char *(*conversation_timestamp)(PurpleConversation *conv, time_t when);
+char *(*conversation_timestamp)(PurpleConversation *conv, time_t when,
+ gboolean show_date);
@endsignalproto
@signaldesc
Emitted to allow plugins to customize the timestamp on a message.
- @param conv The conversation the message belongs to.
- @param when The time to be converted to a string.
+ @param conv The conversation the message belongs to.
+ @param when The time to be converted to a string.
+ @param show_date Whether the date should be displayed.
@return A textual representation of the time, or @c NULL to use a
default format.
@endsignaldef
============================================================
--- doc/log-signals.dox 65825d336ed313cb969823257e540ca15e5c1021
+++ doc/log-signals.dox daa3d2aa2dd8ac1e7d7317a78b98a70b039c0f76
@@ -10,13 +10,14 @@
@signaldef log-timestamp
@signalproto
-char *(*log_timestamp)(PurpleLog *log, time_t when);
+char *(*log_timestamp)(PurpleLog *log, time_t when, gboolean show_date);
@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.
+ @param log The log the message belongs to.
+ @param when The time to be converted to a string.
+ @param show_date Whether the date should be displayed.
@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.
More information about the Commits
mailing list