Mercurial > pidgin
changeset 6724:aca39e77db85
[gaim-migrate @ 7251]
More documentation updates. The Connection Signals had the wrong ID, and
wasn't being shown.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 03 Sep 2003 07:13:11 +0000 |
parents | 296c45dd9a51 |
children | e62a504c83d0 |
files | doc/connection-signals.dox src/connection.h |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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_