| 56 gboolean show_all); |
56 gboolean show_all); |
| 57 |
57 |
| 58 /** |
58 /** |
| 59 * pidgin_account_chooser_set_filter_func: |
59 * pidgin_account_chooser_set_filter_func: |
| 60 * @chooser: The account chooser combo box. |
60 * @chooser: The account chooser combo box. |
| 61 * @filter_func: A function for checking if an account should be shown. This |
61 * @filter_func: (scope notified): A function for checking if an account should be shown. This |
| 62 * can be %NULL to remove any filter. |
62 * can be %NULL to remove any filter. |
| 63 * |
63 * |
| 64 * Set the filter function used to determine which accounts to show. |
64 * Set the filter function used to determine which accounts to show. |
| 65 * |
65 * |
| 66 * Since: 3.0.0 |
66 * Since: 3.0.0 |