]> www.fi.muni.cz Git - evince.git/blobdiff - ps/gsio.h
Abbrev)--L1743--C75--54%--------------------------------------------------------...
[evince.git] / ps / gsio.h
index 31a7823bc09ebb8084f320a4aad95f0834666ce3..3f83cb06b5e2903fab03318b8a0041d2257b877d 100644 (file)
--- a/ps/gsio.h
+++ b/ps/gsio.h
 #ifndef __GS_IO_H__
 #define __GS_IO_H__
 
-#include <gtkgs.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
 typedef struct _GtkGSDocSink GtkGSDocSink;
 
-gchar *gtk_gs_get_pages(GtkGS * gs, gint * pages);
-gchar *gtk_gs_get_document(GtkGS * gs);
-
 GtkGSDocSink *gtk_gs_doc_sink_new(void);
 void gtk_gs_doc_sink_free(GtkGSDocSink * sink);
 void gtk_gs_doc_sink_write(GtkGSDocSink * sink, const gchar * buf, int len);