Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/gsio.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-12-31 17:41:57 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2004-12-31 17:41:57 (GMT)
commitfcab4c9c165a9fa0718e160dd9e88bc1b3e97c59 (patch)
tree0dfbad86ff5130c974aa7e7ec3fee616a70c5b01 /ps/gsio.h
parentcd7799a4529617f8cc5206fa242e7833018cea30 (diff)
Cleanups
2004-12-31 Marco Pesenti Gritti <marco@gnome.org> * ps/ggvutils.c: * ps/ggvutils.h: * ps/gsio.h: * ps/gtkgs.c: (gtk_gs_set_zoom): Cleanups
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);