GNOME Bugzilla – Bug 266748
e-account.h from libedataserver should be removed
Last modified: 2013-09-10 13:41:38 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.
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.
notzed, any news on this? at least retargetting from 2.1 to 2.3 to get rid of all that recent milestones.. . :-/
dont ask me, i never put that copy in libedataserver. 'not my problem'.
retargetting from 1.3 to 1.5 to get rid of that busted milestones (as discussed with harish on irc)
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.