@img/sharp-libvips-dev-wasm32 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/include/aom/aom.h +127 -0
- package/include/aom/aom_codec.h +577 -0
- package/include/aom/aom_decoder.h +257 -0
- package/include/aom/aom_encoder.h +1144 -0
- package/include/aom/aom_external_partition.h +452 -0
- package/include/aom/aom_frame_buffer.h +84 -0
- package/include/aom/aom_image.h +448 -0
- package/include/aom/aom_integer.h +68 -0
- package/include/aom/aomcx.h +2181 -0
- package/include/aom/aomdx.h +604 -0
- package/include/cgif.h +80 -0
- package/include/expat.h +1064 -0
- package/include/expat_config.h +140 -0
- package/include/expat_external.h +165 -0
- package/include/ffi.h +531 -0
- package/include/ffitarget.h +62 -0
- package/include/glib-2.0/gio/gaction.h +100 -0
- package/include/glib-2.0/gio/gactiongroup.h +163 -0
- package/include/glib-2.0/gio/gactiongroupexporter.h +47 -0
- package/include/glib-2.0/gio/gactionmap.h +101 -0
- package/include/glib-2.0/gio/gappinfo.h +369 -0
- package/include/glib-2.0/gio/gapplication.h +257 -0
- package/include/glib-2.0/gio/gapplicationcommandline.h +124 -0
- package/include/glib-2.0/gio/gasyncinitable.h +132 -0
- package/include/glib-2.0/gio/gasyncresult.h +87 -0
- package/include/glib-2.0/gio/gbufferedinputstream.h +135 -0
- package/include/glib-2.0/gio/gbufferedoutputstream.h +88 -0
- package/include/glib-2.0/gio/gbytesicon.h +54 -0
- package/include/glib-2.0/gio/gcancellable.h +120 -0
- package/include/glib-2.0/gio/gcharsetconverter.h +65 -0
- package/include/glib-2.0/gio/gcontenttype.h +84 -0
- package/include/glib-2.0/gio/gconverter.h +98 -0
- package/include/glib-2.0/gio/gconverterinputstream.h +82 -0
- package/include/glib-2.0/gio/gconverteroutputstream.h +82 -0
- package/include/glib-2.0/gio/gcredentials.h +87 -0
- package/include/glib-2.0/gio/gdatagrambased.h +146 -0
- package/include/glib-2.0/gio/gdatainputstream.h +182 -0
- package/include/glib-2.0/gio/gdataoutputstream.h +127 -0
- package/include/glib-2.0/gio/gdbusactiongroup.h +56 -0
- package/include/glib-2.0/gio/gdbusaddress.h +67 -0
- package/include/glib-2.0/gio/gdbusauthobserver.h +53 -0
- package/include/glib-2.0/gio/gdbusconnection.h +691 -0
- package/include/glib-2.0/gio/gdbuserror.h +111 -0
- package/include/glib-2.0/gio/gdbusinterface.h +83 -0
- package/include/glib-2.0/gio/gdbusinterfaceskeleton.h +129 -0
- package/include/glib-2.0/gio/gdbusintrospection.h +327 -0
- package/include/glib-2.0/gio/gdbusmenumodel.h +47 -0
- package/include/glib-2.0/gio/gdbusmessage.h +204 -0
- package/include/glib-2.0/gio/gdbusmethodinvocation.h +136 -0
- package/include/glib-2.0/gio/gdbusnameowning.h +117 -0
- package/include/glib-2.0/gio/gdbusnamewatching.h +104 -0
- package/include/glib-2.0/gio/gdbusobject.h +80 -0
- package/include/glib-2.0/gio/gdbusobjectmanager.h +96 -0
- package/include/glib-2.0/gio/gdbusobjectmanagerclient.h +148 -0
- package/include/glib-2.0/gio/gdbusobjectmanagerserver.h +95 -0
- package/include/glib-2.0/gio/gdbusobjectproxy.h +81 -0
- package/include/glib-2.0/gio/gdbusobjectskeleton.h +98 -0
- package/include/glib-2.0/gio/gdbusproxy.h +220 -0
- package/include/glib-2.0/gio/gdbusserver.h +62 -0
- package/include/glib-2.0/gio/gdbusutils.h +65 -0
- package/include/glib-2.0/gio/gdebugcontroller.h +81 -0
- package/include/glib-2.0/gio/gdebugcontrollerdbus.h +71 -0
- package/include/glib-2.0/gio/gdrive.h +274 -0
- package/include/glib-2.0/gio/gdtlsclientconnection.h +77 -0
- package/include/glib-2.0/gio/gdtlsconnection.h +230 -0
- package/include/glib-2.0/gio/gdtlsserverconnection.h +71 -0
- package/include/glib-2.0/gio/gemblem.h +63 -0
- package/include/glib-2.0/gio/gemblemedicon.h +83 -0
- package/include/glib-2.0/gio/gfile.h +1359 -0
- package/include/glib-2.0/gio/gfileattribute.h +86 -0
- package/include/glib-2.0/gio/gfileenumerator.h +154 -0
- package/include/glib-2.0/gio/gfileicon.h +59 -0
- package/include/glib-2.0/gio/gfileinfo.h +1546 -0
- package/include/glib-2.0/gio/gfileinputstream.h +116 -0
- package/include/glib-2.0/gio/gfileiostream.h +123 -0
- package/include/glib-2.0/gio/gfilemonitor.h +100 -0
- package/include/glib-2.0/gio/gfilenamecompleter.h +81 -0
- package/include/glib-2.0/gio/gfileoutputstream.h +124 -0
- package/include/glib-2.0/gio/gfilterinputstream.h +80 -0
- package/include/glib-2.0/gio/gfilteroutputstream.h +80 -0
- package/include/glib-2.0/gio/gicon.h +133 -0
- package/include/glib-2.0/gio/ginetaddress.h +125 -0
- package/include/glib-2.0/gio/ginetaddressmask.h +86 -0
- package/include/glib-2.0/gio/ginetsocketaddress.h +80 -0
- package/include/glib-2.0/gio/ginitable.h +107 -0
- package/include/glib-2.0/gio/ginputstream.h +218 -0
- package/include/glib-2.0/gio/gio-autocleanups.h +155 -0
- package/include/glib-2.0/gio/gio-visibility.h +952 -0
- package/include/glib-2.0/gio/gio.h +186 -0
- package/include/glib-2.0/gio/gioenums.h +2149 -0
- package/include/glib-2.0/gio/gioenumtypes.h +207 -0
- package/include/glib-2.0/gio/gioerror.h +58 -0
- package/include/glib-2.0/gio/giomodule.h +199 -0
- package/include/glib-2.0/gio/gioscheduler.h +56 -0
- package/include/glib-2.0/gio/giostream.h +137 -0
- package/include/glib-2.0/gio/giotypes.h +660 -0
- package/include/glib-2.0/gio/glistmodel.h +74 -0
- package/include/glib-2.0/gio/gliststore.h +97 -0
- package/include/glib-2.0/gio/gloadableicon.h +101 -0
- package/include/glib-2.0/gio/gmemoryinputstream.h +92 -0
- package/include/glib-2.0/gio/gmemorymonitor.h +64 -0
- package/include/glib-2.0/gio/gmemoryoutputstream.h +109 -0
- package/include/glib-2.0/gio/gmenu.h +184 -0
- package/include/glib-2.0/gio/gmenuexporter.h +55 -0
- package/include/glib-2.0/gio/gmenumodel.h +307 -0
- package/include/glib-2.0/gio/gmount.h +278 -0
- package/include/glib-2.0/gio/gmountoperation.h +179 -0
- package/include/glib-2.0/gio/gnativesocketaddress.h +67 -0
- package/include/glib-2.0/gio/gnativevolumemonitor.h +63 -0
- package/include/glib-2.0/gio/gnetworkaddress.h +82 -0
- package/include/glib-2.0/gio/gnetworking.h +81 -0
- package/include/glib-2.0/gio/gnetworkmonitor.h +101 -0
- package/include/glib-2.0/gio/gnetworkservice.h +77 -0
- package/include/glib-2.0/gio/gnotification.h +103 -0
- package/include/glib-2.0/gio/goutputstream.h +334 -0
- package/include/glib-2.0/gio/gpermission.h +129 -0
- package/include/glib-2.0/gio/gpollableinputstream.h +106 -0
- package/include/glib-2.0/gio/gpollableoutputstream.h +127 -0
- package/include/glib-2.0/gio/gpollableutils.h +66 -0
- package/include/glib-2.0/gio/gpowerprofilemonitor.h +65 -0
- package/include/glib-2.0/gio/gpropertyaction.h +49 -0
- package/include/glib-2.0/gio/gproxy.h +130 -0
- package/include/glib-2.0/gio/gproxyaddress.h +88 -0
- package/include/glib-2.0/gio/gproxyaddressenumerator.h +83 -0
- package/include/glib-2.0/gio/gproxyresolver.h +97 -0
- package/include/glib-2.0/gio/gremoteactiongroup.h +77 -0
- package/include/glib-2.0/gio/gresolver.h +299 -0
- package/include/glib-2.0/gio/gresource.h +132 -0
- package/include/glib-2.0/gio/gseekable.h +105 -0
- package/include/glib-2.0/gio/gsettings.h +347 -0
- package/include/glib-2.0/gio/gsettingsbackend.h +176 -0
- package/include/glib-2.0/gio/gsettingsschema.h +115 -0
- package/include/glib-2.0/gio/gsimpleaction.h +65 -0
- package/include/glib-2.0/gio/gsimpleactiongroup.h +99 -0
- package/include/glib-2.0/gio/gsimpleasyncresult.h +164 -0
- package/include/glib-2.0/gio/gsimpleiostream.h +47 -0
- package/include/glib-2.0/gio/gsimplepermission.h +47 -0
- package/include/glib-2.0/gio/gsimpleproxyresolver.h +91 -0
- package/include/glib-2.0/gio/gsocket.h +330 -0
- package/include/glib-2.0/gio/gsocketaddress.h +84 -0
- package/include/glib-2.0/gio/gsocketaddressenumerator.h +103 -0
- package/include/glib-2.0/gio/gsocketclient.h +199 -0
- package/include/glib-2.0/gio/gsocketconnectable.h +83 -0
- package/include/glib-2.0/gio/gsocketconnection.h +117 -0
- package/include/glib-2.0/gio/gsocketcontrolmessage.h +113 -0
- package/include/glib-2.0/gio/gsocketlistener.h +157 -0
- package/include/glib-2.0/gio/gsocketservice.h +95 -0
- package/include/glib-2.0/gio/gsrvtarget.h +60 -0
- package/include/glib-2.0/gio/gsubprocess.h +169 -0
- package/include/glib-2.0/gio/gsubprocesslauncher.h +121 -0
- package/include/glib-2.0/gio/gtask.h +207 -0
- package/include/glib-2.0/gio/gtcpconnection.h +71 -0
- package/include/glib-2.0/gio/gtcpwrapperconnection.h +71 -0
- package/include/glib-2.0/gio/gtestdbus.h +74 -0
- package/include/glib-2.0/gio/gthemedicon.h +70 -0
- package/include/glib-2.0/gio/gthreadedsocketservice.h +83 -0
- package/include/glib-2.0/gio/gtlsbackend.h +115 -0
- package/include/glib-2.0/gio/gtlscertificate.h +125 -0
- package/include/glib-2.0/gio/gtlsclientconnection.h +88 -0
- package/include/glib-2.0/gio/gtlsconnection.h +214 -0
- package/include/glib-2.0/gio/gtlsdatabase.h +249 -0
- package/include/glib-2.0/gio/gtlsfiledatabase.h +60 -0
- package/include/glib-2.0/gio/gtlsinteraction.h +150 -0
- package/include/glib-2.0/gio/gtlspassword.h +121 -0
- package/include/glib-2.0/gio/gtlsserverconnection.h +71 -0
- package/include/glib-2.0/gio/gunixconnection.h +102 -0
- package/include/glib-2.0/gio/gunixcredentialsmessage.h +89 -0
- package/include/glib-2.0/gio/gunixfdlist.h +97 -0
- package/include/glib-2.0/gio/gunixsocketaddress.h +83 -0
- package/include/glib-2.0/gio/gvfs.h +170 -0
- package/include/glib-2.0/gio/gvolume.h +255 -0
- package/include/glib-2.0/gio/gvolumemonitor.h +156 -0
- package/include/glib-2.0/gio/gzlibcompressor.h +64 -0
- package/include/glib-2.0/gio/gzlibdecompressor.h +60 -0
- package/include/glib-2.0/glib/deprecated/gallocator.h +88 -0
- package/include/glib-2.0/glib/deprecated/gcache.h +77 -0
- package/include/glib-2.0/glib/deprecated/gcompletion.h +85 -0
- package/include/glib-2.0/glib/deprecated/gmain.h +137 -0
- package/include/glib-2.0/glib/deprecated/grel.h +107 -0
- package/include/glib-2.0/glib/deprecated/gthread.h +295 -0
- package/include/glib-2.0/glib/galloca.h +147 -0
- package/include/glib-2.0/glib/garray.h +323 -0
- package/include/glib-2.0/glib/gasyncqueue.h +126 -0
- package/include/glib-2.0/glib/gatomic.h +587 -0
- package/include/glib-2.0/glib/gbacktrace.h +74 -0
- package/include/glib-2.0/glib/gbase64.h +63 -0
- package/include/glib-2.0/glib/gbitlock.h +78 -0
- package/include/glib-2.0/glib/gbookmarkfile.h +300 -0
- package/include/glib-2.0/glib/gbytes.h +99 -0
- package/include/glib-2.0/glib/gcharset.h +49 -0
- package/include/glib-2.0/glib/gchecksum.h +106 -0
- package/include/glib-2.0/glib/gconvert.h +179 -0
- package/include/glib-2.0/glib/gdataset.h +156 -0
- package/include/glib-2.0/glib/gdate.h +309 -0
- package/include/glib-2.0/glib/gdatetime.h +275 -0
- package/include/glib-2.0/glib/gdir.h +54 -0
- package/include/glib-2.0/glib/genviron.h +65 -0
- package/include/glib-2.0/glib/gerror.h +263 -0
- package/include/glib-2.0/glib/gfileutils.h +223 -0
- package/include/glib-2.0/glib/ggettext.h +65 -0
- package/include/glib-2.0/glib/ghash.h +206 -0
- package/include/glib-2.0/glib/ghmac.h +85 -0
- package/include/glib-2.0/glib/ghook.h +204 -0
- package/include/glib-2.0/glib/ghostutils.h +45 -0
- package/include/glib-2.0/glib/gi18n-lib.h +29 -0
- package/include/glib-2.0/glib/gi18n.h +34 -0
- package/include/glib-2.0/glib/giochannel.h +407 -0
- package/include/glib-2.0/glib/gkeyfile.h +332 -0
- package/include/glib-2.0/glib/glib-autocleanups.h +105 -0
- package/include/glib-2.0/glib/glib-typeof.h +47 -0
- package/include/glib-2.0/glib/glib-visibility.h +952 -0
- package/include/glib-2.0/glib/glist.h +179 -0
- package/include/glib-2.0/glib/gmacros.h +1425 -0
- package/include/glib-2.0/glib/gmain.h +862 -0
- package/include/glib-2.0/glib/gmappedfile.h +60 -0
- package/include/glib-2.0/glib/gmarkup.h +265 -0
- package/include/glib-2.0/glib/gmem.h +425 -0
- package/include/glib-2.0/glib/gmessages.h +690 -0
- package/include/glib-2.0/glib/gnode.h +309 -0
- package/include/glib-2.0/glib/goption.h +409 -0
- package/include/glib-2.0/glib/gpathbuf.h +90 -0
- package/include/glib-2.0/glib/gpattern.h +65 -0
- package/include/glib-2.0/glib/gpoll.h +122 -0
- package/include/glib-2.0/glib/gprimes.h +52 -0
- package/include/glib-2.0/glib/gprintf.h +59 -0
- package/include/glib-2.0/glib/gqsort.h +47 -0
- package/include/glib-2.0/glib/gquark.h +70 -0
- package/include/glib-2.0/glib/gqueue.h +205 -0
- package/include/glib-2.0/glib/grand.h +101 -0
- package/include/glib-2.0/glib/grcbox.h +91 -0
- package/include/glib-2.0/glib/grefcount.h +179 -0
- package/include/glib-2.0/glib/grefstring.h +59 -0
- package/include/glib-2.0/glib/gscanner.h +301 -0
- package/include/glib-2.0/glib/gsequence.h +175 -0
- package/include/glib-2.0/glib/gshell.h +59 -0
- package/include/glib-2.0/glib/gslice.h +117 -0
- package/include/glib-2.0/glib/gslist.h +166 -0
- package/include/glib-2.0/glib/gspawn.h +323 -0
- package/include/glib-2.0/glib/gstdio.h +231 -0
- package/include/glib-2.0/glib/gstrfuncs.h +504 -0
- package/include/glib-2.0/glib/gstring.h +296 -0
- package/include/glib-2.0/glib/gstringchunk.h +59 -0
- package/include/glib-2.0/glib/gstrvbuilder.h +69 -0
- package/include/glib-2.0/glib/gtestutils.h +763 -0
- package/include/glib-2.0/glib/gthread.h +603 -0
- package/include/glib-2.0/glib/gthreadpool.h +105 -0
- package/include/glib-2.0/glib/gtimer.h +80 -0
- package/include/glib-2.0/glib/gtimezone.h +98 -0
- package/include/glib-2.0/glib/gtrashstack.h +60 -0
- package/include/glib-2.0/glib/gtree.h +181 -0
- package/include/glib-2.0/glib/gtypes.h +591 -0
- package/include/glib-2.0/glib/gunicode.h +974 -0
- package/include/glib-2.0/glib/guri.h +420 -0
- package/include/glib-2.0/glib/gutils.h +479 -0
- package/include/glib-2.0/glib/guuid.h +42 -0
- package/include/glib-2.0/glib/gvariant.h +541 -0
- package/include/glib-2.0/glib/gvarianttype.h +384 -0
- package/include/glib-2.0/glib/gversion.h +57 -0
- package/include/glib-2.0/glib/gversionmacros.h +490 -0
- package/include/glib-2.0/glib/gwin32.h +142 -0
- package/include/glib-2.0/glib-object.h +46 -0
- package/include/glib-2.0/glib-unix.h +125 -0
- package/include/glib-2.0/glib.h +121 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +952 -0
- package/include/glib-2.0/gmodule.h +147 -0
- package/include/glib-2.0/gobject/gbinding.h +156 -0
- package/include/glib-2.0/gobject/gbindinggroup.h +85 -0
- package/include/glib-2.0/gobject/gboxed.h +124 -0
- package/include/glib-2.0/gobject/gclosure.h +323 -0
- package/include/glib-2.0/gobject/genums.h +381 -0
- package/include/glib-2.0/gobject/glib-enumtypes.h +25 -0
- package/include/glib-2.0/gobject/glib-types.h +400 -0
- package/include/glib-2.0/gobject/gmarshal.h +434 -0
- package/include/glib-2.0/gobject/gobject-autocleanups.h +33 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +952 -0
- package/include/glib-2.0/gobject/gobject.h +953 -0
- package/include/glib-2.0/gobject/gobjectnotifyqueue.c +199 -0
- package/include/glib-2.0/gobject/gparam.h +477 -0
- package/include/glib-2.0/gobject/gparamspecs.h +1151 -0
- package/include/glib-2.0/gobject/gsignal.h +647 -0
- package/include/glib-2.0/gobject/gsignalgroup.h +98 -0
- package/include/glib-2.0/gobject/gsourceclosure.h +40 -0
- package/include/glib-2.0/gobject/gtype.h +2715 -0
- package/include/glib-2.0/gobject/gtypemodule.h +302 -0
- package/include/glib-2.0/gobject/gtypeplugin.h +136 -0
- package/include/glib-2.0/gobject/gvalue.h +212 -0
- package/include/glib-2.0/gobject/gvaluearray.h +106 -0
- package/include/glib-2.0/gobject/gvaluecollector.h +290 -0
- package/include/glib-2.0/gobject/gvaluetypes.h +318 -0
- package/include/hwy/aligned_allocator.h +211 -0
- package/include/hwy/base.h +1517 -0
- package/include/hwy/cache_control.h +108 -0
- package/include/hwy/detect_compiler_arch.h +281 -0
- package/include/hwy/detect_targets.h +644 -0
- package/include/hwy/foreach_target.h +340 -0
- package/include/hwy/highway.h +435 -0
- package/include/hwy/highway_export.h +74 -0
- package/include/hwy/nanobenchmark.h +171 -0
- package/include/hwy/ops/arm_neon-inl.h +8913 -0
- package/include/hwy/ops/arm_sve-inl.h +5105 -0
- package/include/hwy/ops/emu128-inl.h +2811 -0
- package/include/hwy/ops/generic_ops-inl.h +4745 -0
- package/include/hwy/ops/ppc_vsx-inl.h +5716 -0
- package/include/hwy/ops/rvv-inl.h +5070 -0
- package/include/hwy/ops/scalar-inl.h +1995 -0
- package/include/hwy/ops/set_macros-inl.h +578 -0
- package/include/hwy/ops/shared-inl.h +539 -0
- package/include/hwy/ops/tuple-inl.h +125 -0
- package/include/hwy/ops/wasm_128-inl.h +5917 -0
- package/include/hwy/ops/x86_128-inl.h +11173 -0
- package/include/hwy/ops/x86_256-inl.h +7529 -0
- package/include/hwy/ops/x86_512-inl.h +6849 -0
- package/include/hwy/per_target.h +44 -0
- package/include/hwy/print-inl.h +62 -0
- package/include/hwy/print.h +75 -0
- package/include/hwy/robust_statistics.h +148 -0
- package/include/hwy/targets.h +338 -0
- package/include/hwy/timer-inl.h +200 -0
- package/include/hwy/timer.h +55 -0
- package/include/index.js +1 -0
- package/include/jconfig.h +37 -0
- package/include/jerror.h +335 -0
- package/include/jmorecfg.h +382 -0
- package/include/jpeglib.h +1211 -0
- package/include/lcms2.h +1958 -0
- package/include/lcms2_plugin.h +700 -0
- package/include/libexif/_stdint.h +2 -0
- package/include/libexif/exif-byte-order.h +48 -0
- package/include/libexif/exif-content.h +181 -0
- package/include/libexif/exif-data-type.h +46 -0
- package/include/libexif/exif-data.h +267 -0
- package/include/libexif/exif-entry.h +186 -0
- package/include/libexif/exif-format.h +65 -0
- package/include/libexif/exif-ifd.h +51 -0
- package/include/libexif/exif-loader.h +128 -0
- package/include/libexif/exif-log.h +116 -0
- package/include/libexif/exif-mem.h +91 -0
- package/include/libexif/exif-mnote-data.h +122 -0
- package/include/libexif/exif-tag.h +307 -0
- package/include/libexif/exif-utils.h +194 -0
- package/include/libheif/heif.h +2169 -0
- package/include/libheif/heif_cxx.h +1362 -0
- package/include/libheif/heif_plugin.h +306 -0
- package/include/libheif/heif_properties.h +138 -0
- package/include/libheif/heif_regions.h +866 -0
- package/include/libheif/heif_version.h +38 -0
- package/include/libimagequant.h +111 -0
- package/include/resvg.h +491 -0
- package/include/spng.h +537 -0
- package/include/tiff.h +899 -0
- package/include/tiffconf.h +145 -0
- package/include/tiffio.h +653 -0
- package/include/tiffvers.h +36 -0
- package/include/vips/VConnection8.h +144 -0
- package/include/vips/VError8.h +79 -0
- package/include/vips/VImage8.h +6329 -0
- package/include/vips/VInterpolate8.h +74 -0
- package/include/vips/VRegion8.h +154 -0
- package/include/vips/arithmetic.h +571 -0
- package/include/vips/basic.h +113 -0
- package/include/vips/buf.h +120 -0
- package/include/vips/colour.h +306 -0
- package/include/vips/connection.h +567 -0
- package/include/vips/conversion.h +357 -0
- package/include/vips/convolution.h +101 -0
- package/include/vips/create.h +161 -0
- package/include/vips/dbuf.h +101 -0
- package/include/vips/debug.h +106 -0
- package/include/vips/draw.h +113 -0
- package/include/vips/enumtypes.h +184 -0
- package/include/vips/error.h +142 -0
- package/include/vips/foreign.h +1033 -0
- package/include/vips/format.h +135 -0
- package/include/vips/freqfilt.h +64 -0
- package/include/vips/gate.h +90 -0
- package/include/vips/generate.h +92 -0
- package/include/vips/header.h +322 -0
- package/include/vips/histogram.h +85 -0
- package/include/vips/image.h +605 -0
- package/include/vips/interpolate.h +140 -0
- package/include/vips/memory.h +105 -0
- package/include/vips/morphology.h +73 -0
- package/include/vips/mosaicing.h +79 -0
- package/include/vips/object.h +720 -0
- package/include/vips/operation.h +183 -0
- package/include/vips/private.h +225 -0
- package/include/vips/rect.h +80 -0
- package/include/vips/region.h +238 -0
- package/include/vips/resample.h +123 -0
- package/include/vips/sbuf.h +143 -0
- package/include/vips/semaphore.h +77 -0
- package/include/vips/thread.h +75 -0
- package/include/vips/threadpool.h +159 -0
- package/include/vips/transform.h +89 -0
- package/include/vips/type.h +310 -0
- package/include/vips/util.h +451 -0
- package/include/vips/vector.h +63 -0
- package/include/vips/version.h +26 -0
- package/include/vips/vips.h +195 -0
- package/include/vips/vips8 +60 -0
- package/include/webp/decode.h +504 -0
- package/include/webp/demux.h +363 -0
- package/include/webp/encode.h +552 -0
- package/include/webp/mux.h +530 -0
- package/include/webp/mux_types.h +98 -0
- package/include/webp/sharpyuv/sharpyuv.h +103 -0
- package/include/webp/sharpyuv/sharpyuv_csp.h +60 -0
- package/include/webp/types.h +72 -0
- package/include/zconf.h +203 -0
- package/include/zlib.h +1859 -0
- package/include/zlib_name_mangling.h +8 -0
- package/lib/glib-2.0/include/glibconfig.h +220 -0
- package/lib/index.js +1 -0
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexif.la +41 -0
- package/lib/libexpat.a +0 -0
- package/lib/libexpat.la +41 -0
- package/lib/libffi.a +0 -0
- package/lib/libffi.la +41 -0
- package/lib/libgio-2.0.a +0 -0
- package/lib/libglib-2.0.a +0 -0
- package/lib/libgmodule-2.0.a +0 -0
- package/lib/libgobject-2.0.a +0 -0
- package/lib/libgthread-2.0.a +0 -0
- package/lib/libheif.a +0 -0
- package/lib/libhwy.a +0 -0
- package/lib/libimagequant.a +0 -0
- package/lib/libjpeg.a +0 -0
- package/lib/liblcms2.a +0 -0
- package/lib/libresvg.a +0 -0
- package/lib/libsharpyuv.a +0 -0
- package/lib/libsharpyuv.la +41 -0
- package/lib/libspng.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libtiff.la +41 -0
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebp.la +41 -0
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpdemux.la +41 -0
- package/lib/libwebpmux.a +0 -0
- package/lib/libwebpmux.la +41 -0
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/aom.pc +14 -0
- package/lib/pkgconfig/cgif.pc +9 -0
- package/lib/pkgconfig/expat.pc +12 -0
- package/lib/pkgconfig/gio-2.0.pc +24 -0
- package/lib/pkgconfig/glib-2.0.pc +16 -0
- package/lib/pkgconfig/gmodule-2.0.pc +12 -0
- package/lib/pkgconfig/gmodule-export-2.0.pc +12 -0
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +12 -0
- package/lib/pkgconfig/gobject-2.0.pc +10 -0
- package/lib/pkgconfig/gthread-2.0.pc +10 -0
- package/lib/pkgconfig/imagequant.pc +9 -0
- package/lib/pkgconfig/lcms2.pc +9 -0
- package/lib/pkgconfig/libexif.pc +12 -0
- package/lib/pkgconfig/libffi.pc +11 -0
- package/lib/pkgconfig/libheif.pc +23 -0
- package/lib/pkgconfig/libhwy.pc +10 -0
- package/lib/pkgconfig/libjpeg.pc +10 -0
- package/lib/pkgconfig/libsharpyuv.pc +11 -0
- package/lib/pkgconfig/libtiff-4.pc +12 -0
- package/lib/pkgconfig/libwebp.pc +12 -0
- package/lib/pkgconfig/libwebpdemux.pc +11 -0
- package/lib/pkgconfig/libwebpmux.pc +12 -0
- package/lib/pkgconfig/spng.pc +10 -0
- package/lib/pkgconfig/vips-cpp.pc +10 -0
- package/lib/pkgconfig/vips.pc +10 -0
- package/lib/pkgconfig/zlib.pc +14 -0
- package/package.json +31 -0
- package/versions.json +19 -0
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
/* GLIB - Library of useful routines for C programming
|
|
2
|
+
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
5
|
+
*
|
|
6
|
+
* This library is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This library is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*
|
|
21
|
+
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
|
|
22
|
+
* file for a list of people on the GLib Team. See the ChangeLog
|
|
23
|
+
* files for a list of changes. These files are distributed with
|
|
24
|
+
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
#ifndef __G_STRING_H__
|
|
28
|
+
#define __G_STRING_H__
|
|
29
|
+
|
|
30
|
+
#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
|
|
31
|
+
#error "Only <glib.h> can be included directly."
|
|
32
|
+
#endif
|
|
33
|
+
|
|
34
|
+
#include <glib/gtypes.h>
|
|
35
|
+
#include <glib/gunicode.h>
|
|
36
|
+
#include <glib/gbytes.h>
|
|
37
|
+
#include <glib/gstrfuncs.h>
|
|
38
|
+
#include <glib/gutils.h> /* for G_CAN_INLINE */
|
|
39
|
+
#include <string.h>
|
|
40
|
+
|
|
41
|
+
G_BEGIN_DECLS
|
|
42
|
+
|
|
43
|
+
typedef struct _GString GString;
|
|
44
|
+
|
|
45
|
+
struct _GString
|
|
46
|
+
{
|
|
47
|
+
gchar *str;
|
|
48
|
+
gsize len;
|
|
49
|
+
gsize allocated_len;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
GLIB_AVAILABLE_IN_ALL
|
|
53
|
+
GString* g_string_new (const gchar *init);
|
|
54
|
+
GLIB_AVAILABLE_IN_2_78
|
|
55
|
+
GString* g_string_new_take (gchar *init);
|
|
56
|
+
GLIB_AVAILABLE_IN_ALL
|
|
57
|
+
GString* g_string_new_len (const gchar *init,
|
|
58
|
+
gssize len);
|
|
59
|
+
GLIB_AVAILABLE_IN_ALL
|
|
60
|
+
GString* g_string_sized_new (gsize dfl_size);
|
|
61
|
+
GLIB_AVAILABLE_IN_ALL
|
|
62
|
+
gchar* (g_string_free) (GString *string,
|
|
63
|
+
gboolean free_segment);
|
|
64
|
+
GLIB_AVAILABLE_IN_2_76
|
|
65
|
+
gchar* g_string_free_and_steal (GString *string) G_GNUC_WARN_UNUSED_RESULT;
|
|
66
|
+
|
|
67
|
+
#if G_GNUC_CHECK_VERSION (2, 0) && (GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_76)
|
|
68
|
+
|
|
69
|
+
#define g_string_free(str, free_segment) \
|
|
70
|
+
(__builtin_constant_p (free_segment) ? \
|
|
71
|
+
((free_segment) ? \
|
|
72
|
+
(g_string_free) ((str), (free_segment)) : \
|
|
73
|
+
g_string_free_and_steal (str)) \
|
|
74
|
+
: \
|
|
75
|
+
(g_string_free) ((str), (free_segment)))
|
|
76
|
+
|
|
77
|
+
#endif /* G_GNUC_CHECK_VERSION (2, 0) && (GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_76) */
|
|
78
|
+
|
|
79
|
+
GLIB_AVAILABLE_IN_2_34
|
|
80
|
+
GBytes* g_string_free_to_bytes (GString *string);
|
|
81
|
+
GLIB_AVAILABLE_IN_ALL
|
|
82
|
+
gboolean g_string_equal (const GString *v,
|
|
83
|
+
const GString *v2);
|
|
84
|
+
GLIB_AVAILABLE_IN_ALL
|
|
85
|
+
guint g_string_hash (const GString *str);
|
|
86
|
+
GLIB_AVAILABLE_IN_ALL
|
|
87
|
+
GString* g_string_assign (GString *string,
|
|
88
|
+
const gchar *rval);
|
|
89
|
+
GLIB_AVAILABLE_IN_ALL
|
|
90
|
+
GString* g_string_truncate (GString *string,
|
|
91
|
+
gsize len);
|
|
92
|
+
GLIB_AVAILABLE_IN_ALL
|
|
93
|
+
GString* g_string_set_size (GString *string,
|
|
94
|
+
gsize len);
|
|
95
|
+
GLIB_AVAILABLE_IN_ALL
|
|
96
|
+
GString* g_string_insert_len (GString *string,
|
|
97
|
+
gssize pos,
|
|
98
|
+
const gchar *val,
|
|
99
|
+
gssize len);
|
|
100
|
+
GLIB_AVAILABLE_IN_ALL
|
|
101
|
+
GString* g_string_append (GString *string,
|
|
102
|
+
const gchar *val);
|
|
103
|
+
GLIB_AVAILABLE_IN_ALL
|
|
104
|
+
GString* g_string_append_len (GString *string,
|
|
105
|
+
const gchar *val,
|
|
106
|
+
gssize len);
|
|
107
|
+
GLIB_AVAILABLE_IN_ALL
|
|
108
|
+
GString* g_string_append_c (GString *string,
|
|
109
|
+
gchar c);
|
|
110
|
+
GLIB_AVAILABLE_IN_ALL
|
|
111
|
+
GString* g_string_append_unichar (GString *string,
|
|
112
|
+
gunichar wc);
|
|
113
|
+
GLIB_AVAILABLE_IN_ALL
|
|
114
|
+
GString* g_string_prepend (GString *string,
|
|
115
|
+
const gchar *val);
|
|
116
|
+
GLIB_AVAILABLE_IN_ALL
|
|
117
|
+
GString* g_string_prepend_c (GString *string,
|
|
118
|
+
gchar c);
|
|
119
|
+
GLIB_AVAILABLE_IN_ALL
|
|
120
|
+
GString* g_string_prepend_unichar (GString *string,
|
|
121
|
+
gunichar wc);
|
|
122
|
+
GLIB_AVAILABLE_IN_ALL
|
|
123
|
+
GString* g_string_prepend_len (GString *string,
|
|
124
|
+
const gchar *val,
|
|
125
|
+
gssize len);
|
|
126
|
+
GLIB_AVAILABLE_IN_ALL
|
|
127
|
+
GString* g_string_insert (GString *string,
|
|
128
|
+
gssize pos,
|
|
129
|
+
const gchar *val);
|
|
130
|
+
GLIB_AVAILABLE_IN_ALL
|
|
131
|
+
GString* g_string_insert_c (GString *string,
|
|
132
|
+
gssize pos,
|
|
133
|
+
gchar c);
|
|
134
|
+
GLIB_AVAILABLE_IN_ALL
|
|
135
|
+
GString* g_string_insert_unichar (GString *string,
|
|
136
|
+
gssize pos,
|
|
137
|
+
gunichar wc);
|
|
138
|
+
GLIB_AVAILABLE_IN_ALL
|
|
139
|
+
GString* g_string_overwrite (GString *string,
|
|
140
|
+
gsize pos,
|
|
141
|
+
const gchar *val);
|
|
142
|
+
GLIB_AVAILABLE_IN_ALL
|
|
143
|
+
GString* g_string_overwrite_len (GString *string,
|
|
144
|
+
gsize pos,
|
|
145
|
+
const gchar *val,
|
|
146
|
+
gssize len);
|
|
147
|
+
GLIB_AVAILABLE_IN_ALL
|
|
148
|
+
GString* g_string_erase (GString *string,
|
|
149
|
+
gssize pos,
|
|
150
|
+
gssize len);
|
|
151
|
+
GLIB_AVAILABLE_IN_2_68
|
|
152
|
+
guint g_string_replace (GString *string,
|
|
153
|
+
const gchar *find,
|
|
154
|
+
const gchar *replace,
|
|
155
|
+
guint limit);
|
|
156
|
+
GLIB_AVAILABLE_IN_ALL
|
|
157
|
+
GString* g_string_ascii_down (GString *string);
|
|
158
|
+
GLIB_AVAILABLE_IN_ALL
|
|
159
|
+
GString* g_string_ascii_up (GString *string);
|
|
160
|
+
GLIB_AVAILABLE_IN_ALL
|
|
161
|
+
void g_string_vprintf (GString *string,
|
|
162
|
+
const gchar *format,
|
|
163
|
+
va_list args)
|
|
164
|
+
G_GNUC_PRINTF(2, 0);
|
|
165
|
+
GLIB_AVAILABLE_IN_ALL
|
|
166
|
+
void g_string_printf (GString *string,
|
|
167
|
+
const gchar *format,
|
|
168
|
+
...) G_GNUC_PRINTF (2, 3);
|
|
169
|
+
GLIB_AVAILABLE_IN_ALL
|
|
170
|
+
void g_string_append_vprintf (GString *string,
|
|
171
|
+
const gchar *format,
|
|
172
|
+
va_list args)
|
|
173
|
+
G_GNUC_PRINTF(2, 0);
|
|
174
|
+
GLIB_AVAILABLE_IN_ALL
|
|
175
|
+
void g_string_append_printf (GString *string,
|
|
176
|
+
const gchar *format,
|
|
177
|
+
...) G_GNUC_PRINTF (2, 3);
|
|
178
|
+
GLIB_AVAILABLE_IN_ALL
|
|
179
|
+
GString* g_string_append_uri_escaped (GString *string,
|
|
180
|
+
const gchar *unescaped,
|
|
181
|
+
const gchar *reserved_chars_allowed,
|
|
182
|
+
gboolean allow_utf8);
|
|
183
|
+
|
|
184
|
+
#ifdef G_CAN_INLINE
|
|
185
|
+
|
|
186
|
+
#if defined (_MSC_VER) && !defined (__clang__)
|
|
187
|
+
#pragma warning (push)
|
|
188
|
+
#pragma warning (disable : 4141) /* silence "warning C4141: 'inline' used more than once" */
|
|
189
|
+
#endif
|
|
190
|
+
|
|
191
|
+
#ifndef __GTK_DOC_IGNORE__
|
|
192
|
+
|
|
193
|
+
G_ALWAYS_INLINE
|
|
194
|
+
static inline GString*
|
|
195
|
+
g_string_append_c_inline (GString *gstring,
|
|
196
|
+
gchar c)
|
|
197
|
+
{
|
|
198
|
+
if (G_LIKELY (gstring != NULL &&
|
|
199
|
+
gstring->len + 1 < gstring->allocated_len))
|
|
200
|
+
{
|
|
201
|
+
gstring->str[gstring->len++] = c;
|
|
202
|
+
gstring->str[gstring->len] = 0;
|
|
203
|
+
}
|
|
204
|
+
else
|
|
205
|
+
g_string_insert_c (gstring, -1, c);
|
|
206
|
+
return gstring;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
#define g_string_append_c(gstr,c) \
|
|
210
|
+
g_string_append_c_inline (gstr, c)
|
|
211
|
+
|
|
212
|
+
G_ALWAYS_INLINE
|
|
213
|
+
static inline GString *
|
|
214
|
+
g_string_append_len_inline (GString *gstring,
|
|
215
|
+
const char *val,
|
|
216
|
+
gssize len)
|
|
217
|
+
{
|
|
218
|
+
gsize len_unsigned;
|
|
219
|
+
|
|
220
|
+
if G_UNLIKELY (gstring == NULL)
|
|
221
|
+
return g_string_append_len (gstring, val, len);
|
|
222
|
+
|
|
223
|
+
if G_UNLIKELY (val == NULL)
|
|
224
|
+
return (len != 0) ? g_string_append_len (gstring, val, len) : gstring;
|
|
225
|
+
|
|
226
|
+
if (len < 0)
|
|
227
|
+
len_unsigned = strlen (val);
|
|
228
|
+
else
|
|
229
|
+
len_unsigned = (gsize) len;
|
|
230
|
+
|
|
231
|
+
if (G_LIKELY (gstring->len + len_unsigned < gstring->allocated_len))
|
|
232
|
+
{
|
|
233
|
+
char *end = gstring->str + gstring->len;
|
|
234
|
+
if (G_LIKELY (val + len_unsigned <= end || val > end + len_unsigned))
|
|
235
|
+
memcpy (end, val, len_unsigned);
|
|
236
|
+
else
|
|
237
|
+
memmove (end, val, len_unsigned);
|
|
238
|
+
gstring->len += len_unsigned;
|
|
239
|
+
gstring->str[gstring->len] = 0;
|
|
240
|
+
return gstring;
|
|
241
|
+
}
|
|
242
|
+
else
|
|
243
|
+
return g_string_insert_len (gstring, -1, val, len);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
#define g_string_append_len(gstr, val, len) \
|
|
247
|
+
g_string_append_len_inline (gstr, val, len)
|
|
248
|
+
|
|
249
|
+
G_ALWAYS_INLINE
|
|
250
|
+
static inline GString *
|
|
251
|
+
g_string_truncate_inline (GString *gstring,
|
|
252
|
+
gsize len)
|
|
253
|
+
{
|
|
254
|
+
gstring->len = MIN (len, gstring->len);
|
|
255
|
+
gstring->str[gstring->len] = '\0';
|
|
256
|
+
return gstring;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
#define g_string_truncate(gstr, len) \
|
|
260
|
+
g_string_truncate_inline (gstr, len)
|
|
261
|
+
|
|
262
|
+
#if G_GNUC_CHECK_VERSION (2, 0)
|
|
263
|
+
|
|
264
|
+
#define g_string_append(gstr, val) \
|
|
265
|
+
(__builtin_constant_p (val) ? \
|
|
266
|
+
G_GNUC_EXTENSION ({ \
|
|
267
|
+
const char * const __val = (val); \
|
|
268
|
+
g_string_append_len (gstr, __val, \
|
|
269
|
+
G_LIKELY (__val != NULL) ? \
|
|
270
|
+
(gssize) strlen (_G_STR_NONNULL (__val)) \
|
|
271
|
+
: (gssize) -1); \
|
|
272
|
+
}) \
|
|
273
|
+
: \
|
|
274
|
+
g_string_append_len (gstr, val, (gssize) -1))
|
|
275
|
+
|
|
276
|
+
#endif /* G_GNUC_CHECK_VERSION (2, 0) */
|
|
277
|
+
|
|
278
|
+
#endif /* __GTK_DOC_IGNORE__ */
|
|
279
|
+
|
|
280
|
+
#if defined (_MSC_VER) && !defined (__clang__)
|
|
281
|
+
#pragma warning (pop) /* #pragma warning (disable : 4141) */
|
|
282
|
+
#endif
|
|
283
|
+
|
|
284
|
+
#endif /* G_CAN_INLINE */
|
|
285
|
+
|
|
286
|
+
GLIB_DEPRECATED
|
|
287
|
+
GString *g_string_down (GString *string);
|
|
288
|
+
GLIB_DEPRECATED
|
|
289
|
+
GString *g_string_up (GString *string);
|
|
290
|
+
|
|
291
|
+
#define g_string_sprintf g_string_printf GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_string_printf)
|
|
292
|
+
#define g_string_sprintfa g_string_append_printf GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_string_append_printf)
|
|
293
|
+
|
|
294
|
+
G_END_DECLS
|
|
295
|
+
|
|
296
|
+
#endif /* __G_STRING_H__ */
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* GLIB - Library of useful routines for C programming
|
|
2
|
+
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
5
|
+
*
|
|
6
|
+
* This library is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This library is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*
|
|
21
|
+
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
|
|
22
|
+
* file for a list of people on the GLib Team. See the ChangeLog
|
|
23
|
+
* files for a list of changes. These files are distributed with
|
|
24
|
+
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
#ifndef __G_STRINGCHUNK_H__
|
|
28
|
+
#define __G_STRINGCHUNK_H__
|
|
29
|
+
|
|
30
|
+
#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
|
|
31
|
+
#error "Only <glib.h> can be included directly."
|
|
32
|
+
#endif
|
|
33
|
+
|
|
34
|
+
#include <glib/gtypes.h>
|
|
35
|
+
|
|
36
|
+
G_BEGIN_DECLS
|
|
37
|
+
|
|
38
|
+
typedef struct _GStringChunk GStringChunk;
|
|
39
|
+
|
|
40
|
+
GLIB_AVAILABLE_IN_ALL
|
|
41
|
+
GStringChunk* g_string_chunk_new (gsize size);
|
|
42
|
+
GLIB_AVAILABLE_IN_ALL
|
|
43
|
+
void g_string_chunk_free (GStringChunk *chunk);
|
|
44
|
+
GLIB_AVAILABLE_IN_ALL
|
|
45
|
+
void g_string_chunk_clear (GStringChunk *chunk);
|
|
46
|
+
GLIB_AVAILABLE_IN_ALL
|
|
47
|
+
gchar* g_string_chunk_insert (GStringChunk *chunk,
|
|
48
|
+
const gchar *string);
|
|
49
|
+
GLIB_AVAILABLE_IN_ALL
|
|
50
|
+
gchar* g_string_chunk_insert_len (GStringChunk *chunk,
|
|
51
|
+
const gchar *string,
|
|
52
|
+
gssize len);
|
|
53
|
+
GLIB_AVAILABLE_IN_ALL
|
|
54
|
+
gchar* g_string_chunk_insert_const (GStringChunk *chunk,
|
|
55
|
+
const gchar *string);
|
|
56
|
+
|
|
57
|
+
G_END_DECLS
|
|
58
|
+
|
|
59
|
+
#endif /* __G_STRING_H__ */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright © 2020 Canonical Ltd.
|
|
3
|
+
* Copyright © 2021 Alexandros Theodotou
|
|
4
|
+
*
|
|
5
|
+
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
6
|
+
*
|
|
7
|
+
* This library is free software; you can redistribute it and/or
|
|
8
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
9
|
+
* License as published by the Free Software Foundation; either
|
|
10
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* This library is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
15
|
+
* Lesser General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
18
|
+
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef __G_STRVBUILDER_H__
|
|
22
|
+
#define __G_STRVBUILDER_H__
|
|
23
|
+
|
|
24
|
+
#if !defined(__GLIB_H_INSIDE__) && !defined(GLIB_COMPILATION)
|
|
25
|
+
#error "Only <glib.h> can be included directly."
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#include <glib/gstrfuncs.h>
|
|
29
|
+
#include <glib/gtypes.h>
|
|
30
|
+
|
|
31
|
+
G_BEGIN_DECLS
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* GStrvBuilder:
|
|
35
|
+
*
|
|
36
|
+
* A helper object to build a %NULL-terminated string array
|
|
37
|
+
* by appending. See g_strv_builder_new().
|
|
38
|
+
*
|
|
39
|
+
* Since: 2.68
|
|
40
|
+
*/
|
|
41
|
+
typedef struct _GStrvBuilder GStrvBuilder;
|
|
42
|
+
|
|
43
|
+
GLIB_AVAILABLE_IN_2_68
|
|
44
|
+
GStrvBuilder *g_strv_builder_new (void);
|
|
45
|
+
|
|
46
|
+
GLIB_AVAILABLE_IN_2_68
|
|
47
|
+
void g_strv_builder_unref (GStrvBuilder *builder);
|
|
48
|
+
|
|
49
|
+
GLIB_AVAILABLE_IN_2_68
|
|
50
|
+
GStrvBuilder *g_strv_builder_ref (GStrvBuilder *builder);
|
|
51
|
+
|
|
52
|
+
GLIB_AVAILABLE_IN_2_68
|
|
53
|
+
void g_strv_builder_add (GStrvBuilder *builder,
|
|
54
|
+
const char *value);
|
|
55
|
+
|
|
56
|
+
GLIB_AVAILABLE_IN_2_70
|
|
57
|
+
void g_strv_builder_addv (GStrvBuilder *builder,
|
|
58
|
+
const char **value);
|
|
59
|
+
|
|
60
|
+
GLIB_AVAILABLE_IN_2_70
|
|
61
|
+
void g_strv_builder_add_many (GStrvBuilder *builder,
|
|
62
|
+
...) G_GNUC_NULL_TERMINATED;
|
|
63
|
+
|
|
64
|
+
GLIB_AVAILABLE_IN_2_68
|
|
65
|
+
GStrv g_strv_builder_end (GStrvBuilder *builder);
|
|
66
|
+
|
|
67
|
+
G_END_DECLS
|
|
68
|
+
|
|
69
|
+
#endif /* __G_STRVBUILDER_H__ */
|