GNOME Bugzilla – Bug 597293
libempathy header files are wrong
Last modified: 2009-10-06 00:21:08 UTC
The header files for libempathy are wrong, they contain symbols that were removed and seem to not have been updated when the rest of the source code was. This is also the cause of the ImportError raised when you try to import the Python module 'empathy' since the entries in pyempathy.defs are wrongly generated because of the bad header files.
I forgot to include what I've found so far: libempathy/empathy-account-manager.h: non-existing symbol: empathy_account_manager_remove() libempathy/empathy-tp-contact-list.h: non-existing symbol: empathy_tp_contact_list_can_add There may be more mistakes, but this is all I have found so far.
*** Bug 597371 has been marked as a duplicate of this bug. ***
Created attachment 144782 [details] [review] fixed in http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/fix-headers-597293 libempathy/empathy-account-manager.h | 3 --- libempathy/empathy-tp-contact-list.h | 1 - python/pyempathy/pyempathy.defs | 15 --------------- 3 files changed, 0 insertions(+), 19 deletions(-)
Fixed in master and 2.28.
*** Bug 597229 has been marked as a duplicate of this bug. ***