X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fgsio.h;h=3f83cb06b5e2903fab03318b8a0041d2257b877d;hb=848665b157185945d190a7a746d054d7f5d5e6e0;hp=31a7823bc09ebb8084f320a4aad95f0834666ce3;hpb=fb1055dd92e9aa1173de92add6f4a6f5e4a62d2d;p=evince.git diff --git a/ps/gsio.h b/ps/gsio.h index 31a7823b..3f83cb06 100644 --- a/ps/gsio.h +++ b/ps/gsio.h @@ -23,15 +23,12 @@ #ifndef __GS_IO_H__ #define __GS_IO_H__ -#include +#include 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);