Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/gsio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps/gsio.h')
-rw-r--r--ps/gsio.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ps/gsio.h b/ps/gsio.h
index 31a7823..3f83cb0 100644
--- a/ps/gsio.h
+++ b/ps/gsio.h
@@ -23,15 +23,12 @@
#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);