pidgin/gtkaccount.c

branch
soc.2013.gobjectification
changeset 35040
f80a806325a4
parent 34988
81d8c99ac9b3
child 35378
5d9e2581005b
child 35454
cf2a24d01503
child 36928
ae920fa34143
equal deleted inserted replaced
35039:b562875fcf54 35040:f80a806325a4
162 static GHashTable *account_pref_wins; 162 static GHashTable *account_pref_wins;
163 163
164 static void add_account_to_liststore(PurpleAccount *account, gpointer user_data); 164 static void add_account_to_liststore(PurpleAccount *account, gpointer user_data);
165 static void set_account(GtkListStore *store, GtkTreeIter *iter, 165 static void set_account(GtkListStore *store, GtkTreeIter *iter,
166 PurpleAccount *account, GdkPixbuf *global_buddyicon); 166 PurpleAccount *account, GdkPixbuf *global_buddyicon);
167
168 /* privacy UI ops */
169 void pidgin_permit_added_removed(PurpleAccount *account, const char *name);
170 void pidgin_deny_added_removed(PurpleAccount *account, const char *name);
171 167
172 /************************************************************************** 168 /**************************************************************************
173 * Add/Modify Account dialog 169 * Add/Modify Account dialog
174 **************************************************************************/ 170 **************************************************************************/
175 static void add_login_options(AccountPrefsDialog *dialog, GtkWidget *parent); 171 static void add_login_options(AccountPrefsDialog *dialog, GtkWidget *parent);
2902 pidgin_accounts_notify_added, 2898 pidgin_accounts_notify_added,
2903 NULL, 2899 NULL,
2904 pidgin_accounts_request_add, 2900 pidgin_accounts_request_add,
2905 pidgin_accounts_request_authorization, 2901 pidgin_accounts_request_authorization,
2906 pidgin_accounts_request_close, 2902 pidgin_accounts_request_close,
2907 pidgin_permit_added_removed, 2903 NULL,
2908 pidgin_permit_added_removed, 2904 NULL,
2909 pidgin_deny_added_removed, 2905 NULL,
2910 pidgin_deny_added_removed, 2906 NULL,
2911 NULL, NULL, NULL, NULL 2907 NULL, NULL, NULL, NULL
2912 }; 2908 };
2913 2909
2914 PurpleAccountUiOps * 2910 PurpleAccountUiOps *
2915 pidgin_accounts_get_ui_ops(void) 2911 pidgin_accounts_get_ui_ops(void)

mercurial