aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-03 16:41:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:52:51 +0800
commitd9be66b527d0d666e2169d11ece578e901101733 (patch)
treeadf9bd26c5d3b904f01c01c74a5d393c83255608 /mail/em-account-editor.h
parentbc77811277060467e27f6375b34953891f2e59da (diff)
downloadgsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar.gz
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar.bz2
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar.lz
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar.xz
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.tar.zst
gsoc2013-evolution-d9be66b527d0d666e2169d11ece578e901101733.zip
Removed obsolete method signatures in em-account-editor.h
Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet.
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r--mail/em-account-editor.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h
index 7728275e8f..c864f1f3ed 100644
--- a/mail/em-account-editor.h
+++ b/mail/em-account-editor.h
@@ -110,23 +110,13 @@ gboolean em_account_editor_check (EMAccountEditor *emae,
const gchar *page);
gboolean em_account_editor_save (EMAccountEditor *emae);
void em_account_editor_destroy (EMAccountEditor *emae);
-gboolean em_account_editor_identity_complete
- (EMAccountEditor *emae,
- GtkWidget **incomplete);
-gboolean em_account_editor_source_complete
- (EMAccountEditor *emae,
- GtkWidget **incomplete);
-gboolean EMAccountEditorTyperansport_complete
- (EMAccountEditor *emae,
- GtkWidget **incomplete);
-gboolean em_account_editor_management_complete
- (EMAccountEditor *emae,
- GtkWidget **incomplete);
void em_account_editor_build_extra_conf
(EMAccountEditor *emae,
const gchar *url);
void em_account_editor_auto_detect_extra_conf
(EMAccountEditor *emae);
+GtkWidget * em_account_editor_get_widget (EMAccountEditor *emae,
+ const gchar *name);
G_END_DECLS