# HG changeset patch # User Christian Hammond # Date 1062573191 0 # Node ID aca39e77db85ed5143a0d6b3f902c8d753bc4bd2 # Parent 296c45dd9a512e3c120f852f4704d342e2da5b4a [gaim-migrate @ 7251] More documentation updates. The Connection Signals had the wrong ID, and wasn't being shown. committer: Tailor Script diff -r 296c45dd9a51 -r aca39e77db85 doc/connection-signals.dox --- a/doc/connection-signals.dox Wed Sep 03 06:30:06 2003 +0000 +++ b/doc/connection-signals.dox Wed Sep 03 07:13:11 2003 +0000 @@ -1,4 +1,4 @@ -/** @page account-signals Account Signals +/** @page connection-signals Connection Signals @signals @signal signing-on @@ -29,7 +29,7 @@ @signaldef signing-off @signalproto -void (*signing_off)(GaimCoffnectioff *gc); +void (*signing_off)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection is about to sign off. @@ -38,7 +38,7 @@ @signaldef signed-off @signalproto -void (*signed_off)(GaimCoffnectioff *gc); +void (*signed_off)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection has signed off. diff -r 296c45dd9a51 -r aca39e77db85 src/connection.h --- a/src/connection.h Wed Sep 03 06:30:06 2003 +0000 +++ b/src/connection.h Wed Sep 03 07:13:11 2003 +0000 @@ -19,6 +19,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @see @ref connection-signals */ #ifndef _GAIM_CONNECTION_H_ #define _GAIM_CONNECTION_H_