forked from AuroraMiddleware/gtk
Fix declaration of gtk_print_job_set_status
The problem was reported in bug 606698.
This commit is contained in:
parent
b242c02e71
commit
5e7801a304
@ -3044,7 +3044,6 @@ gtk_print_job_get_settings
|
||||
gtk_print_job_get_printer
|
||||
gtk_print_job_get_title
|
||||
gtk_print_job_get_status
|
||||
gtk_print_job_set_status
|
||||
gtk_print_job_set_source_file
|
||||
gtk_print_job_get_surface
|
||||
gtk_print_job_send
|
||||
@ -3054,6 +3053,14 @@ gtk_print_job_get_track_print_status
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__GTK_PRINTER_PRIVATE_H__)
|
||||
#if IN_FILE(__GTK_PRINT_JOB_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
gtk_print_job_set_status
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__GTK_PRINT_OPERATION_H__)
|
||||
#if IN_FILE(__GTK_PRINT_OPERATION_C__)
|
||||
gtk_print_error_quark
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "gtkcustompaperunixdialog.h"
|
||||
#include "gtkprintbackend.h"
|
||||
#include "gtkprintutils.h"
|
||||
#include "gtkprinter-private.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
#define CUSTOM_PAPER_FILENAME ".gtk-custom-papers"
|
||||
|
@ -52,7 +52,6 @@
|
||||
#include "gtkpagesetupunixdialog.h"
|
||||
#include "gtkcustompaperunixdialog.h"
|
||||
#include "gtkprintbackend.h"
|
||||
#include "gtkprinter-private.h"
|
||||
#include "gtkpapersize.h"
|
||||
#include "gtkprintutils.h"
|
||||
#include "gtkalias.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkprintbackend.h"
|
||||
#include "gtkprinter-private.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
#define GTK_PRINT_BACKEND_GET_PRIVATE(o) \
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "gtkpagesetupunixdialog.h"
|
||||
#include "gtkprintbackend.h"
|
||||
#include "gtkprinter.h"
|
||||
#include "gtkprinter-private.h"
|
||||
#include "gtkprintjob.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtkintl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user