| 48 * Determines if showing the room list dialog is a valid action. |
48 * Determines if showing the room list dialog is a valid action. |
| 49 * |
49 * |
| 50 * Returns: TRUE if there are accounts online that support listing |
50 * Returns: TRUE if there are accounts online that support listing |
| 51 * chat rooms. Otherwise return FALSE. |
51 * chat rooms. Otherwise return FALSE. |
| 52 * |
52 * |
| 53 * Since: 2.0.0 |
53 * Since: 2.0 |
| 54 */ |
54 */ |
| 55 PIDGIN_AVAILABLE_IN_ALL |
55 PIDGIN_AVAILABLE_IN_ALL |
| 56 gboolean pidgin_roomlist_is_showable(void); |
56 gboolean pidgin_roomlist_is_showable(void); |
| 57 |
57 |
| 58 /** |
58 /** |
| 59 * pidgin_roomlist_dialog_show: |
59 * pidgin_roomlist_dialog_show: |
| 60 * |
60 * |
| 61 * Shows a new roomlist dialog. |
61 * Shows a new roomlist dialog. |
| 62 * |
62 * |
| 63 * Since: 2.0.0 |
63 * Since: 2.0 |
| 64 */ |
64 */ |
| 65 PIDGIN_AVAILABLE_IN_ALL |
65 PIDGIN_AVAILABLE_IN_ALL |
| 66 void pidgin_roomlist_dialog_show(void); |
66 void pidgin_roomlist_dialog_show(void); |
| 67 |
67 |
| 68 /** |
68 /** |
| 69 * pidgin_roomlist_dialog_show_with_account: |
69 * pidgin_roomlist_dialog_show_with_account: |
| 70 * @account: The account to use. |
70 * @account: The account to use. |
| 71 * |
71 * |
| 72 * Shows a new room list dialog and fetches the list for the specified account. |
72 * Shows a new room list dialog and fetches the list for the specified account. |
| 73 * |
73 * |
| 74 * Since: 2.0.0 |
74 * Since: 2.0 |
| 75 */ |
75 */ |
| 76 PIDGIN_AVAILABLE_IN_ALL |
76 PIDGIN_AVAILABLE_IN_ALL |
| 77 void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account); |
77 void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account); |
| 78 |
78 |
| 79 G_END_DECLS |
79 G_END_DECLS |