File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/goplus/lib v0.2.0
7- github.com/goplus/llpkg/libxml2 v1.0.1
7+ github.com/goplus/llpkg/libxml2 v1.0.2
88)
Original file line number Diff line number Diff line change 11github.com/goplus/lib v0.2.0 h1:AjqkN1XK5H23wZMMlpaUYAMCDAdSBQ2NMFrLtSh7W4g =
22github.com/goplus/lib v0.2.0 /go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0 =
3- github.com/goplus/llpkg/libxml2 v1.0.1 h1:Eg9i7QSr5zJbawNoN/hSxt6/LUoZY8wF2VvlNxcn1Yc =
4- github.com/goplus/llpkg/libxml2 v1.0.1 /go.mod h1:5YXQ8OhzQeH+udVb1NPEryxH7hAiJ75p6+f5QBy7BpM =
3+ github.com/goplus/llpkg/libxml2 v1.0.2 h1:6Z8/lZwKBCweKA1q+U2ESMVFUiZWJiiOArAJ0PR7T4g =
4+ github.com/goplus/llpkg/libxml2 v1.0.2 /go.mod h1:5YXQ8OhzQeH+udVb1NPEryxH7hAiJ75p6+f5QBy7BpM =
Original file line number Diff line number Diff line change 3030 ],
3131 " trimPrefixes" : [" XSLT_" ," xslt" ],
3232 " cplusplus" : false,
33- " deps" : [
" c/os" ,
" github.com/goplus/llpkg/[email protected] .1 " ],
33+ " deps" : [
" c/os" ,
" github.com/goplus/llpkg/[email protected] .2 " ],
3434 " symMap" :{
3535 " xsltSetCtxtLocaleHandlers" :" -"
3636 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const MAX_SORT = 15
1010
1111type X_xsltRuntimeExtra struct {
1212 Info c.Pointer
13- Deallocate c. Pointer
13+ Deallocate libxml2. FreeFunc
1414 Val struct {
1515 Ptr c.Pointer
1616 }
@@ -200,9 +200,9 @@ type X_xsltTransformContext struct {
200200 Extras RuntimeExtraPtr
201201 StyleList DocumentPtr
202202 Sec c.Pointer
203- Error c. Pointer
203+ Error libxml2. GenericErrorFunc
204204 Errctx c.Pointer
205- Sortfunc c. Pointer
205+ Sortfunc SortFunc
206206 TmpRVT libxml2.DocPtr
207207 PersistRVT libxml2.DocPtr
208208 Ctxtflags c.Int
@@ -232,19 +232,19 @@ type X_xsltTransformContext struct {
232232 OpCount c.Ulong
233233 SourceDocDirty c.Int
234234 CurrentId c.Ulong
235- NewLocale c. Pointer
236- FreeLocale c. Pointer
237- GenSortKey c. Pointer
235+ NewLocale NewLocaleFunc
236+ FreeLocale FreeLocaleFunc
237+ GenSortKey GenSortKeyFunc
238238}
239239type TransformContext X_xsltTransformContext
240240type TransformContextPtr * TransformContext
241241
242242type X_xsltElemPreComp struct {
243243 Next ElemPreCompPtr
244244 Type StyleType
245- Func c. Pointer
245+ Func TransformFunction
246246 Inst libxml2.NodePtr
247- Free c. Pointer
247+ Free ElemPreCompDeallocator
248248}
249249type ElemPreComp X_xsltElemPreComp
250250type ElemPreCompPtr * ElemPreComp
@@ -287,7 +287,7 @@ type ElemPreCompDeallocator func(ElemPreCompPtr)
287287type X_xsltStylePreComp struct {
288288 Next ElemPreCompPtr
289289 Type StyleType
290- Func c. Pointer
290+ Func TransformFunction
291291 Inst libxml2.NodePtr
292292 Stype * libxml2.Char
293293 HasStype c.Int
You can’t perform that action at this time.
0 commit comments