view doc/connection-signals.dox @ 6626:7a4c4e89a1df

[gaim-migrate @ 7150] Ambrose C. LI (acli) writes: " fi.po with the following "safe" changes: - went over the 0.59.8 po file and found the strings with idential meanings with changes only in formatting - some translations obtained by old translation strings but which requires only some trivial editing - added some translations from existing po files from other projects - converted from iso-8859-15 to utf-8 and "unsafe" changes: - some translations obtained by old translation strings but which requires some relatively non-trivial editing - attempted to correct some obvious mistranslations It is best to have a native speaker go over this" but i figure at this point, the last update being in 0.59.8, his version can't be any worse really committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 25 Aug 2003 23:13:52 +0000
parents 6e3bec3c843e
children aca39e77db85
line wrap: on
line source

/** @page account-signals Account Signals

 @signals
  @signal signing-on
  @signal signed-on
  @signal signing-off
  @signal signed-off
 @endsignals

 <hr>

 @signaldef signing-on
  @signalproto
void (*signing_on)(GaimConnection *gc);
  @endsignalproto
  @signaldesc
   Emitted when a connection is about to sign on.
  @param gc The connection that is about to sign on.
 @endsignaldef

 @signaldef signed-on
  @signalproto
void (*signed_on)(GaimConnection *gc);
  @endsignalproto
  @signaldesc
   Emitted when a connection has signed on.
  @param gc The connection that has signed on.
 @endsignaldef

 @signaldef signing-off
  @signalproto
void (*signing_off)(GaimCoffnectioff *gc);
  @endsignalproto
  @signaldesc
   Emitted when a connection is about to sign off.
  @param gc The connection that is about to sign off.
 @endsignaldef

 @signaldef signed-off
  @signalproto
void (*signed_off)(GaimCoffnectioff *gc);
  @endsignalproto
  @signaldesc
   Emitted when a connection has signed off.
  @param gc The connection that has signed off.
 @endsignaldef

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