diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-18 07:30:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-18 07:30:37 +0800 |
commit | 650c61584f8970de2cd9c9915dade6843d386191 (patch) | |
tree | daa62a11ebe224073ed487bed3d427ae1e51785c /e-util/e-account.h | |
parent | fdabee2040637d8ed03f4dd807d0e40a0116630b (diff) | |
download | gsoc2013-evolution-650c61584f8970de2cd9c9915dade6843d386191.tar.gz gsoc2013-evolution-650c61584f8970de2cd9c9915dade6843d386191.tar.zst gsoc2013-evolution-650c61584f8970de2cd9c9915dade6843d386191.zip |
Changed signal names to use - instead of _ like the rest of Gtk2.
2003-01-17 Jeffrey Stedfast <fejj@ximian.com>
* e-account-list.c: Changed signal names to use - instead of _
like the rest of Gtk2.
* e-account.c (e_account_import): New function that is basically
the old account_copy().
svn path=/trunk/; revision=19508
Diffstat (limited to 'e-util/e-account.h')
-rw-r--r-- | e-util/e-account.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-account.h b/e-util/e-account.h index f20588a0ea..78eb70b7a8 100644 --- a/e-util/e-account.h +++ b/e-util/e-account.h @@ -92,6 +92,9 @@ EAccount *e_account_new_from_xml (const char *xml); gboolean e_account_set_from_xml (EAccount *account, const char *xml); +void e_account_import (EAccount *dest, + EAccount *src); + char *e_account_to_xml (EAccount *account); |