view doc/savedstatus-signals.dox @ 17152:215de86f8c4a

Remove the GtkTreeView expander_size setting from the pidginrc plugin as it also doesn't have an effect on the buddy list anymore. A side-effect of this and the other pidginrc change is that it should help the people who were having problems with this plugin being larger than their screen.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 20 May 2007 06:51:12 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <hr>

 @signaldef savedstatus-changed
  @signalproto
void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old);
  @endsignalproto
  @signaldesc
   Emitted when a new saved status is activated.
 @endsignaldef

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