[poppler] poppler-glib

Jeff Muizelaar jrmuizel at nit.ca
Fri Mar 18 07:22:12 PST 2005


I haven't gone over your stuff to thoroughly yet. I'll do that as I
continue work on the qt wrapper later tonight. However, there are a few
quick things right now.

On Fri, Mar 18, 2005 at 02:01:54AM -0500, Kristian H??gsberg wrote:
> If people are happy with this direction, my plan is to commit these 
> files to CVS (with required auto* magic) and then gradually add the 
> remaining features to allow evince to switch to this interface.  The 
> glib wrapper would live in poppler-glib/.  

I think just glib/ might be better. That's what dbus uses...

> PopplerDocument *poppler_document_new_from_file (const char      *uri,
> 						 const char      *password,
> 						 GError         **error);

like we discussed on irc, instead of using **error this should just
return a locked document if it is encrypted and no document if it fails.

One other thing, out of curiosity, do we actually gain much other than
reference counting from using glib over a plain c wrapper?

-Jeff


More information about the poppler mailing list