comparison doc/account-signals.dox @ 6606:34eaa941ecd6

[gaim-migrate @ 7130] Reordered some stuff in the docs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 06:34:17 +0000
parents 943b03bcecf5
children bb9a25682675
comparison
equal deleted inserted replaced
6605:943b03bcecf5 6606:34eaa941ecd6
11 11
12 @signaldef account-away 12 @signaldef account-away
13 @signalproto 13 @signalproto
14 void (*account_away)(GaimAccount *account, const char *state, const char *message); 14 void (*account_away)(GaimAccount *account, const char *state, const char *message);
15 @endsignalproto 15 @endsignalproto
16 @signaldesc
17 Emitted when an account goes away.
16 @param account The account that went away. 18 @param account The account that went away.
17 @param state The away state. 19 @param state The away state.
18 @param message The away message. 20 @param message The away message.
19 @signaldesc
20 Emitted when an account goes away.
21 @endsignaldef 21 @endsignaldef
22 22
23 @signaldef account-connecting 23 @signaldef account-connecting
24 @signalproto 24 @signalproto
25 void (*account_connecting)(GaimAccount *account); 25 void (*account_connecting)(GaimAccount *account);
26 @endsignalproto 26 @endsignalproto
27 @param account The account in the process of connecting.
28 @signaldesc 27 @signaldesc
29 This is called when an account is in the process of connecting. 28 This is called when an account is in the process of connecting.
29 @param account The account in the process of connecting.
30 @endsignaldef 30 @endsignaldef
31 31
32 @signaldef account-setting-info 32 @signaldef account-setting-info
33 @signalproto 33 @signalproto
34 void (*account_setting_info)(GaimAccount *account, const char *new_info); 34 void (*account_setting_info)(GaimAccount *account, const char *new_info);
35 @endsignalproto 35 @endsignalproto
36 @param account The account that the info will be set on.
37 @param new_info The new information to set.
38 @signaldesc 36 @signaldesc
39 Emitted when a user is about to send his new user info, or 37 Emitted when a user is about to send his new user info, or
40 profile, to the server. 38 profile, to the server.
39 @param account The account that the info will be set on.
40 @param new_info The new information to set.
41 @endsignaldef 41 @endsignaldef
42 42
43 @signaldef account-set-info 43 @signaldef account-set-info
44 @signalproto 44 @signalproto
45 void (*account_set_info)(GaimAccount *account, const char *new_info); 45 void (*account_set_info)(GaimAccount *account, const char *new_info);
46 @endsignalproto 46 @endsignalproto
47 @signaldesc
48 Emitted when a user sent his new user info, or profile, to the server.
47 @param account The account that the info was set on. 49 @param account The account that the info was set on.
48 @param new_info The new information set. 50 @param new_info The new information set.
49 @signaldesc
50 Emitted when a user sent his new user info, or profile, to the server.
51 @endsignaldef 51 @endsignaldef
52 52
53 @signaldef account-warned 53 @signaldef account-warned
54 @signalproto 54 @signalproto
55 void (*account_warned)(GaimAccount *account, const char *warner, int level); 55 void (*account_warned)(GaimAccount *account, const char *warner, int level);
56 @endsignalproto 56 @endsignalproto
57 @signaldesc
58 Emitted when an account got warned.
57 @param account The account that was warned. 59 @param account The account that was warned.
58 @param warner The screenname of the user that warned the account. 60 @param warner The screenname of the user that warned the account.
59 @param level The new warning level. 61 @param level The new warning level.
60 @signaldesc
61 Emitted when an account got warned.
62 @endsignaldef 62 @endsignaldef
63 63
64 */ 64 */
65 // vim: syntax=c tw=75 et 65 // vim: syntax=c tw=75 et