[Poppler-bugs] [Bug 21970] Add a function to close the document

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 6 09:29:56 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=21970





--- Comment #2 from Gian Mario Tagliaretti <gianmt at gnome.org>  2009-06-06 09:29:55 PST ---
Widget are destroyed by pyggobject when the mainloop closes or when the destroy
method is called, tp_dealloc is called on the python object and g_object_unref
is called on the C reference.

This case is different because we want to close the document even if the app is
still up and running, I guess in a C app you just unref the document.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list