After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 266748 - e-account.h from libedataserver should be removed
e-account.h from libedataserver should be removed
Status: RESOLVED INVALID
Product: evolution-data-server
Classification: Platform
Component: general
1.0.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks: 327516
 
 
Reported: 2004-09-23 22:25 UTC by Bryan Forbes
Modified: 2013-09-10 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bryan Forbes 2004-09-23 22:25:16 UTC
In order to wrap EAccount in C++, I need it defined like ESource.  It
should look like this:

typedef struct _EAccount EAccount;
typedef struct _EAccountClass EAccountClass;

struct _EAccount {
  ...
};

struct _EAccountClass {
  ...
};

this shouldn't break API or ABI.
Comment 1 JP Rosevear 2005-01-26 06:23:52 UTC
The versions in evolution and e-util now seem out of sync.  Where do
you think the one version should live now Zucchi?  Originally it was
dumped in e-d-s because the calendar was going to send itip/imip
messages directly but this can't happen for now, at least until shared
camel sessions happen.
Comment 2 André Klapper 2005-06-05 14:08:42 UTC
notzed, any news on this?
at least retargetting from 2.1 to 2.3 to get rid of all that recent milestones..
. :-/
Comment 3 Not Zed 2005-06-07 19:02:25 UTC
dont ask me, i never put that copy in libedataserver.  'not my problem'.
Comment 4 André Klapper 2005-09-28 11:55:58 UTC
retargetting from 1.3 to 1.5 to get rid of that busted milestones (as discussed
with harish on irc)
Comment 5 André Klapper 2006-03-30 17:36:49 UTC
this is invalid according to the last changelog comment:

libedataserver/e-account.h: Since e-util/e-account.h in
       evolution module has been developed further, merge those changes
       into libedataserver and drop e-util/e-account.h.

so this file is actually used and should not be removed.