| 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. |