GNOME Bugzilla – Bug 569083
add gobject introspection support
Last modified: 2009-06-20 17:30:16 UTC
Add gobject introspection support for libevdocument and libevview.
Created attachment 128201 [details] [review] [PATCH] * configure.ac: * libdocument/Makefile.am: * libview/Makefile.am: Add experimental introspection support. Disabled by default; use --enable-introspection to enable it. Bug #569083. --- ChangeLog | 8 +++++++ configure.ac | 36 +++++++++++++++++++++++++++++++++++ libdocument/Makefile.am | 44 +++++++++++++++++++++++++++++++++++++++++++ libview/Makefile.am | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 0 deletions(-)
I think it doesn't harm
Committed.
This should be updated to use the introspection.m4 macro included in gobject-introspection itself.
Javier: why did you reopen the bug?
Christian: because Johan Dahlin comment ( comment 4 ) and this report: http://www.gnome.org/~fpeters/299.html Sorry If this is not correct
Well, comment 4 was just a suggestion. And the report at 299.html should say "done", since it _is_ done.