@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,25 @@
|
|
|
1
|
+
|
|
2
|
+
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
|
|
3
|
+
|
|
4
|
+
#ifndef __GOBJECT_ENUM_TYPES_H__
|
|
5
|
+
#define __GOBJECT_ENUM_TYPES_H__
|
|
6
|
+
|
|
7
|
+
#include <glib-object.h>
|
|
8
|
+
|
|
9
|
+
G_BEGIN_DECLS
|
|
10
|
+
|
|
11
|
+
/* enumerations from "../gobject/../glib/gunicode.h" */
|
|
12
|
+
GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_type_get_type (void) G_GNUC_CONST;
|
|
13
|
+
#define G_TYPE_UNICODE_TYPE (g_unicode_type_get_type ())
|
|
14
|
+
GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_break_type_get_type (void) G_GNUC_CONST;
|
|
15
|
+
#define G_TYPE_UNICODE_BREAK_TYPE (g_unicode_break_type_get_type ())
|
|
16
|
+
GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_script_get_type (void) G_GNUC_CONST;
|
|
17
|
+
#define G_TYPE_UNICODE_SCRIPT (g_unicode_script_get_type ())
|
|
18
|
+
GOBJECT_AVAILABLE_IN_2_60 GType g_normalize_mode_get_type (void) G_GNUC_CONST;
|
|
19
|
+
#define G_TYPE_NORMALIZE_MODE (g_normalize_mode_get_type ())
|
|
20
|
+
G_END_DECLS
|
|
21
|
+
|
|
22
|
+
#endif /* __GOBJECT_ENUM_TYPES_H__ */
|
|
23
|
+
|
|
24
|
+
/* Generated data ends here */
|
|
25
|
+
|
|
@@ -0,0 +1,400 @@
|
|
|
1
|
+
/* GObject - GLib Type, Object, Parameter and Signal Library
|
|
2
|
+
* Copyright (C) 2000-2001 Red Hat, Inc.
|
|
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
|
|
17
|
+
* Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
18
|
+
*/
|
|
19
|
+
#ifndef __GLIB_TYPES_H__
|
|
20
|
+
#define __GLIB_TYPES_H__
|
|
21
|
+
|
|
22
|
+
#if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) && !defined(GLIB_COMPILATION)
|
|
23
|
+
#error "Only <glib-object.h> can be included directly."
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#include <glib.h>
|
|
27
|
+
#include <gobject/gobject-visibility.h>
|
|
28
|
+
|
|
29
|
+
G_BEGIN_DECLS
|
|
30
|
+
|
|
31
|
+
/* A hack necesssary to preprocess this file with g-ir-scanner */
|
|
32
|
+
#ifdef __GI_SCANNER__
|
|
33
|
+
typedef gsize GType;
|
|
34
|
+
#endif
|
|
35
|
+
|
|
36
|
+
/* --- GLib boxed types --- */
|
|
37
|
+
/**
|
|
38
|
+
* G_TYPE_DATE:
|
|
39
|
+
*
|
|
40
|
+
* The #GType for #GDate.
|
|
41
|
+
*/
|
|
42
|
+
#define G_TYPE_DATE (g_date_get_type ())
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* G_TYPE_STRV:
|
|
46
|
+
*
|
|
47
|
+
* The #GType for a boxed type holding a %NULL-terminated array of strings.
|
|
48
|
+
*
|
|
49
|
+
* The code fragments in the following example show the use of a property of
|
|
50
|
+
* type %G_TYPE_STRV with g_object_class_install_property(), g_object_set()
|
|
51
|
+
* and g_object_get().
|
|
52
|
+
*
|
|
53
|
+
* |[
|
|
54
|
+
* g_object_class_install_property (object_class,
|
|
55
|
+
* PROP_AUTHORS,
|
|
56
|
+
* g_param_spec_boxed ("authors",
|
|
57
|
+
* _("Authors"),
|
|
58
|
+
* _("List of authors"),
|
|
59
|
+
* G_TYPE_STRV,
|
|
60
|
+
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
|
61
|
+
*
|
|
62
|
+
* gchar *authors[] = { "Owen", "Tim", NULL };
|
|
63
|
+
* g_object_set (obj, "authors", authors, NULL);
|
|
64
|
+
*
|
|
65
|
+
* gchar *writers[];
|
|
66
|
+
* g_object_get (obj, "authors", &writers, NULL);
|
|
67
|
+
* /* do something with writers */
|
|
68
|
+
* g_strfreev (writers);
|
|
69
|
+
* ]|
|
|
70
|
+
*
|
|
71
|
+
* Since: 2.4
|
|
72
|
+
*/
|
|
73
|
+
#define G_TYPE_STRV (g_strv_get_type ())
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* G_TYPE_GSTRING:
|
|
77
|
+
*
|
|
78
|
+
* The #GType for #GString.
|
|
79
|
+
*/
|
|
80
|
+
#define G_TYPE_GSTRING (g_gstring_get_type ())
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* G_TYPE_HASH_TABLE:
|
|
84
|
+
*
|
|
85
|
+
* The #GType for a boxed type holding a #GHashTable reference.
|
|
86
|
+
*
|
|
87
|
+
* Since: 2.10
|
|
88
|
+
*/
|
|
89
|
+
#define G_TYPE_HASH_TABLE (g_hash_table_get_type ())
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* G_TYPE_MATCH_INFO:
|
|
93
|
+
*
|
|
94
|
+
* The #GType for a boxed type holding a #GMatchInfo reference.
|
|
95
|
+
*
|
|
96
|
+
* Since: 2.30
|
|
97
|
+
*/
|
|
98
|
+
#define G_TYPE_MATCH_INFO (g_match_info_get_type ())
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* G_TYPE_ARRAY:
|
|
102
|
+
*
|
|
103
|
+
* The #GType for a boxed type holding a #GArray reference.
|
|
104
|
+
*
|
|
105
|
+
* Since: 2.22
|
|
106
|
+
*/
|
|
107
|
+
#define G_TYPE_ARRAY (g_array_get_type ())
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* G_TYPE_BYTE_ARRAY:
|
|
111
|
+
*
|
|
112
|
+
* The #GType for a boxed type holding a #GByteArray reference.
|
|
113
|
+
*
|
|
114
|
+
* Since: 2.22
|
|
115
|
+
*/
|
|
116
|
+
#define G_TYPE_BYTE_ARRAY (g_byte_array_get_type ())
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* G_TYPE_PTR_ARRAY:
|
|
120
|
+
*
|
|
121
|
+
* The #GType for a boxed type holding a #GPtrArray reference.
|
|
122
|
+
*
|
|
123
|
+
* Since: 2.22
|
|
124
|
+
*/
|
|
125
|
+
#define G_TYPE_PTR_ARRAY (g_ptr_array_get_type ())
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* G_TYPE_BYTES:
|
|
129
|
+
*
|
|
130
|
+
* The #GType for #GBytes.
|
|
131
|
+
*
|
|
132
|
+
* Since: 2.32
|
|
133
|
+
*/
|
|
134
|
+
#define G_TYPE_BYTES (g_bytes_get_type ())
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* G_TYPE_VARIANT_TYPE:
|
|
138
|
+
*
|
|
139
|
+
* The #GType for a boxed type holding a #GVariantType.
|
|
140
|
+
*
|
|
141
|
+
* Since: 2.24
|
|
142
|
+
*/
|
|
143
|
+
#define G_TYPE_VARIANT_TYPE (g_variant_type_get_gtype ())
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* G_TYPE_ERROR:
|
|
147
|
+
*
|
|
148
|
+
* The #GType for a boxed type holding a #GError.
|
|
149
|
+
*
|
|
150
|
+
* Since: 2.26
|
|
151
|
+
*/
|
|
152
|
+
#define G_TYPE_ERROR (g_error_get_type ())
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* G_TYPE_DATE_TIME:
|
|
156
|
+
*
|
|
157
|
+
* The #GType for a boxed type holding a #GDateTime.
|
|
158
|
+
*
|
|
159
|
+
* Since: 2.26
|
|
160
|
+
*/
|
|
161
|
+
#define G_TYPE_DATE_TIME (g_date_time_get_type ())
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* G_TYPE_TIME_ZONE:
|
|
165
|
+
*
|
|
166
|
+
* The #GType for a boxed type holding a #GTimeZone.
|
|
167
|
+
*
|
|
168
|
+
* Since: 2.34
|
|
169
|
+
*/
|
|
170
|
+
#define G_TYPE_TIME_ZONE (g_time_zone_get_type ())
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* G_TYPE_IO_CHANNEL:
|
|
174
|
+
*
|
|
175
|
+
* The #GType for #GIOChannel.
|
|
176
|
+
*/
|
|
177
|
+
#define G_TYPE_IO_CHANNEL (g_io_channel_get_type ())
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* G_TYPE_IO_CONDITION:
|
|
181
|
+
*
|
|
182
|
+
* The #GType for #GIOCondition.
|
|
183
|
+
*/
|
|
184
|
+
#define G_TYPE_IO_CONDITION (g_io_condition_get_type ())
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* G_TYPE_VARIANT_BUILDER:
|
|
188
|
+
*
|
|
189
|
+
* The #GType for a boxed type holding a #GVariantBuilder.
|
|
190
|
+
*
|
|
191
|
+
* Since: 2.30
|
|
192
|
+
*/
|
|
193
|
+
#define G_TYPE_VARIANT_BUILDER (g_variant_builder_get_type ())
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* G_TYPE_VARIANT_DICT:
|
|
197
|
+
*
|
|
198
|
+
* The #GType for a boxed type holding a #GVariantDict.
|
|
199
|
+
*
|
|
200
|
+
* Since: 2.40
|
|
201
|
+
*/
|
|
202
|
+
#define G_TYPE_VARIANT_DICT (g_variant_dict_get_type ())
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* G_TYPE_MAIN_LOOP:
|
|
206
|
+
*
|
|
207
|
+
* The #GType for a boxed type holding a #GMainLoop.
|
|
208
|
+
*
|
|
209
|
+
* Since: 2.30
|
|
210
|
+
*/
|
|
211
|
+
#define G_TYPE_MAIN_LOOP (g_main_loop_get_type ())
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* G_TYPE_MAIN_CONTEXT:
|
|
215
|
+
*
|
|
216
|
+
* The #GType for a boxed type holding a #GMainContext.
|
|
217
|
+
*
|
|
218
|
+
* Since: 2.30
|
|
219
|
+
*/
|
|
220
|
+
#define G_TYPE_MAIN_CONTEXT (g_main_context_get_type ())
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* G_TYPE_SOURCE:
|
|
224
|
+
*
|
|
225
|
+
* The #GType for a boxed type holding a #GSource.
|
|
226
|
+
*
|
|
227
|
+
* Since: 2.30
|
|
228
|
+
*/
|
|
229
|
+
#define G_TYPE_SOURCE (g_source_get_type ())
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* G_TYPE_POLLFD:
|
|
233
|
+
*
|
|
234
|
+
* The #GType for a boxed type holding a #GPollFD.
|
|
235
|
+
*
|
|
236
|
+
* Since: 2.36
|
|
237
|
+
*/
|
|
238
|
+
#define G_TYPE_POLLFD (g_pollfd_get_type ())
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* G_TYPE_MARKUP_PARSE_CONTEXT:
|
|
242
|
+
*
|
|
243
|
+
* The #GType for a boxed type holding a #GMarkupParseContext.
|
|
244
|
+
*
|
|
245
|
+
* Since: 2.36
|
|
246
|
+
*/
|
|
247
|
+
#define G_TYPE_MARKUP_PARSE_CONTEXT (g_markup_parse_context_get_type ())
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* G_TYPE_KEY_FILE:
|
|
251
|
+
*
|
|
252
|
+
* The #GType for a boxed type holding a #GKeyFile.
|
|
253
|
+
*
|
|
254
|
+
* Since: 2.32
|
|
255
|
+
*/
|
|
256
|
+
#define G_TYPE_KEY_FILE (g_key_file_get_type ())
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* G_TYPE_MAPPED_FILE:
|
|
260
|
+
*
|
|
261
|
+
* The #GType for a boxed type holding a #GMappedFile.
|
|
262
|
+
*
|
|
263
|
+
* Since: 2.40
|
|
264
|
+
*/
|
|
265
|
+
#define G_TYPE_MAPPED_FILE (g_mapped_file_get_type ())
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* G_TYPE_THREAD:
|
|
269
|
+
*
|
|
270
|
+
* The #GType for a boxed type holding a #GThread.
|
|
271
|
+
*
|
|
272
|
+
* Since: 2.36
|
|
273
|
+
*/
|
|
274
|
+
#define G_TYPE_THREAD (g_thread_get_type ())
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* G_TYPE_CHECKSUM:
|
|
278
|
+
*
|
|
279
|
+
* The #GType for a boxed type holding a #GChecksum.
|
|
280
|
+
*
|
|
281
|
+
* Since: 2.36
|
|
282
|
+
*/
|
|
283
|
+
#define G_TYPE_CHECKSUM (g_checksum_get_type ())
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* G_TYPE_OPTION_GROUP:
|
|
287
|
+
*
|
|
288
|
+
* The #GType for a boxed type holding a #GOptionGroup.
|
|
289
|
+
*
|
|
290
|
+
* Since: 2.44
|
|
291
|
+
*/
|
|
292
|
+
#define G_TYPE_OPTION_GROUP (g_option_group_get_type ())
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* G_TYPE_URI:
|
|
296
|
+
*
|
|
297
|
+
* The #GType for a boxed type holding a #GUri.
|
|
298
|
+
*
|
|
299
|
+
* Since: 2.66
|
|
300
|
+
*/
|
|
301
|
+
#define G_TYPE_URI (g_uri_get_type ())
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* G_TYPE_TREE:
|
|
305
|
+
*
|
|
306
|
+
* The #GType for #GTree.
|
|
307
|
+
*
|
|
308
|
+
* Since: 2.68
|
|
309
|
+
*/
|
|
310
|
+
#define G_TYPE_TREE (g_tree_get_type ())
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* G_TYPE_PATTERN_SPEC:
|
|
314
|
+
*
|
|
315
|
+
* The #GType for #GPatternSpec.
|
|
316
|
+
*
|
|
317
|
+
* Since: 2.70
|
|
318
|
+
*/
|
|
319
|
+
#define G_TYPE_PATTERN_SPEC (g_pattern_spec_get_type ())
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* G_TYPE_BOOKMARK_FILE:
|
|
323
|
+
*
|
|
324
|
+
* The #GType for a boxed type holding a #GBookmarkFile.
|
|
325
|
+
*
|
|
326
|
+
* Since: 2.76
|
|
327
|
+
*/
|
|
328
|
+
#define G_TYPE_BOOKMARK_FILE (g_bookmark_file_get_type ())
|
|
329
|
+
|
|
330
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
331
|
+
GType g_date_get_type (void) G_GNUC_CONST;
|
|
332
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
333
|
+
GType g_strv_get_type (void) G_GNUC_CONST;
|
|
334
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
335
|
+
GType g_gstring_get_type (void) G_GNUC_CONST;
|
|
336
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
337
|
+
GType g_hash_table_get_type (void) G_GNUC_CONST;
|
|
338
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
339
|
+
GType g_array_get_type (void) G_GNUC_CONST;
|
|
340
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
341
|
+
GType g_byte_array_get_type (void) G_GNUC_CONST;
|
|
342
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
343
|
+
GType g_ptr_array_get_type (void) G_GNUC_CONST;
|
|
344
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
345
|
+
GType g_bytes_get_type (void) G_GNUC_CONST;
|
|
346
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
347
|
+
GType g_variant_type_get_gtype (void) G_GNUC_CONST;
|
|
348
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
349
|
+
GType g_regex_get_type (void) G_GNUC_CONST;
|
|
350
|
+
GOBJECT_AVAILABLE_IN_2_30
|
|
351
|
+
GType g_match_info_get_type (void) G_GNUC_CONST;
|
|
352
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
353
|
+
GType g_error_get_type (void) G_GNUC_CONST;
|
|
354
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
355
|
+
GType g_date_time_get_type (void) G_GNUC_CONST;
|
|
356
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
357
|
+
GType g_time_zone_get_type (void) G_GNUC_CONST;
|
|
358
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
359
|
+
GType g_io_channel_get_type (void) G_GNUC_CONST;
|
|
360
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
361
|
+
GType g_io_condition_get_type (void) G_GNUC_CONST;
|
|
362
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
363
|
+
GType g_variant_builder_get_type (void) G_GNUC_CONST;
|
|
364
|
+
GOBJECT_AVAILABLE_IN_2_40
|
|
365
|
+
GType g_variant_dict_get_type (void) G_GNUC_CONST;
|
|
366
|
+
GOBJECT_AVAILABLE_IN_ALL
|
|
367
|
+
GType g_key_file_get_type (void) G_GNUC_CONST;
|
|
368
|
+
GOBJECT_AVAILABLE_IN_2_30
|
|
369
|
+
GType g_main_loop_get_type (void) G_GNUC_CONST;
|
|
370
|
+
GOBJECT_AVAILABLE_IN_2_30
|
|
371
|
+
GType g_main_context_get_type (void) G_GNUC_CONST;
|
|
372
|
+
GOBJECT_AVAILABLE_IN_2_30
|
|
373
|
+
GType g_source_get_type (void) G_GNUC_CONST;
|
|
374
|
+
GOBJECT_AVAILABLE_IN_2_36
|
|
375
|
+
GType g_pollfd_get_type (void) G_GNUC_CONST;
|
|
376
|
+
GOBJECT_AVAILABLE_IN_2_36
|
|
377
|
+
GType g_thread_get_type (void) G_GNUC_CONST;
|
|
378
|
+
GOBJECT_AVAILABLE_IN_2_36
|
|
379
|
+
GType g_checksum_get_type (void) G_GNUC_CONST;
|
|
380
|
+
GOBJECT_AVAILABLE_IN_2_36
|
|
381
|
+
GType g_markup_parse_context_get_type (void) G_GNUC_CONST;
|
|
382
|
+
GOBJECT_AVAILABLE_IN_2_40
|
|
383
|
+
GType g_mapped_file_get_type (void) G_GNUC_CONST;
|
|
384
|
+
GOBJECT_AVAILABLE_IN_2_44
|
|
385
|
+
GType g_option_group_get_type (void) G_GNUC_CONST;
|
|
386
|
+
GOBJECT_AVAILABLE_IN_2_66
|
|
387
|
+
GType g_uri_get_type (void) G_GNUC_CONST;
|
|
388
|
+
GOBJECT_AVAILABLE_IN_2_68
|
|
389
|
+
GType g_tree_get_type (void) G_GNUC_CONST;
|
|
390
|
+
GOBJECT_AVAILABLE_IN_2_70
|
|
391
|
+
GType g_pattern_spec_get_type (void) G_GNUC_CONST;
|
|
392
|
+
GOBJECT_AVAILABLE_IN_2_76
|
|
393
|
+
GType g_bookmark_file_get_type (void) G_GNUC_CONST;
|
|
394
|
+
|
|
395
|
+
GOBJECT_DEPRECATED_FOR('G_TYPE_VARIANT')
|
|
396
|
+
GType g_variant_get_gtype (void) G_GNUC_CONST;
|
|
397
|
+
|
|
398
|
+
G_END_DECLS
|
|
399
|
+
|
|
400
|
+
#endif /* __GLIB_TYPES_H__ */
|