view doc/savedstatus-signals.dox @ 15339:9ebc7fa9d556

[gaim-migrate @ 18132] Fix SF bug #1635129 "Deleting several status descriptions shows question for each". I also noticed that the way that multiples were being deleted was invalid - you can't modify the tree in gtk_tree_selection_selected_foreach(). A quick search revealed that there are other places where this is done; they should also be fixed. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Jan 2007 23:19:12 +0000
parents d9dbb874a30c
children 8cf53d7a0887
line wrap: on
line source

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <hr>

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

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