comparison src/notify.h @ 12259:0c82fd31628b

[gaim-migrate @ 14561] Small typo fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Nov 2005 22:58:26 +0000
parents ca27de274225
children fc464a0abccc
comparison
equal deleted inserted replaced
12258:2b61f681ff99 12259:0c82fd31628b
147 * a window with a list of all found buddies, where you are given the 147 * a window with a list of all found buddies, where you are given the
148 * option of adding buddies to your buddy list. 148 * option of adding buddies to your buddy list.
149 * 149 *
150 * @param gc The GaimConnection handle associated with the information. 150 * @param gc The GaimConnection handle associated with the information.
151 * @param title The title of the message. If this is NULL, the title 151 * @param title The title of the message. If this is NULL, the title
152 * will be "Search Results." 152 * will be "Search Results."
153 * @param primary The main point of the message. 153 * @param primary The main point of the message.
154 * @param secondary The secondary information. 154 * @param secondary The secondary information.
155 * @param results The GaimNotifySearchResults instance. 155 * @param results The GaimNotifySearchResults instance.
156 * @param cb The callback to call when the user closes 156 * @param cb The callback to call when the user closes
157 * the notification. 157 * the notification.