src/notify.h

changeset 10443
aa7dcc1c796a
parent 10439
5868d8f55fb1
child 10566
b681d2b3dec5
equal deleted inserted replaced
10442:9a5901c7bceb 10443:aa7dcc1c796a
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.

mercurial