Mercurial > pidgin
diff doc/TCL-HOWTO.dox @ 26626:e5ebf3abd9f8
Add the Tcl command purple::connection state (purple_connection_get_state).
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Sat, 18 Apr 2009 02:52:46 +0000 |
| parents | 6e1967b0f90b |
| children |
line wrap: on
line diff
--- a/doc/TCL-HOWTO.dox Fri Apr 17 21:31:45 2009 +0000 +++ b/doc/TCL-HOWTO.dox Sat Apr 18 02:52:46 2009 +0000 @@ -173,6 +173,7 @@ purple::connection displayname gc purple::connection handle purple::connection list +purple::connection state @endcode @c purple::connection is a collection of subcommands pertaining to @@ -192,6 +193,9 @@ this list are appropriate as @c gc arguments to the other @c purple::connection subcommands or other commands requiring a gc. + @c state returns the PurpleConnectionState of this account as one of + the strings "connected", "disconnected", or "connecting". + @code purple::conv_send account who text @endcode
