comparison doc/notify-signals.dox @ 25925:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents 4511d15a8f80
children d1744f75199f
comparison
equal deleted inserted replaced
25924:584063555949 25925:6e1967b0f90b
16 Emitted before userinfo is handed to the UI to display. 16 Emitted before userinfo is handed to the UI to display.
17 @a user_info can be manipulated via the PurpleNotifyUserInfo API in notify.c. 17 @a user_info can be manipulated via the PurpleNotifyUserInfo API in notify.c.
18 @note 18 @note
19 If adding a PurpleNotifyUserInfoEntry, be sure not to free it -- PurpleNotifyUserInfo assumes responsibility for its objects. 19 If adding a PurpleNotifyUserInfoEntry, be sure not to free it -- PurpleNotifyUserInfo assumes responsibility for its objects.
20 @param account The account on which the info was obtained. 20 @param account The account on which the info was obtained.
21 @param who The screen name of the user whose info is to be displayed. 21 @param who The name of the buddy whose info is to be displayed.
22 @param user_info The information to be displayed, as PurpleNotifyUserInfoEntry objects 22 @param user_info The information to be displayed, as PurpleNotifyUserInfoEntry objects
23 @endsignaldef 23 @endsignaldef
24 24
25 @signaldef displaying-email-notification 25 @signaldef displaying-email-notification
26 @signalproto 26 @signalproto