| 38 |
38 |
| 39 |
39 |
| 40 G_BEGIN_DECLS |
40 G_BEGIN_DECLS |
| 41 |
41 |
| 42 /** |
42 /** |
| |
43 * pidgin_accounts_window_show: |
| |
44 * |
| 43 * Shows the accounts window. |
45 * Shows the accounts window. |
| 44 */ |
46 */ |
| 45 void pidgin_accounts_window_show(void); |
47 void pidgin_accounts_window_show(void); |
| 46 |
48 |
| 47 /** |
49 /** |
| |
50 * pidgin_accounts_window_hide: |
| |
51 * |
| 48 * Hides the accounts window. |
52 * Hides the accounts window. |
| 49 */ |
53 */ |
| 50 void pidgin_accounts_window_hide(void); |
54 void pidgin_accounts_window_hide(void); |
| 51 |
55 |
| 52 /** |
56 /** |
| 53 * Shows an add/modify account dialog. |
57 * pidgin_account_dialog_show: |
| 54 * |
|
| 55 * @type: The type of dialog. |
58 * @type: The type of dialog. |
| 56 * @account: The associated account, or %NULL for an Add dialog. |
59 * @account: The associated account, or %NULL for an Add dialog. |
| |
60 * |
| |
61 * Shows an add/modify account dialog. |
| 57 */ |
62 */ |
| 58 void pidgin_account_dialog_show(PidginAccountDialogType type, |
63 void pidgin_account_dialog_show(PidginAccountDialogType type, |
| 59 PurpleAccount *account); |
64 PurpleAccount *account); |
| 60 |
65 |
| 61 /** |
66 /** |
| |
67 * pidgin_accounts_get_ui_ops: |
| |
68 * |
| 62 * Returns the GTK+ account UI ops |
69 * Returns the GTK+ account UI ops |
| 63 * |
70 * |
| 64 * Returns: The UI operations structure. |
71 * Returns: The UI operations structure. |
| 65 */ |
72 */ |
| 66 PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void); |
73 PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void); |
| 67 |
74 |
| 68 /** |
75 /** |
| |
76 * pidgin_accounts_get_handle: |
| |
77 * |
| 69 * Returns the gtkaccounts handle |
78 * Returns the gtkaccounts handle |
| 70 * |
79 * |
| 71 * Returns: The handle to the GTK+ account system |
80 * Returns: The handle to the GTK+ account system |
| 72 */ |
81 */ |
| 73 void *pidgin_accounts_get_handle(void); |
82 void *pidgin_accounts_get_handle(void); |
| 74 |
83 |
| 75 /** |
84 /** |
| |
85 * pidgin_accounts_init: |
| |
86 * |
| 76 * Initializes the GTK+ account system |
87 * Initializes the GTK+ account system |
| 77 */ |
88 */ |
| 78 void pidgin_accounts_init(void); |
89 void pidgin_accounts_init(void); |
| 79 |
90 |
| 80 /** |
91 /** |
| |
92 * pidgin_accounts_uninit: |
| |
93 * |
| 81 * Uninitializes the GTK+ account system |
94 * Uninitializes the GTK+ account system |
| 82 */ |
95 */ |
| 83 void pidgin_accounts_uninit(void); |
96 void pidgin_accounts_uninit(void); |
| 84 |
97 |
| 85 G_END_DECLS |
98 G_END_DECLS |