mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-09 09:50:28 +00:00
Add missing QPDF_DLL
This commit is contained in:
parent
1258054543
commit
ac56e013d6
@ -154,7 +154,8 @@ class QPDFJob
|
|||||||
friend class QPDFJob;
|
friend class QPDFJob;
|
||||||
friend class Config;
|
friend class Config;
|
||||||
public:
|
public:
|
||||||
QPDF_DLL AttConfig& path(char const* parameter);
|
QPDF_DLL
|
||||||
|
AttConfig& path(char const* parameter);
|
||||||
|
|
||||||
# include <qpdf/auto_job_c_att.hh>
|
# include <qpdf/auto_job_c_att.hh>
|
||||||
|
|
||||||
@ -171,7 +172,8 @@ class QPDFJob
|
|||||||
friend class QPDFJob;
|
friend class QPDFJob;
|
||||||
friend class Config;
|
friend class Config;
|
||||||
public:
|
public:
|
||||||
QPDF_DLL CopyAttConfig& path(char const* parameter);
|
QPDF_DLL
|
||||||
|
CopyAttConfig& path(char const* parameter);
|
||||||
|
|
||||||
# include <qpdf/auto_job_c_copy_att.hh>
|
# include <qpdf/auto_job_c_copy_att.hh>
|
||||||
|
|
||||||
@ -188,6 +190,7 @@ class QPDFJob
|
|||||||
friend class QPDFJob;
|
friend class QPDFJob;
|
||||||
friend class Config;
|
friend class Config;
|
||||||
public:
|
public:
|
||||||
|
QPDF_DLL
|
||||||
PagesConfig& pageSpec(std::string const& filename,
|
PagesConfig& pageSpec(std::string const& filename,
|
||||||
char const* password,
|
char const* password,
|
||||||
std::string const& range);
|
std::string const& range);
|
||||||
@ -206,7 +209,8 @@ class QPDFJob
|
|||||||
friend class QPDFJob;
|
friend class QPDFJob;
|
||||||
friend class Config;
|
friend class Config;
|
||||||
public:
|
public:
|
||||||
QPDF_DLL UOConfig& path(char const* parameter);
|
QPDF_DLL
|
||||||
|
UOConfig& path(char const* parameter);
|
||||||
|
|
||||||
# include <qpdf/auto_job_c_uo.hh>
|
# include <qpdf/auto_job_c_uo.hh>
|
||||||
|
|
||||||
@ -222,7 +226,8 @@ class QPDFJob
|
|||||||
friend class QPDFJob;
|
friend class QPDFJob;
|
||||||
friend class Config;
|
friend class Config;
|
||||||
public:
|
public:
|
||||||
QPDF_DLL EncConfig& path(char const* parameter);
|
QPDF_DLL
|
||||||
|
EncConfig& path(char const* parameter);
|
||||||
|
|
||||||
# include <qpdf/auto_job_c_enc.hh>
|
# include <qpdf/auto_job_c_enc.hh>
|
||||||
|
|
||||||
@ -240,10 +245,15 @@ class QPDFJob
|
|||||||
public:
|
public:
|
||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
std::shared_ptr<CopyAttConfig> copyAttachmentsFrom();
|
std::shared_ptr<CopyAttConfig> copyAttachmentsFrom();
|
||||||
|
QPDF_DLL
|
||||||
std::shared_ptr<AttConfig> addAttachment();
|
std::shared_ptr<AttConfig> addAttachment();
|
||||||
|
QPDF_DLL
|
||||||
std::shared_ptr<PagesConfig> pages();
|
std::shared_ptr<PagesConfig> pages();
|
||||||
|
QPDF_DLL
|
||||||
std::shared_ptr<UOConfig> overlay();
|
std::shared_ptr<UOConfig> overlay();
|
||||||
|
QPDF_DLL
|
||||||
std::shared_ptr<UOConfig> underlay();
|
std::shared_ptr<UOConfig> underlay();
|
||||||
|
QPDF_DLL
|
||||||
std::shared_ptr<EncConfig> encrypt(
|
std::shared_ptr<EncConfig> encrypt(
|
||||||
int keylen,
|
int keylen,
|
||||||
std::string const& user_password,
|
std::string const& user_password,
|
||||||
|
Loading…
Reference in New Issue
Block a user