comparison doc/notify-signals.dox @ 16183:8cf53d7a0887

Update the Doxygen signals documentation to match the new struct names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:50:57 +0000
parents faa6afdcea39
children 2177a11e169d
comparison
equal deleted inserted replaced
16182:36d9409dab58 16183:8cf53d7a0887
4 @signal displaying-userinfo 4 @signal displaying-userinfo
5 @endsignals 5 @endsignals
6 6
7 @signaldef displaying-userinfo 7 @signaldef displaying-userinfo
8 @signalproto 8 @signalproto
9 void (*displaying_userinfo)(GaimAccount *account, const char *who, GaimNotifyUserInfo *user_info); 9 void (*displaying_userinfo)(PurpleAccount *account, const char *who, PurpleNotifyUserInfo *user_info);
10 @endsignalproto 10 @endsignalproto
11 @signaldesc 11 @signaldesc
12 Emitted before userinfo is handed to the UI to display. 12 Emitted before userinfo is handed to the UI to display.
13 @a user_info can be manipulated via the GaimNotifyUserInfo API in notify.c. 13 @a user_info can be manipulated via the PurpleNotifyUserInfo API in notify.c.
14 @note 14 @note
15 If adding a GaimNotifyUserInfoEntry, be sure not to free it -- GaimNotifyUserInfo assumes responsibility for its objects. 15 If adding a PurpleNotifyUserInfoEntry, be sure not to free it -- PurpleNotifyUserInfo assumes responsibility for its objects.
16 @param account The account on which the info was obtained. 16 @param account The account on which the info was obtained.
17 @param who The screen name of the user whose info is to be displayed. 17 @param who The screen name of the user whose info is to be displayed.
18 @param user_info The information to be displayed, as GaimNotifyUserInfoEntry objects 18 @param user_info The information to be displayed, as PurpleNotifyUserInfoEntry objects
19 @endsignaldef 19 @endsignaldef
20 20
21 */ 21 */
22 // vim: syntax=c tw=75 et 22 // vim: syntax=c tw=75 et