X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-file.h;h=fab3139c683c9152a0d934dc3a5d10970b8f57cc;hb=8d8f9e44b17ef9737084eea7693072e4777a0609;hp=5fcf6e83f0a12dae0b8912daa6243d1bbbaced88;hpb=21fbb1d7ed23de67f3a8237139ff154d5da16b08;p=xournal.git diff --git a/src/xo-file.h b/src/xo-file.h index 5fcf6e8..fab3139 100644 --- a/src/xo-file.h +++ b/src/xo-file.h @@ -23,11 +23,10 @@ GList *attempt_load_gv_bg(char *filename); struct Background *attempt_screenshot_bg(void); void cancel_bgpdf_request(struct BgPdfRequest *req); -void add_bgpdf_request(int pageno, double zoom, gboolean printing); -void bgpdf_spawn_child(void); +void add_bgpdf_request(int pageno, double zoom); +gboolean bgpdf_scheduler_callback(gpointer data); void shutdown_bgpdf(void); gboolean init_bgpdf(char *pdfname, gboolean create_pages, int file_domain); -void end_bgpdf_shutdown(void); void bgpdf_create_page_with_bg(int pageno, struct BgPdfPage *bgpg); void bgpdf_update_bg(int pageno, struct BgPdfPage *bgpg);