pidgin/gtkroomlist.h

changeset 42620
72178a341eb8
parent 42464
5de142a471e0
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
35 /** 35 /**
36 * pidgin_roomlist_init: 36 * pidgin_roomlist_init:
37 * 37 *
38 * Initializes the room list subsystem. 38 * Initializes the room list subsystem.
39 * 39 *
40 * Since: 2.0.0 40 * Since: 2.0
41 */ 41 */
42 PIDGIN_AVAILABLE_IN_ALL 42 PIDGIN_AVAILABLE_IN_ALL
43 void pidgin_roomlist_init(void); 43 void pidgin_roomlist_init(void);
44 44
45 /** 45 /**
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

mercurial