Mercurial > pidgin
comparison src/request.h @ 9000:b540c735a6ad
[gaim-migrate @ 9775]
" There were a bunch of warnings while running make docs,
this cleans that up and adds documentation for gtkblist
signals, gtkconv signals, and gtkimhtml signals.
This patch is a tarball of the patch itself and the
three new files for the signal documentation." --Gary Kramlich
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 21 May 2004 19:09:38 +0000 |
| parents | 1bbe99a07e36 |
| children | 578986136bac |
comparison
equal
deleted
inserted
replaced
| 8999:8f838ae3e710 | 9000:b540c735a6ad |
|---|---|
| 851 | 851 |
| 852 /** | 852 /** |
| 853 * Returns the data for a particular item. | 853 * Returns the data for a particular item. |
| 854 * | 854 * |
| 855 * @param field The list field. | 855 * @param field The list field. |
| 856 * @param item The item text. | 856 * @param text The item text. |
| 857 * | 857 * |
| 858 * @return The data associated with the item. | 858 * @return The data associated with the item. |
| 859 */ | 859 */ |
| 860 void *gaim_request_field_list_get_data(const GaimRequestField *field, | 860 void *gaim_request_field_list_get_data(const GaimRequestField *field, |
| 861 const char *text); | 861 const char *text); |
| 1035 * | 1035 * |
| 1036 * If TRUE, all accounts, online or offline, will be shown. If FALSE, | 1036 * If TRUE, all accounts, online or offline, will be shown. If FALSE, |
| 1037 * only online accounts will be shown. | 1037 * only online accounts will be shown. |
| 1038 * | 1038 * |
| 1039 * @param field The account field. | 1039 * @param field The account field. |
| 1040 * @param show_all Whether or not to show all accounts. | 1040 * @return Whether or not to show all accounts. |
| 1041 */ | 1041 */ |
| 1042 gboolean gaim_request_field_account_get_show_all( | 1042 gboolean gaim_request_field_account_get_show_all( |
| 1043 const GaimRequestField *field); | 1043 const GaimRequestField *field); |
| 1044 | 1044 |
| 1045 /** | 1045 /** |
