comparison src/notify.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents aabb0b331ac8
children feb3d21a7794
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
131 * @param detailed @c TRUE if there is information for each e-mail in the 131 * @param detailed @c TRUE if there is information for each e-mail in the
132 * arrays. 132 * arrays.
133 * @param subjects The array of subjects. 133 * @param subjects The array of subjects.
134 * @param froms The array of from addresses. 134 * @param froms The array of from addresses.
135 * @param tos The array of destination addresses. 135 * @param tos The array of destination addresses.
136 * @param url The URLs where the messages can be read. 136 * @param urls The URLs where the messages can be read.
137 * @param cb The callback to call when the user closes 137 * @param cb The callback to call when the user closes
138 * the notification. 138 * the notification.
139 * @param user_data The data to pass to the callback. 139 * @param user_data The data to pass to the callback.
140 * 140 *
141 * @return A UI-specific handle. 141 * @return A UI-specific handle.
156 * @param primary The main point of the message. 156 * @param primary The main point of the message.
157 * @param secondary The secondary information. 157 * @param secondary The secondary information.
158 * @param text The formatted text. 158 * @param text The formatted text.
159 * @param cb The callback to call when the user closes 159 * @param cb The callback to call when the user closes
160 * the notification. 160 * the notification.
161 * @param user_data The data to pass to the callback.
161 * 162 *
162 * @return A UI-specific handle. 163 * @return A UI-specific handle.
163 */ 164 */
164 void *gaim_notify_formatted(void *handle, const char *title, 165 void *gaim_notify_formatted(void *handle, const char *title,
165 const char *primary, const char *secondary, 166 const char *primary, const char *secondary,
167 168
168 /** 169 /**
169 * Opens a URI or somehow presents it to the user. 170 * Opens a URI or somehow presents it to the user.
170 * 171 *
171 * @param handle The plugin or connection handle. 172 * @param handle The plugin or connection handle.
172 * @param url The URI to display or go to. 173 * @param uri The URI to display or go to.
173 * 174 *
174 * @return A UI-specific handle, if any. This may only be presented if 175 * @return A UI-specific handle, if any. This may only be presented if
175 * the UI code displays a dialog instead of a webpage, or something 176 * the UI code displays a dialog instead of a webpage, or something
176 * similar. 177 * similar.
177 */ 178 */