| 1105 * @param ok_text The text for the OK button. |
1105 * @param ok_text The text for the OK button. |
| 1106 * @param ok_cb The callback for the OK button. |
1106 * @param ok_cb The callback for the OK button. |
| 1107 * @param cancel_text The text for the cancel button. |
1107 * @param cancel_text The text for the cancel button. |
| 1108 * @param cancel_cb The callback for the cancel button. |
1108 * @param cancel_cb The callback for the cancel button. |
| 1109 * @param user_data The data to pass to the callback. |
1109 * @param user_data The data to pass to the callback. |
| 1110 * @param choice_count The number of choices. |
1110 * @param ... The choices. This argument list should be |
| 1111 * @param ... The choices. |
1111 * terminated with a NULL parameter. |
| 1112 * |
1112 * |
| 1113 * @return A UI-specific handle. |
1113 * @return A UI-specific handle. |
| 1114 */ |
1114 */ |
| 1115 void *gaim_request_choice(void *handle, const char *title, |
1115 void *gaim_request_choice(void *handle, const char *title, |
| 1116 const char *primary, const char *secondary, |
1116 const char *primary, const char *secondary, |
| 1130 * @param ok_text The text for the OK button. |
1130 * @param ok_text The text for the OK button. |
| 1131 * @param ok_cb The callback for the OK button. |
1131 * @param ok_cb The callback for the OK button. |
| 1132 * @param cancel_text The text for the cancel button. |
1132 * @param cancel_text The text for the cancel button. |
| 1133 * @param cancel_cb The callback for the cancel button. |
1133 * @param cancel_cb The callback for the cancel button. |
| 1134 * @param user_data The data to pass to the callback. |
1134 * @param user_data The data to pass to the callback. |
| 1135 * @param choice_count The number of choices. |
1135 * @param choices The choices. This argument list should be |
| 1136 * @param choices The choices. |
1136 * terminated with a NULL parameter. |
| 1137 * |
1137 * |
| 1138 * @return A UI-specific handle. |
1138 * @return A UI-specific handle. |
| 1139 */ |
1139 */ |
| 1140 void *gaim_request_choice_varg(void *handle, const char *title, |
1140 void *gaim_request_choice_varg(void *handle, const char *title, |
| 1141 const char *primary, const char *secondary, |
1141 const char *primary, const char *secondary, |