| 2789 gtk_widget_destroy(GTK_WIDGET(ui_handle)); |
2789 gtk_widget_destroy(GTK_WIDGET(ui_handle)); |
| 2790 } |
2790 } |
| 2791 |
2791 |
| 2792 static PurpleAccountUiOps ui_ops = |
2792 static PurpleAccountUiOps ui_ops = |
| 2793 { |
2793 { |
| 2794 pidgin_accounts_notify_added, |
2794 .notify_added = pidgin_accounts_notify_added, |
| 2795 NULL, |
2795 .request_add = pidgin_accounts_request_add, |
| 2796 pidgin_accounts_request_add, |
2796 .request_authorize = pidgin_accounts_request_authorization, |
| 2797 pidgin_accounts_request_authorization, |
2797 .close_account_request = pidgin_accounts_request_close, |
| 2798 pidgin_accounts_request_close, |
|
| 2799 NULL, |
|
| 2800 NULL, |
|
| 2801 NULL, |
|
| 2802 NULL, |
|
| 2803 NULL, NULL, NULL, NULL |
|
| 2804 }; |
2798 }; |
| 2805 |
2799 |
| 2806 PurpleAccountUiOps * |
2800 PurpleAccountUiOps * |
| 2807 pidgin_accounts_get_ui_ops(void) |
2801 pidgin_accounts_get_ui_ops(void) |
| 2808 { |
2802 { |