comparison libpurple/signals.h @ 15518:b15cc37605c4

In Pidgin, display a full date on the timestamp of the first message to cross the boundary into a new day. Sean and various users want this. I think I'm finally going to admit it's a decent idea. I've also refactored plenty of code related to the conversation-timestamp and log-timestamp signals. This breaks API compatibility, but I'm pretty sure the only plugin that uses those signals is the Message Timestamps plugin that we ship. The changes eliminate duplicated code between the core/UI and the plugin.
author Richard Laager <rlaager@wiktel.com>
date Sat, 03 Feb 2007 20:28:41 +0000
parents 5fe8042783c1
children 32c366eeeb99
comparison
equal deleted inserted replaced
15514:75ffc646647f 15518:b15cc37605c4
329 329
330 void gaim_marshal_POINTER__POINTER_INT( 330 void gaim_marshal_POINTER__POINTER_INT(
331 GaimCallback cb, va_list args, void *data, void **return_val); 331 GaimCallback cb, va_list args, void *data, void **return_val);
332 void gaim_marshal_POINTER__POINTER_INT64( 332 void gaim_marshal_POINTER__POINTER_INT64(
333 GaimCallback cb, va_list args, void *data, void **return_val); 333 GaimCallback cb, va_list args, void *data, void **return_val);
334 void gaim_marshal_POINTER__POINTER_INT_BOOLEAN(
335 GaimCallback cb, va_list args, void *data, void **return_val);
336 void gaim_marshal_POINTER__POINTER_INT64_BOOLEAN(
337 GaimCallback cb, va_list args, void *data, void **return_val);
334 void gaim_marshal_POINTER__POINTER_POINTER( 338 void gaim_marshal_POINTER__POINTER_POINTER(
335 GaimCallback cb, va_list args, void *data, void **return_val); 339 GaimCallback cb, va_list args, void *data, void **return_val);
336 /*@}*/ 340 /*@}*/
337 341
338 #ifdef __cplusplus 342 #ifdef __cplusplus