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 692242 - libdevhelp: Remove dh_init() from header since it doesn't exist anymore.
libdevhelp: Remove dh_init() from header since it doesn't exist anymore.
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-21 22:13 UTC by Carl-Anton Ingmarsson
Modified: 2013-01-30 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libdevhelp: Remove dh_init() from header since it doesn't exist anymore. (643 bytes, patch)
2013-01-21 22:13 UTC, Carl-Anton Ingmarsson
none Details | Review
libdevhelp: Add back empty dh_init() implementation to not break ABI (1.85 KB, patch)
2013-01-21 22:51 UTC, Carl-Anton Ingmarsson
none Details | Review

Description Carl-Anton Ingmarsson 2013-01-21 22:13:30 UTC
See attached patch.
Comment 1 Carl-Anton Ingmarsson 2013-01-21 22:13:32 UTC
Created attachment 234052 [details] [review]
libdevhelp: Remove dh_init() from header since it doesn't exist anymore.
Comment 2 Carl-Anton Ingmarsson 2013-01-21 22:51:30 UTC
Created attachment 234054 [details] [review]
libdevhelp: Add back empty dh_init() implementation to not break ABI

Perhaps it is better to not remove dh_init() at all and instead keep
an empty implementation.
Comment 3 Frederic Peters 2013-01-30 10:56:45 UTC
Thanks; I commited the second patch as anjuta used dh_init() and we want to keep it working.