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 569083 - add gobject introspection support
add gobject introspection support
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks: 585444
 
 
Reported: 2009-01-25 15:15 UTC by Christian Persch
Modified: 2009-06-20 17:30 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
[PATCH] * configure.ac: (5.37 KB, patch)
2009-02-08 00:32 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2009-01-25 15:15:24 UTC
Add gobject introspection support for libevdocument and libevview.
Comment 1 Christian Persch 2009-02-08 00:32:54 UTC
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(-)
Comment 2 Nickolay V. Shmyrev 2009-02-08 03:07:00 UTC
I think it doesn't harm
Comment 3 Christian Persch 2009-02-08 13:11:44 UTC
Committed.
Comment 4 Johan (not receiving bugmail) Dahlin 2009-02-17 18:59:18 UTC
This should be updated to use the introspection.m4 macro included in gobject-introspection itself.
Comment 5 Christian Persch 2009-06-20 17:05:04 UTC
Javier: why did you reopen the bug?
Comment 6 Javier Jardón (IRC: jjardon) 2009-06-20 17:21:10 UTC
Christian: because Johan Dahlin comment ( comment 4 ) and this report: http://www.gnome.org/~fpeters/299.html

Sorry If this is not correct
Comment 7 Christian Persch 2009-06-20 17:30:16 UTC
Well, comment 4 was just a suggestion. And the report at 299.html should say "done", since it _is_ done.