zathura/print.h

18 lines
283 B
C

/* See LICENSE file for license and copyright information */
#ifndef PRINT_H
#define PRINT_H
#include <gtk/gtkprintoperation.h>
#include "zathura.h"
/**
* Opens a print dialog to print the current file
*
* @param zathura
*/
void print(zathura_t* zathura);
#endif // PRINT_H