view doc/gtklog-signals.dox @ 23380:8ea901db8e34

Mobile status are created as independant statuses, which cannot be the 'primary active status' (which is always an exclusive status) of a presence. So we need to use purple_presence_is_status_primitive_active to check if the mobile status is active or not. This should fix the bug where auto-replies are sent to mobile users.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 21 Jun 2008 06:56:35 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 @see gtklog.h

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
  @endsignalproto
  @signaldesc
   Emitted when a log is being displayed.
  @param viewer The log viewer
  @param log The log being displayed
 @endsignaldef

*/
// vim: syntax=c.doxygen tw=75 et