comparison libpurple/request.h @ 18243:a8b19e002cb4

propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8) to branch 'im.pidgin.soc.2007.remotelogging' (head da5442aedd302aafb260948b66ce0549a3e0a0e4)
author Richard Laager <rlaager@wiktel.com>
date Sun, 24 Jun 2007 20:01:43 +0000
parents 72906c5ac037
children cc36a5aac908 9a31c183b470
comparison
equal deleted inserted replaced
18176:b14dfa2f49a1 18243:a8b19e002cb4
1226 const char *primary, const char *secondary, 1226 const char *primary, const char *secondary,
1227 unsigned int default_value, 1227 unsigned int default_value,
1228 const char *ok_text, GCallback ok_cb, 1228 const char *ok_text, GCallback ok_cb,
1229 const char *cancel_text, GCallback cancel_cb, 1229 const char *cancel_text, GCallback cancel_cb,
1230 PurpleAccount *account, const char *who, PurpleConversation *conv, 1230 PurpleAccount *account, const char *who, PurpleConversation *conv,
1231 void *user_data, ...); 1231 void *user_data, ...) G_GNUC_NULL_TERMINATED;
1232 1232
1233 /** 1233 /**
1234 * Prompts the user for multiple-choice input. 1234 * Prompts the user for multiple-choice input.
1235 * 1235 *
1236 * @param handle The plugin or connection handle. For some 1236 * @param handle The plugin or connection handle. For some