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 567790 - Expose stuff needed by the python bindings
Expose stuff needed by the python bindings
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks: 568287
 
 
Reported: 2009-01-14 19:41 UTC by Tomeu Vizoso
Modified: 2009-01-20 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
first try (24.31 KB, patch)
2009-01-14 19:48 UTC, Tomeu Vizoso
none Details | Review
Install ev-job-scheduler.h (815 bytes, patch)
2009-01-19 11:12 UTC, Tomeu Vizoso
committed Details | Review
Add missing EV_TYPE_DOCUMENT_INFO (694 bytes, patch)
2009-01-19 11:12 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2009-01-14 19:41:40 UTC
These files will add a pygtk module that can be used to embed evince as a widget inside a pygtk app.
Comment 1 Tomeu Vizoso 2009-01-14 19:48:24 UTC
Created attachment 126449 [details] [review]
first try
Comment 2 Tomeu Vizoso 2009-01-19 11:11:07 UTC
I'm going to see if the python bindings would be accepted in gnome-python-desktop.

Got it to work there, but needed to apply these patches.
Comment 3 Tomeu Vizoso 2009-01-19 11:12:13 UTC
Created attachment 126745 [details] [review]
Install ev-job-scheduler.h
Comment 4 Tomeu Vizoso 2009-01-19 11:12:44 UTC
Created attachment 126746 [details] [review]
Add missing EV_TYPE_DOCUMENT_INFO
Comment 5 Carlos Garcia Campos 2009-01-20 13:25:25 UTC
Both patches applied to svn trunk (r3368 and r3369). Thanks.