mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Update Windows DLL exports.
This commit is contained in:
parent
a3a3512ed8
commit
2ea99597cc
@ -1,5 +1,5 @@
|
|||||||
LIBRARY pdfio1
|
LIBRARY pdfio1
|
||||||
VERSION 1.3
|
VERSION 1.4
|
||||||
EXPORTS
|
EXPORTS
|
||||||
_pdfioArrayDebug
|
_pdfioArrayDebug
|
||||||
_pdfioArrayDecrypt
|
_pdfioArrayDecrypt
|
||||||
@ -23,7 +23,6 @@ _pdfioCryptoSHA256Append
|
|||||||
_pdfioCryptoSHA256Finish
|
_pdfioCryptoSHA256Finish
|
||||||
_pdfioCryptoSHA256Init
|
_pdfioCryptoSHA256Init
|
||||||
_pdfioCryptoUnlock
|
_pdfioCryptoUnlock
|
||||||
_pdfioDictClear
|
|
||||||
_pdfioDictDebug
|
_pdfioDictDebug
|
||||||
_pdfioDictDecrypt
|
_pdfioDictDecrypt
|
||||||
_pdfioDictDelete
|
_pdfioDictDelete
|
||||||
@ -96,6 +95,7 @@ pdfioArrayGetObj
|
|||||||
pdfioArrayGetSize
|
pdfioArrayGetSize
|
||||||
pdfioArrayGetString
|
pdfioArrayGetString
|
||||||
pdfioArrayGetType
|
pdfioArrayGetType
|
||||||
|
pdfioArrayRemove
|
||||||
pdfioContentClip
|
pdfioContentClip
|
||||||
pdfioContentDrawImage
|
pdfioContentDrawImage
|
||||||
pdfioContentFill
|
pdfioContentFill
|
||||||
@ -153,6 +153,7 @@ pdfioContentTextNextLine
|
|||||||
pdfioContentTextShow
|
pdfioContentTextShow
|
||||||
pdfioContentTextShowJustified
|
pdfioContentTextShowJustified
|
||||||
pdfioContentTextShowf
|
pdfioContentTextShowf
|
||||||
|
pdfioDictClear
|
||||||
pdfioDictCopy
|
pdfioDictCopy
|
||||||
pdfioDictCreate
|
pdfioDictCreate
|
||||||
pdfioDictGetArray
|
pdfioDictGetArray
|
||||||
@ -160,7 +161,9 @@ pdfioDictGetBinary
|
|||||||
pdfioDictGetBoolean
|
pdfioDictGetBoolean
|
||||||
pdfioDictGetDate
|
pdfioDictGetDate
|
||||||
pdfioDictGetDict
|
pdfioDictGetDict
|
||||||
|
pdfioDictGetKey
|
||||||
pdfioDictGetName
|
pdfioDictGetName
|
||||||
|
pdfioDictGetNumPairs
|
||||||
pdfioDictGetNumber
|
pdfioDictGetNumber
|
||||||
pdfioDictGetObj
|
pdfioDictGetObj
|
||||||
pdfioDictGetRect
|
pdfioDictGetRect
|
||||||
@ -187,6 +190,7 @@ pdfioFileCreateFontObjFromFile
|
|||||||
pdfioFileCreateICCObjFromFile
|
pdfioFileCreateICCObjFromFile
|
||||||
pdfioFileCreateImageObjFromData
|
pdfioFileCreateImageObjFromData
|
||||||
pdfioFileCreateImageObjFromFile
|
pdfioFileCreateImageObjFromFile
|
||||||
|
pdfioFileCreateNameObj
|
||||||
pdfioFileCreateNumberObj
|
pdfioFileCreateNumberObj
|
||||||
pdfioFileCreateObj
|
pdfioFileCreateObj
|
||||||
pdfioFileCreateOutput
|
pdfioFileCreateOutput
|
||||||
@ -228,6 +232,7 @@ pdfioObjGetArray
|
|||||||
pdfioObjGetDict
|
pdfioObjGetDict
|
||||||
pdfioObjGetGeneration
|
pdfioObjGetGeneration
|
||||||
pdfioObjGetLength
|
pdfioObjGetLength
|
||||||
|
pdfioObjGetName
|
||||||
pdfioObjGetNumber
|
pdfioObjGetNumber
|
||||||
pdfioObjGetSubtype
|
pdfioObjGetSubtype
|
||||||
pdfioObjGetType
|
pdfioObjGetType
|
||||||
|
Loading…
Reference in New Issue
Block a user