doc/sound-signals.dox

Sat, 22 Sep 2007 20:42:40 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sat, 22 Sep 2007 20:42:40 +0000
changeset 20668
07b41d24ed1b
parent 16257
66f737e6b718
child 20897
2608e9e07913
permissions
-rw-r--r--

Revert Sean's change made in 603d11d2afa75893b2d930dcc54647fed2665476 to
autogen.sh. He added a --previous argument to glib-gettextize, which I get
an error about and can't find documented anywhere. If this was legit, it
should be re-committed with appropriate testing for backwards compatibility and
a proper commit message.

/** @page sound-signals Sound Signals

 @signals
  @signal playing-sound-event
 @endsignals

 <hr>

 @signaldef playing-sound-event
  @signalproto
gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when libpurple is going to play a sound event. This can be used to cancel playing sound by returning TRUE.
  @param event   The event this sound represents.
  @param account The account the sound is being played for.
  @return @c TRUE if the sound should not be played, or @c FALSE otherwise.
 @endsignaldef

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

mercurial