comparison src/notify.h @ 10443:b6ca0e1b19d0

[gaim-migrate @ 11703] Shuffle some things around in prefs.c and use xmlnode/the util function for saving prefs. Now all our xml files are written to disk at once, with gobs of error detection. If anyone complains about losing their config file with 2.x, send them to me. Muwha ha ha ha ha. Ha. Heh. Sigh. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Dec 2004 19:11:15 +0000
parents 911530134bf8
children 62fc579810f4
comparison
equal deleted inserted replaced
10442:937697da5233 10443:b6ca0e1b19d0
188 * @param gc The GaimConnection handle associated with the information. 188 * @param gc The GaimConnection handle associated with the information.
189 * @param title The title of the message. If this is NULL, the title 189 * @param title The title of the message. If this is NULL, the title
190 * will be "Search Results." 190 * will be "Search Results."
191 * @param primary The main point of the message. 191 * @param primary The main point of the message.
192 * @param secondary The secondary information. 192 * @param secondary The secondary information.
193 * @param results An array of null-terminated buddy names. 193 * @param results An null-terminated array of null-terminated buddy names.
194 * @param cb The callback to call when the user closes 194 * @param cb The callback to call when the user closes
195 * the notification. 195 * the notification.
196 * @param user_data The data to pass to the callback. 196 * @param user_data The data to pass to the callback.
197 * 197 *
198 * @return A UI-specific handle. 198 * @return A UI-specific handle.