Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
* backend/ev-document.[ch]: Fix a couple of problems so
it compile.
+Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
+
+ * backend/ev-document.[ch]: Fix a couple of problems so
+ it compile.
+
Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
* viewer/* backend/* configure.ac Makefile.am: Move viewer directory
GError *error)
{
EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
- iface->load (document, uri);
+ iface->load (document, uri, error);
}
int
#include <glib-object.h>
#include <glib.h>
+#include <gdk/gdk.h>
G_BEGIN_DECLS