Skip to content

Commit

Permalink
[autorelease main] update 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 10, 2024
1 parent b1361a7 commit 66cfaa0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
20 changes: 10 additions & 10 deletions autorelease/bindings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
R"""
Auto-generated by:
ctypesgen -l pdfium --runtime-libdirs . --no-load-library --no-macro-guards -D PDF_ENABLE_V8 PDF_ENABLE_XFA PDF_USE_SKIA --symbol-rules 'if_needed=\w+_$|\w+_t$|_\w+' --headers fpdf_annot.h fpdf_attachment.h fpdf_catalog.h fpdf_dataavail.h fpdf_doc.h fpdf_edit.h fpdf_ext.h fpdf_flatten.h fpdf_formfill.h fpdf_fwlevent.h fpdf_javascript.h fpdf_ppo.h fpdf_progressive.h fpdf_save.h fpdf_searchex.h fpdf_signature.h fpdf_structtree.h fpdf_sysfontinfo.h fpdf_text.h fpdf_thumbnail.h fpdf_transformpage.h fpdfview.h -o '~/projects/pypdfium2/data/bindings/bindings.py'
ctypesgen -l pdfium --runtime-libdirs . --no-load-library --no-macro-guards -D PDF_ENABLE_V8 PDF_ENABLE_XFA PDF_USE_SKIA --symbol-rules 'if_needed=\w+_$|\w+_t$|_\w+' --headers fpdf_annot.h fpdf_attachment.h fpdf_catalog.h fpdf_dataavail.h fpdf_doc.h fpdf_edit.h fpdf_ext.h fpdf_flatten.h fpdf_formfill.h fpdf_fwlevent.h fpdf_javascript.h fpdf_ppo.h fpdf_progressive.h fpdf_save.h fpdf_searchex.h fpdf_signature.h fpdf_structtree.h fpdf_sysfontinfo.h fpdf_text.h fpdf_thumbnail.h fpdf_transformpage.h fpdfview.h -o '~/work/pypdfium2/pypdfium2/data/bindings/bindings.py'
"""

import ctypes
Expand Down Expand Up @@ -1917,25 +1917,25 @@ class struct__FX_DOWNLOADHINTS (Structure):
FPDF_GetPageLabel.argtypes = [FPDF_DOCUMENT, c_int, POINTER(None), c_ulong]
FPDF_GetPageLabel.restype = c_ulong

# /usr/include/bits/types.h: 38
# /usr/include/x86_64-linux-gnu/bits/types.h: 38
__uint8_t = c_ubyte

# /usr/include/bits/types.h: 40
# /usr/include/x86_64-linux-gnu/bits/types.h: 40
__uint16_t = c_ushort

# /usr/include/bits/types.h: 42
# /usr/include/x86_64-linux-gnu/bits/types.h: 42
__uint32_t = c_uint

# /usr/include/bits/types.h: 160
# /usr/include/x86_64-linux-gnu/bits/types.h: 160
__time_t = c_long

# /usr/include/bits/stdint-uintn.h: 24
# /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: 24
uint8_t = __uint8_t

# /usr/include/bits/stdint-uintn.h: 25
# /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: 25
uint16_t = __uint16_t

# /usr/include/bits/stdint-uintn.h: 26
# /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: 26
uint32_t = __uint32_t

# ./fpdf_edit.h: 93
Expand Down Expand Up @@ -2591,10 +2591,10 @@ class struct_FPDF_IMAGEOBJ_METADATA (Structure):
FPDFFormObj_GetObject.argtypes = [FPDF_PAGEOBJECT, c_ulong]
FPDFFormObj_GetObject.restype = FPDF_PAGEOBJECT

# /usr/include/bits/types/time_t.h: 10
# /usr/include/x86_64-linux-gnu/bits/types/time_t.h: 10
time_t = __time_t

# /usr/include/bits/types/struct_tm.h: 7
# /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: 7
class struct_tm (Structure):
__slots__ = ['tm_sec', 'tm_min', 'tm_hour', 'tm_mday', 'tm_mon', 'tm_year', 'tm_wday', 'tm_yday', 'tm_isdst', 'tm_gmtoff', 'tm_zone']

Expand Down
4 changes: 2 additions & 2 deletions autorelease/record.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pdfium": 6337,
"tag": "4.28.0"
"pdfium": 6406,
"tag": "4.29.0"
}
5 changes: 5 additions & 0 deletions docs/devel/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# Changelog


## 4.29.0 (2024-04-10)

- Updated PDFium from `6337` to `6406`.


## 4.28.0 (2024-03-10)

- Updated PDFium from `6281` to `6337`.
Expand Down

0 comments on commit 66cfaa0

Please sign in to comment.