pidgin/pidginaccountmanager.h

changeset 42466
ca3374c1cdba
parent 42465
b7d530551c1b
child 42620
72178a341eb8
equal deleted inserted replaced
42465:b7d530551c1b 42466:ca3374c1cdba
54 * 54 *
55 * Returns: (transfer full): The dialog. 55 * Returns: (transfer full): The dialog.
56 * 56 *
57 * Since: 3.0.0 57 * Since: 3.0.0
58 */ 58 */
59 PIDGIN_AVAILABLE_IN_3_0
59 GtkWidget *pidgin_account_manager_new(void); 60 GtkWidget *pidgin_account_manager_new(void);
60 61
61 /** 62 /**
62 * pidgin_account_managet_show_overview: 63 * pidgin_account_managet_show_overview:
63 * @manager: The instance. 64 * @manager: The instance.
65 * Switches @manager to the overview page. This is useful as @manager might 66 * Switches @manager to the overview page. This is useful as @manager might
66 * already be visible but editing an account. 67 * already be visible but editing an account.
67 * 68 *
68 * Since: 3.0.0 69 * Since: 3.0.0
69 */ 70 */
71 PIDGIN_AVAILABLE_IN_3_0
70 void pidgin_account_manager_show_overview(PidginAccountManager *manager); 72 void pidgin_account_manager_show_overview(PidginAccountManager *manager);
71 73
72 /** 74 /**
73 * pidgin_account_manager_edit_account: 75 * pidgin_account_manager_edit_account:
74 * @manager: The instance. 76 * @manager: The instance.
76 * 78 *
77 * Opens the account editor in @manager for the given account. 79 * Opens the account editor in @manager for the given account.
78 * 80 *
79 * Since: 3.0.0 81 * Since: 3.0.0
80 */ 82 */
83 PIDGIN_AVAILABLE_IN_3_0
81 void pidgin_account_manager_edit_account(PidginAccountManager *manager, PurpleAccount *account); 84 void pidgin_account_manager_edit_account(PidginAccountManager *manager, PurpleAccount *account);
82 85
83 G_END_DECLS 86 G_END_DECLS
84 87
85 #endif /* PIDGIN_ACCOUNT_MANAGER_H */ 88 #endif /* PIDGIN_ACCOUNT_MANAGER_H */

mercurial