diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index 0a10eb426fef..b68839f8de96 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -1,170 +1,173 @@ PORTNAME= gimp -DISTVERSION= 3.0.6 -PORTREVISION= 2 +DISTVERSION= 3.0.8 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} PKGNAMESUFFIX= 3-app MAINTAINER= gnome@FreeBSD.org COMMENT= GNU Image Manipulation Program WWW= https://www.gimp.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes \ bash:shells/bash \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ appstreamcli:devel/appstream LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libasound.so:audio/alsa-lib \ liblcms2.so:graphics/lcms2 \ libgegl-0.4.so:graphics/gegl \ libbabl-0.1.so:x11/babl \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libpoppler-glib.so:graphics/poppler-glib \ libgexiv2.so:graphics/gexiv2 \ libjson-c.so:devel/json-c \ libmypaint.so:graphics/libmypaint \ libfreetype.so:print/freetype2 \ libappstream.so:devel/appstream \ libappstream-glib.so:devel/appstream-glib \ libImath.so:math/Imath \ libwebp.so:graphics/webp \ libOpenEXR.so:graphics/openexr \ libIex.so:graphics/openexr \ libjson-glib-1.0.so:devel/json-glib \ libgudev-1.0.so:devel/libgudev \ ${LIB_DEPENDS_${ARCH}} LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes USES= cpe desktop-file-utils gettext gnome jpeg libarchive \ localbase:ldflags meson ninja perl5 pkgconfig python:3.7+ \ shebangfix tar:xz xorg USE_CXXSTD= gnu++14 USE_GNOME= gtk30 introspection cairo gdkpixbuf librsvg2 libxslt USE_XORG= ice sm x11 xcursor xext xfixes xmu xpm xt USE_LDCONFIG= yes #LDFLAGS+= -L${LOCALBASE}/lib -Wl,--allow-shlib-undefined LDFLAGS+= -Wl,--allow-shlib-undefined CONFLICTS_INSTALL= gimp-app BINARY_ALIAS= python3=${PYTHON_CMD} INSTALL_TARGET= install-strip #MESON_ARGS= -Denable-console-bin=false \ # -Dwin32-debug-console=false \ MESON_ARGS= -Dappdata-test=disabled \ -Dheadless-tests=disabled \ -Dicc-directory=${LOCALBASE}/share/color/icc \ -Dilbm=disabled \ -Diff=disabled \ -Dfits=disabled -OPTIONS_DEFINE?= AALIB GHOSTSCRIPT HEIF HELP OPENJPEG JS JXL LIBMNG WMF DOCS VALA CFITSIO -OPTIONS_DEFAULT?= AALIB GHOSTSCRIPT HEIF OPENJPEG JS JXL WMF DOCS VALA LUA CFITSIO +OPTIONS_DEFINE?= AALIB GHOSTSCRIPT HEIF HELP OPENJPEG JS JXL LIBMNG WMF DOCS VALA CFITSIO BASH +OPTIONS_DEFAULT?= AALIB GHOSTSCRIPT HEIF OPENJPEG JS JXL WMF DOCS VALA LUA CFITSIO BAS OPTIONS_SINGLE= SCRIPTS OPTIONS_SINGLE_SCRIPTS= LUA LUAJIT LUA_NONE OPTIONS_SUB= yes AALIB_LIB_DEPENDS= libaa.so:graphics/aalib AALIB_MESON_ENABLED= aa +BASH_BUILD_DEPENDS= bash-completion>0:shells/bash-completion +BASH_MESON_ENABLED= bash-completion + CFITSIO_MESON_ENABLED= fits CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio GHOSTSCRIPT_USES= ghostscript GHOSTSCRIPT_MESON_ENABLED= ghostscript HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_MESON_ENABLED= heif HELP_DESC= GIMP User Manual HELP_RUN_DEPENDS= gimp-help-en>=0:misc/gimp-help-en LIBMNG_BROKEN= require rewrired mng port LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng LIBMNG_MESON_ENABLED= mng OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg OPENJPEG_MESON_ENABLED= jpeg2000 JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl JXL_MESON_ENABLED= jpeg-xl WMF_LIB_DEPENDS= libexpat.so:textproc/expat2 \ libwmf.so:graphics/libwmf WMF_MESON_ENABLED= wmf JS_DESC= Install Javascript plug-ins JS_LIB_DEPENDS= libgjs.so:lang/gjs JS_RUN_DEPENDS= gjs-console:lang/gjs JS_MESON_ENABLED= javascript DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen DOCS_MESON_ENABLED= gi-docgen VALA_DESC= Build VAPI and Vala plugins VALA_USES= vala:build VALA_MESON_ENABLED= vala LUA_USES= lua:51 LUA_BUILD_DEPENDS= ${LUA_REFMODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi@${LUA_FLAVOR} LUA_RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi@${LUA_FLAVOR} LUAJIT_DESC?= Lua scripting language support via Luajit LUAJIT_USES= luajit LUAJIT_BROKEN= LuaJIT cannot use devel/lua-lgi module yet LUA_NONE_DESC?= Disable Lua scripting language support LUA_NONE_MESON_FALSE= lua LIBS+= -lexecinfo -lm CPE_PRODUCT= gimp CPE_VENDOR= gnu SHEBANG_FILES= plug-ins/python/*.py \ plug-ins/python/python-console/*.py \ extensions/goat-exercises/*.py \ extensions/goat-exercises/*.js \ extensions/goat-exercises/*.lua SHEBANG_LANG+= gjs -PLIST_SUB+= BINVER=${PORTVERSION:R:R} ABIVER=${PORTVERSION:R} SHLIBVER=${PORTVERSION:R:E}.${PORTVERSION:E}.${PORTVERSION:R:E} +#PLIST_SUB+= BINVER=${PORTVERSION:R:R} ABIVER=${PORTVERSION:R} SHLIBVER=${PORTVERSION:R:E}.${PORTVERSION:E}.${PORTVERSION:R:E} +PLIST_SUB+= BINVER=3 ABIVER=3.0 APIVER=3.0 SHLIBVER=0.8.0 .include .if ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MLUAJIT} PLIST_SUB+= LUASCRIPTS="" .else PLIST_SUB+= LUASCRIPTS="@comment " .endif .if !exists(/usr/include/omp.h) MESON_ARGS+= -Dopenmp=disabled .endif #post-patch: #.for s in 16 22 24 32 48 64 256 # @${CP} ${WRKSRC}/desktop/${s}x${s}/gimp.png ${WRKSRC}/desktop/${s}x${s}/gimp3.png #.endfor # @${CP} ${WRKSRC}/desktop/scalable/gimp.svg ${WRKSRC}/desktop/scalable/gimp3.svg .include diff --git a/graphics/gimp3-app/distinfo b/graphics/gimp3-app/distinfo index bd4664eeb54a..0dec963c93fb 100644 --- a/graphics/gimp3-app/distinfo +++ b/graphics/gimp3-app/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759926024 -SHA256 (gimp-3.0.6.tar.xz) = 246c225383c72ef9f0dc7703b7d707084bbf177bd2900e94ce466a62862e296b -SIZE (gimp-3.0.6.tar.xz) = 27197880 +TIMESTAMP = 1769507534 +SHA256 (gimp-3.0.8.tar.xz) = feb498acc01b26827cff1ff95aa8fb82cdd6a60d7abf773cfcd19abeafca3386 +SIZE (gimp-3.0.8.tar.xz) = 27277560 diff --git a/graphics/gimp3-app/pkg-plist b/graphics/gimp3-app/pkg-plist index e0a8ec9259db..06a196fae128 100644 --- a/graphics/gimp3-app/pkg-plist +++ b/graphics/gimp3-app/pkg-plist @@ -1,5745 +1,5750 @@ bin/gimp bin/gimp-%%BINVER%% bin/gimp-%%ABIVER%% bin/gimp-console bin/gimp-console-%%BINVER%% bin/gimp-console-%%ABIVER%% -bin/gimp-script-fu-interpreter-%%ABIVER%% +bin/gimp-script-fu-interpreter-%%APIVER%% bin/gimp-test-clipboard bin/gimp-test-clipboard-%%BINVER%% bin/gimp-test-clipboard-%%ABIVER%% bin/gimptool bin/gimptool-%%BINVER%% bin/gimptool-%%ABIVER%% -%%ETCDIR%%/%%ABIVER%%/controllerrc -%%ETCDIR%%/%%ABIVER%%/gimp.css -%%ETCDIR%%/%%ABIVER%%/gimprc -%%ETCDIR%%/%%ABIVER%%/sessionrc -%%ETCDIR%%/%%ABIVER%%/templaterc -%%ETCDIR%%/%%ABIVER%%/toolrc -%%ETCDIR%%/%%ABIVER%%/unitrc -include/gimp-%%ABIVER%%/libgimp/gimp.h -include/gimp-%%ABIVER%%/libgimp/gimp_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimp_pdb_headers.h -include/gimp-%%ABIVER%%/libgimp/gimpaspectpreview.h -include/gimp-%%ABIVER%%/libgimp/gimpbatchprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpbrush.h -include/gimp-%%ABIVER%%/libgimp/gimpbrush_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpbrushchooser.h -include/gimp-%%ABIVER%%/libgimp/gimpbrushes_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpbrushselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpbuffer_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpchannel.h -include/gimp-%%ABIVER%%/libgimp/gimpchannel_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpcontext_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdebug_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdisplay.h -include/gimp-%%ABIVER%%/libgimp/gimpdisplay_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawable.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawable_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablechooser.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablecolor_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawableedit_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablefilter.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablefilter_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablefilterconfig.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawablepreview.h -include/gimp-%%ABIVER%%/libgimp/gimpdrawableselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpdynamics_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpedit_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpenums.h -include/gimp-%%ABIVER%%/libgimp/gimpexportoptions.h -include/gimp-%%ABIVER%%/libgimp/gimpexportprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpexportproceduredialog.h -include/gimp-%%ABIVER%%/libgimp/gimpfile_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpfileprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpfloatingsel_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpfont.h -include/gimp-%%ABIVER%%/libgimp/gimpfont_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpfontchooser.h -include/gimp-%%ABIVER%%/libgimp/gimpfonts_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpfontselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpgimprc.h -include/gimp-%%ABIVER%%/libgimp/gimpgimprc_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpgradient.h -include/gimp-%%ABIVER%%/libgimp/gimpgradient_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpgradientchooser.h -include/gimp-%%ABIVER%%/libgimp/gimpgradients_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpgradientselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpgrouplayer.h -include/gimp-%%ABIVER%%/libgimp/gimpgrouplayer_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimphelp_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimage.h -include/gimp-%%ABIVER%%/libgimp/gimpimage_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimageautocrop_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimagecolorprofile.h -include/gimp-%%ABIVER%%/libgimp/gimpimagecolorprofile_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimagecombobox.h -include/gimp-%%ABIVER%%/libgimp/gimpimageconvert_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimagegrid_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimageguides_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimagemetadata.h -include/gimp-%%ABIVER%%/libgimp/gimpimageprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpimagesamplepoints_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimageselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimagetransform_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpimageundo_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpitem.h -include/gimp-%%ABIVER%%/libgimp/gimpitem_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpitemcombobox.h -include/gimp-%%ABIVER%%/libgimp/gimpitemtransform_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimplayer.h -include/gimp-%%ABIVER%%/libgimp/gimplayer_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimplayermask.h -include/gimp-%%ABIVER%%/libgimp/gimploadprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpmessage_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppainttools_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppalette.h -include/gimp-%%ABIVER%%/libgimp/gimppalette_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppalettechooser.h -include/gimp-%%ABIVER%%/libgimp/gimppalettes_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppaletteselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpparamspecs.h -include/gimp-%%ABIVER%%/libgimp/gimppath.h -include/gimp-%%ABIVER%%/libgimp/gimppath_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppattern.h -include/gimp-%%ABIVER%%/libgimp/gimppattern_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppatternchooser.h -include/gimp-%%ABIVER%%/libgimp/gimppatterns_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppatternselect_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimppdb.h -include/gimp-%%ABIVER%%/libgimp/gimpplugin.h -include/gimp-%%ABIVER%%/libgimp/gimpprocbrowserdialog.h -include/gimp-%%ABIVER%%/libgimp/gimpprocedure-params.h -include/gimp-%%ABIVER%%/libgimp/gimpprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpprocedureconfig.h -include/gimp-%%ABIVER%%/libgimp/gimpproceduredialog.h -include/gimp-%%ABIVER%%/libgimp/gimpprocview.h -include/gimp-%%ABIVER%%/libgimp/gimpprogress.h -include/gimp-%%ABIVER%%/libgimp/gimpprogress_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpprogressbar.h -include/gimp-%%ABIVER%%/libgimp/gimppropwidgets.h -include/gimp-%%ABIVER%%/libgimp/gimpresource.h -include/gimp-%%ABIVER%%/libgimp/gimpresource_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpresourcechooser.h -include/gimp-%%ABIVER%%/libgimp/gimpselection.h -include/gimp-%%ABIVER%%/libgimp/gimpselection_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimptextlayer.h -include/gimp-%%ABIVER%%/libgimp/gimptextlayer_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimptexttool_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpthumbnailprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimptypes.h -include/gimp-%%ABIVER%%/libgimp/gimpui.h -include/gimp-%%ABIVER%%/libgimp/gimpuitypes.h -include/gimp-%%ABIVER%%/libgimp/gimpunit_pdb.h -include/gimp-%%ABIVER%%/libgimp/gimpvectorloadprocedure.h -include/gimp-%%ABIVER%%/libgimp/gimpvectorloadproceduredialog.h -include/gimp-%%ABIVER%%/libgimp/gimpzoompreview.h -include/gimp-%%ABIVER%%/libgimpbase/gimpbase.h -include/gimp-%%ABIVER%%/libgimpbase/gimpbaseenums.h -include/gimp-%%ABIVER%%/libgimpbase/gimpbasetypes.h -include/gimp-%%ABIVER%%/libgimpbase/gimpchecks.h -include/gimp-%%ABIVER%%/libgimpbase/gimpchoice.h -include/gimp-%%ABIVER%%/libgimpbase/gimpcpuaccel.h -include/gimp-%%ABIVER%%/libgimpbase/gimpenv.h -include/gimp-%%ABIVER%%/libgimpbase/gimpexportoptions.h -include/gimp-%%ABIVER%%/libgimpbase/gimplimits.h -include/gimp-%%ABIVER%%/libgimpbase/gimpmemsize.h -include/gimp-%%ABIVER%%/libgimpbase/gimpmetadata.h -include/gimp-%%ABIVER%%/libgimpbase/gimpparamspecs.h -include/gimp-%%ABIVER%%/libgimpbase/gimpparasite.h -include/gimp-%%ABIVER%%/libgimpbase/gimpparasiteio.h -include/gimp-%%ABIVER%%/libgimpbase/gimprectangle.h -include/gimp-%%ABIVER%%/libgimpbase/gimpunit.h -include/gimp-%%ABIVER%%/libgimpbase/gimputils.h -include/gimp-%%ABIVER%%/libgimpbase/gimpvaluearray.h -include/gimp-%%ABIVER%%/libgimpbase/gimpversion.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpadaptivesupersample.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpbilinear.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcairo.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcolor.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcolormanaged.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcolorprofile.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcolortransform.h -include/gimp-%%ABIVER%%/libgimpcolor/gimpcolortypes.h -include/gimp-%%ABIVER%%/libgimpcolor/gimppixbuf.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpcolorconfig.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-deserialize.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-error.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-iface.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-params.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-path.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-register.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-serialize.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig-utils.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfig.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfigenums.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfigtypes.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpconfigwriter.h -include/gimp-%%ABIVER%%/libgimpconfig/gimpscanner.h -include/gimp-%%ABIVER%%/libgimpmath/gimpmath.h -include/gimp-%%ABIVER%%/libgimpmath/gimpmathtypes.h -include/gimp-%%ABIVER%%/libgimpmath/gimpmatrix.h -include/gimp-%%ABIVER%%/libgimpmath/gimpvector.h -include/gimp-%%ABIVER%%/libgimpmodule/gimpmodule.h -include/gimp-%%ABIVER%%/libgimpmodule/gimpmoduledb.h -include/gimp-%%ABIVER%%/libgimpmodule/gimpmoduletypes.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumb-enums.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumb-error.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumb-types.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumb-utils.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumb.h -include/gimp-%%ABIVER%%/libgimpthumb/gimpthumbnail.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpbrowser.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpbusybox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpbutton.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcairo-utils.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpchainbutton.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorarea.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorbutton.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolordisplay.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorhexentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolornotebook.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorprofilechooserdialog.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorprofilecombobox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorprofilestore.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorprofileview.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorscale.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorscaleentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorscales.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorselect.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorselection.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcolorselector.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpcontroller.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpdialog.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpenumcombobox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpenumlabel.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpenumstore.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpenumwidgets.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpfilechooser.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpframe.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimphelpui.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimphintbox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpicons.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpintcombobox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpintradioframe.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpintstore.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabelcolor.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabeled.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabelentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabelintwidget.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabelspin.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimplabelstringwidget.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpmemsizeentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpnumberpairentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpoffsetarea.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppageselector.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppatheditor.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppickbutton.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppreview.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppreviewarea.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimppropwidgets.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpquerybox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpruler.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpscaleentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpscrolledpreview.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpsizeentry.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpspinbutton.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpspinscale.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpstringcombobox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpunitcombobox.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpunitstore.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpwidgets-error.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpwidgets.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpwidgetsenums.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpwidgetstypes.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpwidgetsutils.h -include/gimp-%%ABIVER%%/libgimpwidgets/gimpzoommodel.h -lib/gimp/%%ABIVER%%/environ/default.env -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-c -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-c.c -%%JS%%lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-gjs.js -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-py3.py -%%LUASCRIPTS%%lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-lua.lua -%%VALA%%lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-vala -%%VALA%%lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-vala.vala -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ar/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/be/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bg/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/br/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bs/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ca/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ca@valencia/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/cs/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/da/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/de/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/dz/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/el/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/en_CA/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/en_GB/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/eo/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/es/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/et/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/eu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fa/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ga/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/gl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/gu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/he/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/hr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/hu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/id/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/is/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/it/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ja/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ka/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/km/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/kn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ko/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/lt/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/lv/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/mk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/mr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ms/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/my/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nb/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ne/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/oc/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pa/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pt/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pt_BR/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ro/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ru/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/rw/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sr@latin/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sv/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/tr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/uk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/vi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/xh/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/yi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_CN/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_HK/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_TW/LC_MESSAGES/org.gimp.extension.goat-exercises.mo -lib/gimp/%%ABIVER%%/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml -lib/gimp/%%ABIVER%%/interpreters/default.interp -%%LUASCRIPTS%%lib/gimp/%%ABIVER%%/interpreters/lua.interp -lib/gimp/%%ABIVER%%/modules/libcolor-selector-cmyk.so -lib/gimp/%%ABIVER%%/modules/libcolor-selector-water.so -lib/gimp/%%ABIVER%%/modules/libcolor-selector-wheel.so -lib/gimp/%%ABIVER%%/modules/libcontroller-linux-input.so -lib/gimp/%%ABIVER%%/modules/libcontroller-midi.so -lib/gimp/%%ABIVER%%/modules/libdisplay-filter-aces-rrt.so -lib/gimp/%%ABIVER%%/modules/libdisplay-filter-clip-warning.so -lib/gimp/%%ABIVER%%/modules/libdisplay-filter-color-blind.so -lib/gimp/%%ABIVER%%/modules/libdisplay-filter-gamma.so -lib/gimp/%%ABIVER%%/modules/libdisplay-filter-high-contrast.so -lib/gimp/%%ABIVER%%/plug-ins/align-layers/align-layers -lib/gimp/%%ABIVER%%/plug-ins/animation-optimize/animation-optimize -lib/gimp/%%ABIVER%%/plug-ins/animation-play/animation-play -lib/gimp/%%ABIVER%%/plug-ins/blinds/blinds -lib/gimp/%%ABIVER%%/plug-ins/border-average/border-average -lib/gimp/%%ABIVER%%/plug-ins/busy-dialog/busy-dialog -lib/gimp/%%ABIVER%%/plug-ins/checkerboard/checkerboard -lib/gimp/%%ABIVER%%/plug-ins/cml-explorer/cml-explorer -lib/gimp/%%ABIVER%%/plug-ins/colormap-remap/colormap-remap -lib/gimp/%%ABIVER%%/plug-ins/colorxhtml/colorxhtml.py -lib/gimp/%%ABIVER%%/plug-ins/compose/compose -lib/gimp/%%ABIVER%%/plug-ins/contrast-retinex/contrast-retinex -lib/gimp/%%ABIVER%%/plug-ins/crop-zealous/crop-zealous -lib/gimp/%%ABIVER%%/plug-ins/curve-bend/curve-bend -lib/gimp/%%ABIVER%%/plug-ins/decompose/decompose -lib/gimp/%%ABIVER%%/plug-ins/depth-merge/depth-merge -lib/gimp/%%ABIVER%%/plug-ins/despeckle/despeckle -lib/gimp/%%ABIVER%%/plug-ins/destripe/destripe -%%AALIB%%lib/gimp/%%ABIVER%%/plug-ins/file-aa/file-aa -lib/gimp/%%ABIVER%%/plug-ins/file-bmp/file-bmp -lib/gimp/%%ABIVER%%/plug-ins/file-cel/file-cel -lib/gimp/%%ABIVER%%/plug-ins/file-compressor/file-compressor -lib/gimp/%%ABIVER%%/plug-ins/file-csource/file-csource -lib/gimp/%%ABIVER%%/plug-ins/file-darktable/file-darktable -lib/gimp/%%ABIVER%%/plug-ins/file-dds/file-dds -lib/gimp/%%ABIVER%%/plug-ins/file-desktop-link/file-desktop-link -lib/gimp/%%ABIVER%%/plug-ins/file-dicom/file-dicom -lib/gimp/%%ABIVER%%/plug-ins/file-exr/file-exr -lib/gimp/%%ABIVER%%/plug-ins/file-farbfeld/file-farbfeld -lib/gimp/%%ABIVER%%/plug-ins/file-faxg3/file-faxg3 -%%CFITSIO%%lib/gimp/%%ABIVER%%/plug-ins/file-fits/file-fits -lib/gimp/%%ABIVER%%/plug-ins/file-fli/file-fli -lib/gimp/%%ABIVER%%/plug-ins/file-gbr/file-gbr -lib/gimp/%%ABIVER%%/plug-ins/file-gegl/file-gegl -lib/gimp/%%ABIVER%%/plug-ins/file-gif-export/file-gif-export -lib/gimp/%%ABIVER%%/plug-ins/file-gif-load/file-gif-load -lib/gimp/%%ABIVER%%/plug-ins/file-gih/file-gih -lib/gimp/%%ABIVER%%/plug-ins/file-glob/file-glob -lib/gimp/%%ABIVER%%/plug-ins/file-header/file-header -%%HEIF%%lib/gimp/%%ABIVER%%/plug-ins/file-heif/file-heif -lib/gimp/%%ABIVER%%/plug-ins/file-html-table/file-html-table -lib/gimp/%%ABIVER%%/plug-ins/file-icns/file-icns -lib/gimp/%%ABIVER%%/plug-ins/file-ico/file-ico -%%OPENJPEG%%lib/gimp/%%ABIVER%%/plug-ins/file-jp2-load/file-jp2-load -lib/gimp/%%ABIVER%%/plug-ins/file-jpeg/file-jpeg -%%JXL%%lib/gimp/%%ABIVER%%/plug-ins/file-jpegxl/file-jpegxl -lib/gimp/%%ABIVER%%/plug-ins/file-openraster/file-openraster.py -lib/gimp/%%ABIVER%%/plug-ins/file-pat/file-pat -lib/gimp/%%ABIVER%%/plug-ins/file-pcx/file-pcx -lib/gimp/%%ABIVER%%/plug-ins/file-pdf-export/file-pdf-export -lib/gimp/%%ABIVER%%/plug-ins/file-pdf-load/file-pdf-load -lib/gimp/%%ABIVER%%/plug-ins/file-pix/file-pix -lib/gimp/%%ABIVER%%/plug-ins/file-png/file-png -lib/gimp/%%ABIVER%%/plug-ins/file-pnm/file-pnm -%%GHOSTSCRIPT%%lib/gimp/%%ABIVER%%/plug-ins/file-ps/file-ps -lib/gimp/%%ABIVER%%/plug-ins/file-psd/file-psd -lib/gimp/%%ABIVER%%/plug-ins/file-psp/file-psp -lib/gimp/%%ABIVER%%/plug-ins/file-raw-data/file-raw-data -lib/gimp/%%ABIVER%%/plug-ins/file-raw-placeholder/file-raw-placeholder -lib/gimp/%%ABIVER%%/plug-ins/file-rawtherapee/file-rawtherapee -lib/gimp/%%ABIVER%%/plug-ins/file-sgi/file-sgi -lib/gimp/%%ABIVER%%/plug-ins/file-sunras/file-sunras -lib/gimp/%%ABIVER%%/plug-ins/file-svg/file-svg -lib/gimp/%%ABIVER%%/plug-ins/file-tga/file-tga -lib/gimp/%%ABIVER%%/plug-ins/file-tiff/file-tiff -lib/gimp/%%ABIVER%%/plug-ins/file-wbmp/file-wbmp -lib/gimp/%%ABIVER%%/plug-ins/file-webp/file-webp -%%WMF%%lib/gimp/%%ABIVER%%/plug-ins/file-wmf/file-wmf -lib/gimp/%%ABIVER%%/plug-ins/file-xbm/file-xbm -lib/gimp/%%ABIVER%%/plug-ins/file-xmc/file-xmc -lib/gimp/%%ABIVER%%/plug-ins/file-xpm/file-xpm -lib/gimp/%%ABIVER%%/plug-ins/file-xwd/file-xwd -lib/gimp/%%ABIVER%%/plug-ins/film/film -lib/gimp/%%ABIVER%%/plug-ins/flame/flame -lib/gimp/%%ABIVER%%/plug-ins/foggify/foggify.py -lib/gimp/%%ABIVER%%/plug-ins/fractal-explorer/fractal-explorer -lib/gimp/%%ABIVER%%/plug-ins/gfig/gfig -lib/gimp/%%ABIVER%%/plug-ins/gimpressionist/gimpressionist -lib/gimp/%%ABIVER%%/plug-ins/gradient-flare/gradient-flare -lib/gimp/%%ABIVER%%/plug-ins/gradient-map/gradient-map -lib/gimp/%%ABIVER%%/plug-ins/gradients-save-as-css/gradients-save-as-css.py -lib/gimp/%%ABIVER%%/plug-ins/grid/grid -lib/gimp/%%ABIVER%%/plug-ins/guillotine/guillotine -lib/gimp/%%ABIVER%%/plug-ins/help/help -lib/gimp/%%ABIVER%%/plug-ins/histogram-export/histogram-export.py -lib/gimp/%%ABIVER%%/plug-ins/hot/hot -lib/gimp/%%ABIVER%%/plug-ins/ifs-compose/ifs-compose -lib/gimp/%%ABIVER%%/plug-ins/imagemap/imagemap -lib/gimp/%%ABIVER%%/plug-ins/jigsaw/jigsaw -lib/gimp/%%ABIVER%%/plug-ins/lighting/lighting -lib/gimp/%%ABIVER%%/plug-ins/mail/mail -lib/gimp/%%ABIVER%%/plug-ins/map-object/map-object -lib/gimp/%%ABIVER%%/plug-ins/metadata-editor/metadata-editor -lib/gimp/%%ABIVER%%/plug-ins/metadata-viewer/metadata-viewer -lib/gimp/%%ABIVER%%/plug-ins/nl-filter/nl-filter -lib/gimp/%%ABIVER%%/plug-ins/pagecurl/pagecurl -lib/gimp/%%ABIVER%%/plug-ins/palette-offset/palette-offset.py -lib/gimp/%%ABIVER%%/plug-ins/palette-sort/palette-sort.py -lib/gimp/%%ABIVER%%/plug-ins/palette-to-gradient/palette-to-gradient.py -lib/gimp/%%ABIVER%%/plug-ins/plugin-browser/plugin-browser -lib/gimp/%%ABIVER%%/plug-ins/print/print -lib/gimp/%%ABIVER%%/plug-ins/procedure-browser/procedure-browser -lib/gimp/%%ABIVER%%/plug-ins/python-console/pyconsole.py -lib/gimp/%%ABIVER%%/plug-ins/python-console/python-console.py -lib/gimp/%%ABIVER%%/plug-ins/python-eval/python-eval.py -lib/gimp/%%ABIVER%%/plug-ins/qbist/qbist -lib/gimp/%%ABIVER%%/plug-ins/sample-colorize/sample-colorize -lib/gimp/%%ABIVER%%/plug-ins/screenshot/screenshot -lib/gimp/%%ABIVER%%/plug-ins/script-fu-server/script-fu-server -lib/gimp/%%ABIVER%%/plug-ins/script-fu/script-fu -lib/gimp/%%ABIVER%%/plug-ins/selection-to-path/selection-to-path -lib/gimp/%%ABIVER%%/plug-ins/smooth-palette/smooth-palette -lib/gimp/%%ABIVER%%/plug-ins/sparkle/sparkle -lib/gimp/%%ABIVER%%/plug-ins/sphere-designer/sphere-designer -lib/gimp/%%ABIVER%%/plug-ins/spyro-plus/spyro-plus.py -lib/gimp/%%ABIVER%%/plug-ins/test-sphere-v3/test-sphere-v3.scm -lib/gimp/%%ABIVER%%/plug-ins/tile-small/tile-small -lib/gimp/%%ABIVER%%/plug-ins/tile/tile -lib/gimp/%%ABIVER%%/plug-ins/unit-editor/unit-editor -lib/gimp/%%ABIVER%%/plug-ins/van-gogh-lic/van-gogh-lic -lib/gimp/%%ABIVER%%/plug-ins/warp/warp -lib/gimp/%%ABIVER%%/plug-ins/wavelet-decompose/wavelet-decompose -lib/gimp/%%ABIVER%%/plug-ins/web-browser/web-browser -lib/girepository-1.0/Gimp-%%ABIVER%%.typelib -lib/girepository-1.0/GimpUi-%%ABIVER%%.typelib -lib/libgimp-%%ABIVER%%.so -lib/libgimp-%%ABIVER%%.so.0 -lib/libgimp-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimp-scriptfu-%%ABIVER%%.so -lib/libgimp-scriptfu-%%ABIVER%%.so.0 -lib/libgimp-scriptfu-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpbase-%%ABIVER%%.so -lib/libgimpbase-%%ABIVER%%.so.0 -lib/libgimpbase-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpcolor-%%ABIVER%%.so -lib/libgimpcolor-%%ABIVER%%.so.0 -lib/libgimpcolor-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpconfig-%%ABIVER%%.so -lib/libgimpconfig-%%ABIVER%%.so.0 -lib/libgimpconfig-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpmath-%%ABIVER%%.so -lib/libgimpmath-%%ABIVER%%.so.0 -lib/libgimpmath-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpmodule-%%ABIVER%%.so -lib/libgimpmodule-%%ABIVER%%.so.0 -lib/libgimpmodule-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpthumb-%%ABIVER%%.so -lib/libgimpthumb-%%ABIVER%%.so.0 -lib/libgimpthumb-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpui-%%ABIVER%%.so -lib/libgimpui-%%ABIVER%%.so.0 -lib/libgimpui-%%ABIVER%%.so.%%SHLIBVER%% -lib/libgimpwidgets-%%ABIVER%%.so -lib/libgimpwidgets-%%ABIVER%%.so.0 -lib/libgimpwidgets-%%ABIVER%%.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-%%ABIVER%%.pc -libdata/pkgconfig/gimpthumb-%%ABIVER%%.pc -libdata/pkgconfig/gimpui-%%ABIVER%%.pc +%%ETCDIR%%/%%APIVER%%/controllerrc +%%ETCDIR%%/%%APIVER%%/gimp.css +%%ETCDIR%%/%%APIVER%%/gimprc +%%ETCDIR%%/%%APIVER%%/sessionrc +%%ETCDIR%%/%%APIVER%%/templaterc +%%ETCDIR%%/%%APIVER%%/toolrc +%%ETCDIR%%/%%APIVER%%/unitrc +include/gimp-%%APIVER%%/libgimp/gimp.h +include/gimp-%%APIVER%%/libgimp/gimp_pdb.h +include/gimp-%%APIVER%%/libgimp/gimp_pdb_headers.h +include/gimp-%%APIVER%%/libgimp/gimpaspectpreview.h +include/gimp-%%APIVER%%/libgimp/gimpbatchprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpbrush.h +include/gimp-%%APIVER%%/libgimp/gimpbrush_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpbrushchooser.h +include/gimp-%%APIVER%%/libgimp/gimpbrushes_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpbrushselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpbuffer_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpchannel.h +include/gimp-%%APIVER%%/libgimp/gimpchannel_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpcontext_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdebug_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdisplay.h +include/gimp-%%APIVER%%/libgimp/gimpdisplay_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdrawable.h +include/gimp-%%APIVER%%/libgimp/gimpdrawable_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablechooser.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablecolor_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdrawableedit_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablefilter.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablefilter_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablefilterconfig.h +include/gimp-%%APIVER%%/libgimp/gimpdrawablepreview.h +include/gimp-%%APIVER%%/libgimp/gimpdrawableselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpdynamics_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpedit_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpenums.h +include/gimp-%%APIVER%%/libgimp/gimpexportoptions.h +include/gimp-%%APIVER%%/libgimp/gimpexportprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpexportproceduredialog.h +include/gimp-%%APIVER%%/libgimp/gimpfile_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpfileprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpfloatingsel_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpfont.h +include/gimp-%%APIVER%%/libgimp/gimpfont_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpfontchooser.h +include/gimp-%%APIVER%%/libgimp/gimpfonts_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpfontselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpgimprc.h +include/gimp-%%APIVER%%/libgimp/gimpgimprc_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpgradient.h +include/gimp-%%APIVER%%/libgimp/gimpgradient_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpgradientchooser.h +include/gimp-%%APIVER%%/libgimp/gimpgradients_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpgradientselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpgrouplayer.h +include/gimp-%%APIVER%%/libgimp/gimpgrouplayer_pdb.h +include/gimp-%%APIVER%%/libgimp/gimphelp_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimage.h +include/gimp-%%APIVER%%/libgimp/gimpimage_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimageautocrop_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimagecolorprofile.h +include/gimp-%%APIVER%%/libgimp/gimpimagecolorprofile_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimagecombobox.h +include/gimp-%%APIVER%%/libgimp/gimpimageconvert_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimagegrid_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimageguides_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimagemetadata.h +include/gimp-%%APIVER%%/libgimp/gimpimageprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpimagesamplepoints_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimageselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimagetransform_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpimageundo_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpitem.h +include/gimp-%%APIVER%%/libgimp/gimpitem_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpitemcombobox.h +include/gimp-%%APIVER%%/libgimp/gimpitemtransform_pdb.h +include/gimp-%%APIVER%%/libgimp/gimplayer.h +include/gimp-%%APIVER%%/libgimp/gimplayer_pdb.h +include/gimp-%%APIVER%%/libgimp/gimplayermask.h +include/gimp-%%APIVER%%/libgimp/gimploadprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpmessage_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppainttools_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppalette.h +include/gimp-%%APIVER%%/libgimp/gimppalette_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppalettechooser.h +include/gimp-%%APIVER%%/libgimp/gimppalettes_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppaletteselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpparamspecs.h +include/gimp-%%APIVER%%/libgimp/gimppath.h +include/gimp-%%APIVER%%/libgimp/gimppath_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppattern.h +include/gimp-%%APIVER%%/libgimp/gimppattern_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppatternchooser.h +include/gimp-%%APIVER%%/libgimp/gimppatterns_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppatternselect_pdb.h +include/gimp-%%APIVER%%/libgimp/gimppdb.h +include/gimp-%%APIVER%%/libgimp/gimpplugin.h +include/gimp-%%APIVER%%/libgimp/gimpprocbrowserdialog.h +include/gimp-%%APIVER%%/libgimp/gimpprocedure-params.h +include/gimp-%%APIVER%%/libgimp/gimpprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpprocedureconfig.h +include/gimp-%%APIVER%%/libgimp/gimpproceduredialog.h +include/gimp-%%APIVER%%/libgimp/gimpprocview.h +include/gimp-%%APIVER%%/libgimp/gimpprogress.h +include/gimp-%%APIVER%%/libgimp/gimpprogress_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpprogressbar.h +include/gimp-%%APIVER%%/libgimp/gimppropwidgets.h +include/gimp-%%APIVER%%/libgimp/gimpresource.h +include/gimp-%%APIVER%%/libgimp/gimpresource_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpresourcechooser.h +include/gimp-%%APIVER%%/libgimp/gimpselection.h +include/gimp-%%APIVER%%/libgimp/gimpselection_pdb.h +include/gimp-%%APIVER%%/libgimp/gimptextlayer.h +include/gimp-%%APIVER%%/libgimp/gimptextlayer_pdb.h +include/gimp-%%APIVER%%/libgimp/gimptexttool_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpthumbnailprocedure.h +include/gimp-%%APIVER%%/libgimp/gimptypes.h +include/gimp-%%APIVER%%/libgimp/gimpui.h +include/gimp-%%APIVER%%/libgimp/gimpuitypes.h +include/gimp-%%APIVER%%/libgimp/gimpunit_pdb.h +include/gimp-%%APIVER%%/libgimp/gimpvectorloadprocedure.h +include/gimp-%%APIVER%%/libgimp/gimpvectorloadproceduredialog.h +include/gimp-%%APIVER%%/libgimp/gimpzoompreview.h +include/gimp-%%APIVER%%/libgimpbase/gimpbase.h +include/gimp-%%APIVER%%/libgimpbase/gimpbaseenums.h +include/gimp-%%APIVER%%/libgimpbase/gimpbasetypes.h +include/gimp-%%APIVER%%/libgimpbase/gimpchecks.h +include/gimp-%%APIVER%%/libgimpbase/gimpchoice.h +include/gimp-%%APIVER%%/libgimpbase/gimpcpuaccel.h +include/gimp-%%APIVER%%/libgimpbase/gimpenv.h +include/gimp-%%APIVER%%/libgimpbase/gimpexportoptions.h +include/gimp-%%APIVER%%/libgimpbase/gimplimits.h +include/gimp-%%APIVER%%/libgimpbase/gimpmemsize.h +include/gimp-%%APIVER%%/libgimpbase/gimpmetadata.h +include/gimp-%%APIVER%%/libgimpbase/gimpparamspecs.h +include/gimp-%%APIVER%%/libgimpbase/gimpparasite.h +include/gimp-%%APIVER%%/libgimpbase/gimpparasiteio.h +include/gimp-%%APIVER%%/libgimpbase/gimprectangle.h +include/gimp-%%APIVER%%/libgimpbase/gimpunit.h +include/gimp-%%APIVER%%/libgimpbase/gimputils.h +include/gimp-%%APIVER%%/libgimpbase/gimpvaluearray.h +include/gimp-%%APIVER%%/libgimpbase/gimpversion.h +include/gimp-%%APIVER%%/libgimpcolor/gimpadaptivesupersample.h +include/gimp-%%APIVER%%/libgimpcolor/gimpbilinear.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcairo.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcolor.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcolormanaged.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcolorprofile.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcolortransform.h +include/gimp-%%APIVER%%/libgimpcolor/gimpcolortypes.h +include/gimp-%%APIVER%%/libgimpcolor/gimppixbuf.h +include/gimp-%%APIVER%%/libgimpconfig/gimpcolorconfig.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-deserialize.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-error.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-iface.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-params.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-path.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-register.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-serialize.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig-utils.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfig.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfigenums.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfigtypes.h +include/gimp-%%APIVER%%/libgimpconfig/gimpconfigwriter.h +include/gimp-%%APIVER%%/libgimpconfig/gimpscanner.h +include/gimp-%%APIVER%%/libgimpmath/gimpmath.h +include/gimp-%%APIVER%%/libgimpmath/gimpmathtypes.h +include/gimp-%%APIVER%%/libgimpmath/gimpmatrix.h +include/gimp-%%APIVER%%/libgimpmath/gimpvector.h +include/gimp-%%APIVER%%/libgimpmodule/gimpmodule.h +include/gimp-%%APIVER%%/libgimpmodule/gimpmoduledb.h +include/gimp-%%APIVER%%/libgimpmodule/gimpmoduletypes.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumb-enums.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumb-error.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumb-types.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumb-utils.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumb.h +include/gimp-%%APIVER%%/libgimpthumb/gimpthumbnail.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpbrowser.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpbusybox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpbutton.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcairo-utils.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcellrenderercolor.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcellrenderertoggle.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpchainbutton.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorarea.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorbutton.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolordisplay.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolordisplaystack.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorhexentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolornotebook.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorprofilechooserdialog.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorprofilecombobox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorprofilestore.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorprofileview.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorscale.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorscaleentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorscales.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorselect.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorselection.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcolorselector.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpcontroller.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpdialog.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpenumcombobox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpenumlabel.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpenumstore.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpenumwidgets.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpfilechooser.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpframe.h +include/gimp-%%APIVER%%/libgimpwidgets/gimphelpui.h +include/gimp-%%APIVER%%/libgimpwidgets/gimphintbox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpicons.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpintcombobox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpintradioframe.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpintstore.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabelcolor.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabeled.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabelentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabelintwidget.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabelspin.h +include/gimp-%%APIVER%%/libgimpwidgets/gimplabelstringwidget.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpmemsizeentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpnumberpairentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpoffsetarea.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppageselector.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppatheditor.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppickbutton.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppreview.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppreviewarea.h +include/gimp-%%APIVER%%/libgimpwidgets/gimppropwidgets.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpquerybox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpruler.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpscaleentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpscrolledpreview.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpsizeentry.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpspinbutton.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpspinscale.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpstringcombobox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpunitcombobox.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpunitstore.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpwidgets-error.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpwidgets.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpwidgetsenums.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpwidgetstypes.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpwidgetsutils.h +include/gimp-%%APIVER%%/libgimpwidgets/gimpzoommodel.h +lib/gimp/%%APIVER%%/environ/default.env +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-c +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-c.c +%%JS%%lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-gjs.js +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-py3.py +%%LUASCRIPTS%%lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-lua.lua +%%VALA%%lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-vala +%%VALA%%lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/goat-exercise-vala.vala +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ar/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/be/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bg/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/br/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/bs/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ca/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ca@valencia/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/cs/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/da/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/de/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/dz/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/el/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/en_CA/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/en_GB/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/eo/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/es/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/et/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/eu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fa/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/fr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ga/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/gl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/gu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/he/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/hr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/hu/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/id/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/is/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/it/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ja/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ka/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/km/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/kn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ko/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/lt/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/lv/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/mk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/mr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ms/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/my/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nb/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ne/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/nn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/oc/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pa/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pt/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/pt_BR/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ro/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/ru/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/rw/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sl/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sr@latin/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/sv/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/tr/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/uk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/vi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/xh/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/yi/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_CN/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_HK/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/locale/zh_TW/LC_MESSAGES/org.gimp.extension.goat-exercises.mo +lib/gimp/%%APIVER%%/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml +lib/gimp/%%APIVER%%/interpreters/default.interp +%%LUASCRIPTS%%lib/gimp/%%APIVER%%/interpreters/lua.interp +lib/gimp/%%APIVER%%/modules/libcolor-selector-cmyk.so +lib/gimp/%%APIVER%%/modules/libcolor-selector-water.so +lib/gimp/%%APIVER%%/modules/libcolor-selector-wheel.so +lib/gimp/%%APIVER%%/modules/libcontroller-linux-input.so +lib/gimp/%%APIVER%%/modules/libcontroller-midi.so +lib/gimp/%%APIVER%%/modules/libdisplay-filter-aces-rrt.so +lib/gimp/%%APIVER%%/modules/libdisplay-filter-clip-warning.so +lib/gimp/%%APIVER%%/modules/libdisplay-filter-color-blind.so +lib/gimp/%%APIVER%%/modules/libdisplay-filter-gamma.so +lib/gimp/%%APIVER%%/modules/libdisplay-filter-high-contrast.so +lib/gimp/%%APIVER%%/plug-ins/align-layers/align-layers +lib/gimp/%%APIVER%%/plug-ins/animation-optimize/animation-optimize +lib/gimp/%%APIVER%%/plug-ins/animation-play/animation-play +lib/gimp/%%APIVER%%/plug-ins/blinds/blinds +lib/gimp/%%APIVER%%/plug-ins/border-average/border-average +lib/gimp/%%APIVER%%/plug-ins/busy-dialog/busy-dialog +lib/gimp/%%APIVER%%/plug-ins/checkerboard/checkerboard +lib/gimp/%%APIVER%%/plug-ins/cml-explorer/cml-explorer +lib/gimp/%%APIVER%%/plug-ins/colormap-remap/colormap-remap +lib/gimp/%%APIVER%%/plug-ins/colorxhtml/colorxhtml.py +lib/gimp/%%APIVER%%/plug-ins/compose/compose +lib/gimp/%%APIVER%%/plug-ins/contrast-retinex/contrast-retinex +lib/gimp/%%APIVER%%/plug-ins/crop-zealous/crop-zealous +lib/gimp/%%APIVER%%/plug-ins/curve-bend/curve-bend +lib/gimp/%%APIVER%%/plug-ins/decompose/decompose +lib/gimp/%%APIVER%%/plug-ins/depth-merge/depth-merge +lib/gimp/%%APIVER%%/plug-ins/despeckle/despeckle +lib/gimp/%%APIVER%%/plug-ins/destripe/destripe +%%AALIB%%lib/gimp/%%APIVER%%/plug-ins/file-aa/file-aa +lib/gimp/%%APIVER%%/plug-ins/file-bmp/file-bmp +lib/gimp/%%APIVER%%/plug-ins/file-cel/file-cel +lib/gimp/%%APIVER%%/plug-ins/file-compressor/file-compressor +lib/gimp/%%APIVER%%/plug-ins/file-csource/file-csource +lib/gimp/%%APIVER%%/plug-ins/file-darktable/file-darktable +lib/gimp/%%APIVER%%/plug-ins/file-dds/file-dds +lib/gimp/%%APIVER%%/plug-ins/file-desktop-link/file-desktop-link +lib/gimp/%%APIVER%%/plug-ins/file-dicom/file-dicom +lib/gimp/%%APIVER%%/plug-ins/file-exr/file-exr +lib/gimp/%%APIVER%%/plug-ins/file-farbfeld/file-farbfeld +lib/gimp/%%APIVER%%/plug-ins/file-faxg3/file-faxg3 +%%CFITSIO%%lib/gimp/%%APIVER%%/plug-ins/file-fits/file-fits +lib/gimp/%%APIVER%%/plug-ins/file-fli/file-fli +lib/gimp/%%APIVER%%/plug-ins/file-gbr/file-gbr +lib/gimp/%%APIVER%%/plug-ins/file-gegl/file-gegl +lib/gimp/%%APIVER%%/plug-ins/file-gif-export/file-gif-export +lib/gimp/%%APIVER%%/plug-ins/file-gif-load/file-gif-load +lib/gimp/%%APIVER%%/plug-ins/file-gih/file-gih +lib/gimp/%%APIVER%%/plug-ins/file-glob/file-glob +lib/gimp/%%APIVER%%/plug-ins/file-header/file-header +%%HEIF%%lib/gimp/%%APIVER%%/plug-ins/file-heif/file-heif +lib/gimp/%%APIVER%%/plug-ins/file-html-table/file-html-table +lib/gimp/%%APIVER%%/plug-ins/file-icns/file-icns +lib/gimp/%%APIVER%%/plug-ins/file-ico/file-ico +%%OPENJPEG%%lib/gimp/%%APIVER%%/plug-ins/file-jp2-load/file-jp2-load +lib/gimp/%%APIVER%%/plug-ins/file-jpeg/file-jpeg +%%JXL%%lib/gimp/%%APIVER%%/plug-ins/file-jpegxl/file-jpegxl +lib/gimp/%%APIVER%%/plug-ins/file-openraster/file-openraster.py +lib/gimp/%%APIVER%%/plug-ins/file-pat/file-pat +lib/gimp/%%APIVER%%/plug-ins/file-pcx/file-pcx +lib/gimp/%%APIVER%%/plug-ins/file-pdf-export/file-pdf-export +lib/gimp/%%APIVER%%/plug-ins/file-pdf-load/file-pdf-load +lib/gimp/%%APIVER%%/plug-ins/file-pix/file-pix +lib/gimp/%%APIVER%%/plug-ins/file-png/file-png +lib/gimp/%%APIVER%%/plug-ins/file-pnm/file-pnm +%%GHOSTSCRIPT%%lib/gimp/%%APIVER%%/plug-ins/file-ps/file-ps +lib/gimp/%%APIVER%%/plug-ins/file-psd/file-psd +lib/gimp/%%APIVER%%/plug-ins/file-psp/file-psp +lib/gimp/%%APIVER%%/plug-ins/file-raw-data/file-raw-data +lib/gimp/%%APIVER%%/plug-ins/file-raw-placeholder/file-raw-placeholder +lib/gimp/%%APIVER%%/plug-ins/file-rawtherapee/file-rawtherapee +lib/gimp/%%APIVER%%/plug-ins/file-sgi/file-sgi +lib/gimp/%%APIVER%%/plug-ins/file-sunras/file-sunras +lib/gimp/%%APIVER%%/plug-ins/file-svg/file-svg +lib/gimp/%%APIVER%%/plug-ins/file-tga/file-tga +lib/gimp/%%APIVER%%/plug-ins/file-tiff/file-tiff +lib/gimp/%%APIVER%%/plug-ins/file-wbmp/file-wbmp +lib/gimp/%%APIVER%%/plug-ins/file-webp/file-webp +%%WMF%%lib/gimp/%%APIVER%%/plug-ins/file-wmf/file-wmf +lib/gimp/%%APIVER%%/plug-ins/file-xbm/file-xbm +lib/gimp/%%APIVER%%/plug-ins/file-xmc/file-xmc +lib/gimp/%%APIVER%%/plug-ins/file-xpm/file-xpm +lib/gimp/%%APIVER%%/plug-ins/file-xwd/file-xwd +lib/gimp/%%APIVER%%/plug-ins/film/film +lib/gimp/%%APIVER%%/plug-ins/flame/flame +lib/gimp/%%APIVER%%/plug-ins/foggify/foggify.py +lib/gimp/%%APIVER%%/plug-ins/fractal-explorer/fractal-explorer +lib/gimp/%%APIVER%%/plug-ins/gfig/gfig +lib/gimp/%%APIVER%%/plug-ins/gimpressionist/gimpressionist +lib/gimp/%%APIVER%%/plug-ins/gradient-flare/gradient-flare +lib/gimp/%%APIVER%%/plug-ins/gradient-map/gradient-map +lib/gimp/%%APIVER%%/plug-ins/gradients-save-as-css/gradients-save-as-css.py +lib/gimp/%%APIVER%%/plug-ins/grid/grid +lib/gimp/%%APIVER%%/plug-ins/guillotine/guillotine +lib/gimp/%%APIVER%%/plug-ins/help/help +lib/gimp/%%APIVER%%/plug-ins/histogram-export/histogram-export.py +lib/gimp/%%APIVER%%/plug-ins/hot/hot +lib/gimp/%%APIVER%%/plug-ins/ifs-compose/ifs-compose +lib/gimp/%%APIVER%%/plug-ins/imagemap/imagemap +lib/gimp/%%APIVER%%/plug-ins/jigsaw/jigsaw +lib/gimp/%%APIVER%%/plug-ins/lighting/lighting +lib/gimp/%%APIVER%%/plug-ins/mail/mail +lib/gimp/%%APIVER%%/plug-ins/map-object/map-object +lib/gimp/%%APIVER%%/plug-ins/metadata-editor/metadata-editor +lib/gimp/%%APIVER%%/plug-ins/metadata-viewer/metadata-viewer +lib/gimp/%%APIVER%%/plug-ins/nl-filter/nl-filter +lib/gimp/%%APIVER%%/plug-ins/pagecurl/pagecurl +lib/gimp/%%APIVER%%/plug-ins/palette-offset/palette-offset.py +lib/gimp/%%APIVER%%/plug-ins/palette-sort/palette-sort.py +lib/gimp/%%APIVER%%/plug-ins/palette-to-gradient/palette-to-gradient.py +lib/gimp/%%APIVER%%/plug-ins/plugin-browser/plugin-browser +lib/gimp/%%APIVER%%/plug-ins/print/print +lib/gimp/%%APIVER%%/plug-ins/procedure-browser/procedure-browser +lib/gimp/%%APIVER%%/plug-ins/python-console/pyconsole.py +lib/gimp/%%APIVER%%/plug-ins/python-console/python-console.py +lib/gimp/%%APIVER%%/plug-ins/python-eval/python-eval.py +lib/gimp/%%APIVER%%/plug-ins/qbist/qbist +lib/gimp/%%APIVER%%/plug-ins/sample-colorize/sample-colorize +lib/gimp/%%APIVER%%/plug-ins/screenshot/screenshot +lib/gimp/%%APIVER%%/plug-ins/script-fu-server/script-fu-server +lib/gimp/%%APIVER%%/plug-ins/script-fu/script-fu +lib/gimp/%%APIVER%%/plug-ins/selection-to-path/selection-to-path +lib/gimp/%%APIVER%%/plug-ins/smooth-palette/smooth-palette +lib/gimp/%%APIVER%%/plug-ins/sparkle/sparkle +lib/gimp/%%APIVER%%/plug-ins/sphere-designer/sphere-designer +lib/gimp/%%APIVER%%/plug-ins/spyro-plus/spyro-plus.py +lib/gimp/%%APIVER%%/plug-ins/test-sphere-v3/test-sphere-v3.scm +lib/gimp/%%APIVER%%/plug-ins/tile-small/tile-small +lib/gimp/%%APIVER%%/plug-ins/tile/tile +lib/gimp/%%APIVER%%/plug-ins/unit-editor/unit-editor +lib/gimp/%%APIVER%%/plug-ins/van-gogh-lic/van-gogh-lic +lib/gimp/%%APIVER%%/plug-ins/warp/warp +lib/gimp/%%APIVER%%/plug-ins/wavelet-decompose/wavelet-decompose +lib/gimp/%%APIVER%%/plug-ins/web-browser/web-browser +lib/girepository-1.0/Gimp-%%APIVER%%.typelib +lib/girepository-1.0/GimpUi-%%APIVER%%.typelib +lib/libgimp-%%APIVER%%.so +lib/libgimp-%%APIVER%%.so.0 +lib/libgimp-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimp-scriptfu-%%APIVER%%.so +lib/libgimp-scriptfu-%%APIVER%%.so.0 +lib/libgimp-scriptfu-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpbase-%%APIVER%%.so +lib/libgimpbase-%%APIVER%%.so.0 +lib/libgimpbase-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpcolor-%%APIVER%%.so +lib/libgimpcolor-%%APIVER%%.so.0 +lib/libgimpcolor-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpconfig-%%APIVER%%.so +lib/libgimpconfig-%%APIVER%%.so.0 +lib/libgimpconfig-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpmath-%%APIVER%%.so +lib/libgimpmath-%%APIVER%%.so.0 +lib/libgimpmath-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpmodule-%%APIVER%%.so +lib/libgimpmodule-%%APIVER%%.so.0 +lib/libgimpmodule-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpthumb-%%APIVER%%.so +lib/libgimpthumb-%%APIVER%%.so.0 +lib/libgimpthumb-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpui-%%APIVER%%.so +lib/libgimpui-%%APIVER%%.so.0 +lib/libgimpui-%%APIVER%%.so.%%SHLIBVER%% +lib/libgimpwidgets-%%APIVER%%.so +lib/libgimpwidgets-%%APIVER%%.so.0 +lib/libgimpwidgets-%%APIVER%%.so.%%SHLIBVER%% +libdata/pkgconfig/gimp-%%APIVER%%.pc +libdata/pkgconfig/gimpthumb-%%APIVER%%.pc +libdata/pkgconfig/gimpui-%%APIVER%%.pc libexec/gimp-debug-tool libexec/gimp-debug-tool-%%BINVER%% libexec/gimp-debug-tool-%%ABIVER%% %%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/images/gimp-devel-logo.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Black.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Black.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-BlackItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-BlackItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Bold.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-BoldItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-BoldItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Italic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Medium.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Medium.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-MediumItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-MediumItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Regular.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatDisplay-Regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Bold.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-BoldItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-BoldItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Italic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Medium.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Medium.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-MediumItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-MediumItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Regular.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/RedHatText-Regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/SourceCodePro-It.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/SourceCodePro-Regular.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/SourceCodePro-Semibold.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/alias.BablFormat.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/alias.ColorArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/alias.CoreObjectArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.BatchFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ExportGetCapabilitiesFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ExtractVectorFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ModuleQueryFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ModuleRegisterFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtableEndFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtableGetWindowFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtablePulseFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtableSetTextFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtableSetValueFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.ProgressVtableStartFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.PutPixelFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RenderFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunExportFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunImageFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunLoadFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunThumbnailFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/callback.RunVectorLoadFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.BatchProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Choice.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ColorConfig.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ColorProfile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ColorTransform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ConfigPath.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Display.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.DrawableFilter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.DrawableFilterConfig.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ExportOptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ExportProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.FileProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.GroupLayer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ImageProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.LayerMask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.LoadProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Memsize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Metadata.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Module.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ModuleDB.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.PDB.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamBrush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamChannel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamChoice.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamColor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamConfigPath.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamCoreObjectArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamDisplay.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamDoubleArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamDrawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamDrawableFilter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamExportOptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamFile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamFont.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamGradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamGroupLayer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamImage.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamInt32Array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamItem.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamLayer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamLayerMask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamMatrix2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamMatrix3.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamMemsize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamObject.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamPalette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamParasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamPath.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamPattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamResource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamSelection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamTextLayer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamUnit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ParamValueArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.PlugIn.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ProcedureConfig.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Resource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.TextLayer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.ThumbnailProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.Unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/class.VectorLoadProcedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/classes_hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.API_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CHECK_DARK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CHECK_LIGHT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CHECK_SIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CHECK_SIZE_SM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_AGGREGATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_CONFIRM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_DEFAULTS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_DONT_COMPARE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_FLAGS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_FLAG_SHIFT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_IGNORE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_RESTART.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.CONFIG_PARAM_SERIALIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MAJOR_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MAX_IMAGE_SIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MAX_MEMSIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MAX_RESOLUTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MICRO_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MINOR_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MIN_IMAGE_SIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MIN_RESOLUTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.MODULE_ABI_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_DONT_SERIALIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_FLAG_SHIFT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_NO_VALIDATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_READABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_READWRITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_STATIC_STRINGS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARAM_WRITABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_ATTACH_GRANDPARENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_ATTACH_PARENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_GRANDPARENT_PERSISTENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_GRANDPARENT_UNDOABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_PARENT_PERSISTENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_PARENT_UNDOABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_PERSISTENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PARASITE_UNDOABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.PIXPIPE_MAXDIM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/const.VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Array.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.BatchProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Brush.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Channel.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Channel.new_from_component.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Choice.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Choice.new_with_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_d50_gray_lab_trc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_d65_gray_linear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_d65_gray_srgb_trc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_from_icc_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_from_lcms_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_rgb_adobe.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_rgb_srgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorProfile.new_rgb_srgb_linear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorTransform.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ColorTransform.new_proofing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ConfigWriter.new_from_fd.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ConfigWriter.new_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ConfigWriter.new_from_stream.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ConfigWriter.new_from_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Display.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.DrawableFilter.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ExportProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Gradient.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.GroupLayer.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Image.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Image.new_with_precision.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ImageProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Layer.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Layer.new_from_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Layer.new_from_pixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Layer.new_from_surface.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Layer.new_from_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.LoadProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Metadata.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Module.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ModuleDB.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Palette.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Parasite.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Path.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Path.new_from_text_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Procedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Scanner.new_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Scanner.new_stream.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Scanner.new_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.TextLayer.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ThumbnailProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Unit.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ValueArray.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ValueArray.new_from_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ValueArray.new_from_types_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.ValueArray.new_from_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Vector2.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.Vector3.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/ctor.VectorLoadProcedure.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.AddMaskType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ArgumentSync.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.BrushApplicationMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.BrushGeneratedShape.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.CapStyle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ChannelOps.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ChannelType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.CheckSize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.CheckType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.CloneType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ColorManagementMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ColorRenderingIntent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ColorTag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ColorTransformFlags.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ComponentType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ConfigPathType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ConvertDitherType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ConvertPaletteType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ConvolveType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.CpuAccelFlags.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.DesaturateMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.DodgeBurnType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ExportReturn.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.FileChooserAction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.FillType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ForegroundExtractMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.GradientBlendColorSpace.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.GradientSegmentColor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.GradientSegmentType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.GradientType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.GridStyle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.HistogramChannel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.HueRange.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.IconType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ImageBaseType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ImageType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.InkBlobType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.InterpolationType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.JoinStyle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.LayerColorSpace.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.LayerCompositeMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.LayerMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.MaskApplyMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.MergeType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.MessageHandlerType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.MetadataColorspace.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ModuleError.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ModuleState.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.OffsetType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.OrientationType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PDBErrorHandler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PDBProcType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PDBStatusType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PaintApplicationMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PathStrokeType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.PixbufTransparency.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.Precision.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.ProgressCommand.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.RepeatMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.RotationType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.RunMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.SelectCriterion.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.SizeType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.StackTraceMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.StrokeMethod.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TextDirection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TextHintStyle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TextJustification.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TRCType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TransferMode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TransformDirection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.TransformResize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/enum.UnitID.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/error.ConfigError.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/flags.ExportCapabilities.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/flags.MetadataLoadFlags.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/flags.MetadataSaveFlags.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/flags.ProcedureSensitivityMask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/fonts.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CAIRO_ARGB32_SET_PIXEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CAIRO_RGB24_SET_PIXEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CHECK_VERSION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_BOOLEAN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_BOXED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_COLOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_DOUBLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_ENUM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_FONT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_INT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_INT64.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_MATRIX2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_MEMSIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_OBJECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_POINTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_RESOLUTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_STRING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_UINT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_UINT64.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.CONFIG_PROP_UNIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.DEPRECATED_FOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.MAIN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.UNAVAILABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_BYTES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_CORE_OBJECT_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_DOUBLE_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_FILE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_INT32_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_PARAM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_PARASITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_STRING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_DUP_STRV.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_BOOLEAN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_BRUSH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_BYTES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_CHANNEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_CHOICE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_COLOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_CORE_OBJECT_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_DISPLAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_DOUBLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_DOUBLE_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_DRAWABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_DRAWABLE_FILTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_ENUM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_FILE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_FONT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_GRADIENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_GROUP_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_IMAGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_INT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_INT32_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_ITEM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_LAYER_MASK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_PALETTE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_PARAM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_PARASITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_PATTERN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_RESOURCE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_SELECTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_STRING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_STRV.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_TEXT_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_UCHAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_UINT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_SET_UNIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_BYTES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_CORE_OBJECT_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_DOUBLE_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_FILE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_INT32_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_PARAM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_PARASITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_STRING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUES_TAKE_STRV.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_BABL_FORMAT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_BRUSH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_CHANNEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_COLOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_COLOR_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_CONFIG_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_CORE_OBJECT_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_DISPLAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_DOUBLE_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_DRAWABLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_DRAWABLE_FILTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_EXPORT_OPTIONS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_FILE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_FONT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_GRADIENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_GROUP_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_IMAGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_INT32_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_ITEM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_LAYER_MASK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_MATRIX2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_MATRIX3.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_MEMSIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_PALETTE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_PARASITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_PATTERN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_RESOURCE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_SELECTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_TEXT_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_UNIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.VALUE_HOLDS_VALUE_ARRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.adaptive_supersample_area.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.airbrush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.airbrush_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.any_to_utf8.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.attach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.babl_format_get_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bilinear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bilinear_16.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bilinear_32.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bilinear_8.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bilinear_rgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.bind_text_domain.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.brushes_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.brushes_get_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.brushes_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.brushes_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.brushes_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_get_bytes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_get_height.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_get_image_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_get_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffer_rename.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.buffers_get_name_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.cache_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.cairo_checkerboard_create.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.cairo_surface_create_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.cairo_surface_get_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.canonicalize_identifier.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.check_custom_color1.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.check_custom_color2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.check_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.check_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.checks_get_colors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.clone.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.clone_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_array_copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_array_free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_array_get_length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_array_get_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_is_out_of_gamut.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_is_out_of_self_gamut.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_is_perceptually_identical.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_list_names.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_css.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_css_substring.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_hex.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_hex_substring.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_parse_name_substring.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.color_set_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_are_dynamics_enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_enable_dynamics.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_antialias.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_background.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_force.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_hardness.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_brush_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_diagonal_neighbors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_distance_metric.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_dynamics_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_emulate_brush_dynamics.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_feather.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_feather_radius.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_foreground.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_gradient_blend_color_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_gradient_repeat_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_gradient_reverse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_blob_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_blob_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_blob_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_size_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_speed_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_ink_tilt_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_interpolation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_cap_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_dash_offset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_dash_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_join_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_miter_limit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_line_width_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_mypaint_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_paint_method.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_paint_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_sample_criterion.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_sample_merged.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_sample_threshold.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_sample_threshold_int.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_sample_transparent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_stroke_method.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_transform_direction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_get_transform_resize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_list_paint_methods.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_pop.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_push.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_antialias.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_background.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_default_hardness.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_default_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_default_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_force.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_hardness.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_brush_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_default_colors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_defaults.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_diagonal_neighbors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_distance_metric.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_dynamics_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_emulate_brush_dynamics.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_feather.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_feather_radius.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_foreground.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_blend_color_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_fg_bg_hsv_ccw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_fg_bg_hsv_cw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_fg_bg_rgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_fg_transparent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_repeat_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_gradient_reverse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_blob_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_blob_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_blob_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_size_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_speed_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_ink_tilt_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_interpolation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_cap_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_dash_offset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_dash_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_join_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_miter_limit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_line_width_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_mypaint_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_paint_method.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_paint_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_sample_criterion.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_sample_merged.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_sample_threshold.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_sample_threshold_int.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_sample_transparent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_stroke_method.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_transform_direction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_set_transform_resize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.context_swap_colors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.convolve.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.convolve_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.core_object_array_get_length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.core_object_array_get_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.cpu_accel_get_support.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.data_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.data_directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.debug_timer_end.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.debug_timer_start.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.default_display.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.detach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.displays_flush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.displays_reconnect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.dodgeburn.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.dodgeburn_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.double_array_get_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.double_array_set_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.drawables_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.drawables_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.drawables_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.dynamics_get_name_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.dynamics_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_copy_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_cut.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_named_copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_named_copy_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_named_cut.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_named_paste.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_named_paste_as_new_image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_paste.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.edit_paste_as_new_image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_get_desc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_get_value_descriptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_set_value_descriptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_value_get_abbrev.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_value_get_desc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enum_value_get_help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enums_get_type_names.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.enums_init.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.eraser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.eraser_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.escape_uline.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_exif.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_iptc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.export_xmp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_create_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_get_config_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_get_utf8_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_has_extension.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_load.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_load_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_load_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_new_for_config_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_save.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.file_show_in_file_manager.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.filename_to_utf8.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_get_first_desc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_get_first_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_get_value_descriptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_set_value_descriptions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_value_get_abbrev.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_value_get_desc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.flags_value_get_help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.floating_sel_anchor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.floating_sel_attach.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.floating_sel_remove.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.floating_sel_to_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.fonts_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.fonts_get_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.fonts_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.fonts_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.fonts_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_color_configuration.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_default_comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_default_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_images.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_module_load_inhibit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_monitor_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_num_processors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_parasite_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_pdb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_plug_in.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.get_progname.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.getpid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gimprc_query.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gimprc_set.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gradients_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gradients_get_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gradients_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gradients_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.gradients_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.heal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.heal_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.icon_theme_dir.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.installation_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.installation_directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.int32_array_get_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.int32_array_set_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.is_canonical_identifier.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.list_images.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.locale_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.locale_directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.main.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.message.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.message_get_handler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.message_set_handler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.monitor_number.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.paintbrush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.paintbrush_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.palettes_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.palettes_get_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.palettes_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.palettes_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.palettes_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_choice.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_choice_get_choice.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_choice_get_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_color_from_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_color_has_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_config_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_config_path_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_core_object_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_core_object_array_get_object_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_display.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_display_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_drawable_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_drawable_filter_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_export_options.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_file_get_action.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_file_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_file_set_action.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_group_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_image_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_item_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_layer_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_matrix2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_matrix3.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_memsize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_resource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_resource_defaults_to_context.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_resource_none_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_text_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_unit_percent_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_unit_pixel_allowed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_value_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.param_spec_value_array_get_element_spec.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.patterns_close_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.patterns_get_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.patterns_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.patterns_refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.patterns_set_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pencil.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixbuf_create_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixbuf_get_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixbuf_get_icc_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixels_to_units.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixpipe_params_build.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixpipe_params_free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixpipe_params_init.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.pixpipe_params_parse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_cancel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_end.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_get_window_handle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_init.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_init_printf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_install_vtable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_pulse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_set_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_set_text_printf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_uninstall.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.progress_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.quit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.range_estimate_settings.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.rectangle_intersect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.rectangle_union.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.show_help_button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.smudge.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.smudge_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.stack_trace_available.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.stack_trace_print.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.stack_trace_query.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.strip_uline.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.sysconf_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.sysconf_directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.temp_directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.temp_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.text_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.text_get_extents_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.tile_height.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.tile_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.type_get_translation_context.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.type_get_translation_domain.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.type_set_translation_context.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.type_set_translation_domain.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.units_to_pixels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.units_to_points.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.user_time.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.utf8_strtrim.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_dup_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_dup_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_get_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_get_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_set_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_set_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_set_static_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_set_static_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_take_double_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.value_take_int32_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.vector_2d_to_3d.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.vector_2d_to_3d_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.vector_3d_to_2d.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.version.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/func.wm_class.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/fzy.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/go-up-symbolic.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/iface.ColorManaged.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/iface.ConfigInterface.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/index.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/index.json -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/libgimp-%%ABIVER%%.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/main.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Array.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Array.free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.BatchProcedure.get_interpreter_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.BatchProcedure.set_interpreter_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_hardness.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_info.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_radius.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_shape.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.get_spikes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.is_generated.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_angle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_aspect_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_hardness.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_radius.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_shape.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Brush.set_spikes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.combine_masks.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.get_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.get_show_masked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.set_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Channel.set_show_masked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.add.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.get_documentation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.get_help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.list_nicks.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Choice.set_sensitive.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_cmyk_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_display_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_display_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_display_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_display_optimize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_display_profile_from_gdk.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_gray_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_out_of_gamut_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_rgb_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_simulation_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_simulation_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_simulation_gamut_check.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_simulation_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorConfig.get_simulation_optimize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.get_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.get_icc_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.get_simulation_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.get_simulation_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.get_simulation_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.profile_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.simulation_bpc_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.simulation_intent_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorManaged.simulation_profile_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_copyright.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_description.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_icc_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_lcms_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_manufacturer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.get_summary.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.is_cmyk.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.is_equal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.is_gray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.is_linear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.is_rgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.new_linear_from_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.new_srgb_trc_from_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorProfile.save_to_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorTransform.process_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ColorTransform.process_pixels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_properties.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_property.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_stream.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.deserialize_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.is_equal_to.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.reset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_changed_properties.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_properties.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_property.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_property_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_to_fd.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_to_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_to_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_to_stream.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Config.serialize_to_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.close.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.comment_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.finish.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.identifier.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.linefeed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.open.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.print.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.printf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.ref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.revert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ConfigWriter.unref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Display.delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Display.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Display.get_window_handle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Display.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Display.present.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.append_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.append_new_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.brightness_contrast.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.color_balance.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.colorize_hsl.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.curves_explicit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.curves_spline.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.desaturate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_bucket_fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_clear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_gradient_fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_stroke_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.edit_stroke_selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.equalize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.extract_component.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.foreground_extract.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.free_shadow.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_bpp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_filters.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_height.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_pixel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_shadow_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_sub_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_sub_thumbnail_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_thumbnail_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_thumbnail_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.get_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.has_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.histogram.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.hue_saturation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.invert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.is_gray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.is_indexed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.is_rgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.levels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.levels_stretch.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.mask_bounds.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.mask_intersect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.merge_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.merge_filters.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.merge_new_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.merge_shadow.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.offset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.posterize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.set_pixel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.shadows_highlights.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.threshold.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.type_with_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Drawable.update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_blend_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_operation_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.get_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.set_aux_input.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.set_blend_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.set_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.set_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.DrawableFilter.update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportOptions.get_image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_exif.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_iptc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.get_support_xmp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_capabilities.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_exif.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_iptc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ExportProcedure.set_support_xmp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_extensions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_format_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_handles_remote.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_magics.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_mime_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_prefixes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.get_priority.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_extensions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_format_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_handles_remote.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_magics.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_mime_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_prefixes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.FileProcedure.set_priority.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Font.get_pango_font_description.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.get_custom_samples.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.get_number_of_segments.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.get_uniform_samples.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_blending_function.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_coloring_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_left_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_left_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_middle_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_right_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_get_right_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_blend_colors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_blend_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_flip.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_move.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_redistribute_handles.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_replicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_set_blending_function.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_set_coloring_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_split_midpoint.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_range_split_uniform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_set_left_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_set_left_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_set_middle_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_set_right_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Gradient.segment_set_right_pos.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.GroupLayer.merge.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.add_hguide.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.add_sample_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.add_vguide.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.attach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.autocrop.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.autocrop_selected_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.clean_all.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_color_profile_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_grayscale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_indexed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_precision.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.convert_rgb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.crop.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.delete_guide.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.delete_sample_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.detach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.export_path_to_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.export_path_to_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.find_next_guide.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.find_next_sample_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.flatten.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.flip.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.floating_sel_attached_to.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.freeze_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.freeze_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.freeze_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_base_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_channel_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_channel_by_tattoo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_component_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_component_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_default_new_layer_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_effective_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_exported_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_floating_sel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_guide_orientation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_guide_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_height.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_imported_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_item_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_layer_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_layer_by_tattoo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_metadata.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_parasite_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_path_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_path_by_tattoo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_precision.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_sample_point_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_selected_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_selected_drawables.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_selected_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_selected_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_simulation_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_simulation_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_simulation_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_tattoo_state.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_thumbnail_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.get_xcf_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_get_background_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_get_foreground_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_get_offset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_get_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_get_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_set_background_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_set_foreground_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_set_offset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_set_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.grid_set_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.import_paths_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.import_paths_from_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.insert_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.insert_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.insert_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.is_dirty.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_selected_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_selected_drawables.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_selected_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.list_selected_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.lower_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.lower_item_to_bottom.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.merge_down.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.merge_visible_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.metadata_save_filter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.metadata_save_prepare.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.pick_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.pick_correlate_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.policy_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.policy_rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.raise_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.raise_item_to_top.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.remove_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.remove_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.remove_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.reorder_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.resize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.resize_to_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_contiguous_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_ellipse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_item.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_polygon.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_rectangle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.select_round_rectangle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_color_profile_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_component_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_component_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_metadata.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_selected_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_selected_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_selected_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_simulation_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_simulation_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_simulation_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_simulation_profile_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_tattoo_state.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.set_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.take_selected_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.take_selected_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.take_selected_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.thaw_channels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.thaw_layers.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.thaw_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_disable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_enable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_freeze.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_group_end.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_group_start.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_is_enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.undo_thaw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Image.unset_active_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.attach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.detach_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_children.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_color_tag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_expanded.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_image.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_lock_content.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_lock_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_lock_visibility.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_parasite_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_parent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_tattoo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.get_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_group.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_group_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_layer_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_text_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.list_children.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_color_tag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_expanded.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_lock_content.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_lock_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_lock_visibility.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_tattoo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.set_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_2d.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_flip.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_flip_simple.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_matrix.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_perspective.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_rotate_simple.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_shear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Item.transform_translate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.add_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.add_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.create_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.flatten.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_apply_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_blend_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_composite_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_composite_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_edit_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_lock_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.get_show_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.is_floating_sel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.remove_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.resize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.resize_to_image_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_apply_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_blend_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_composite_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_composite_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_edit_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_lock_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_opacity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Layer.set_show_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.LoadProcedure.get_handles_raw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.LoadProcedure.get_thumbnail_loader.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.LoadProcedure.set_handles_raw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.LoadProcedure.set_thumbnail_loader.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix2.determinant.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix2.identity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix2.invert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix2.mult.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix2.transform_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.affine.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.determinant.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.equal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.identity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.invert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.is_affine.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.is_diagonal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.is_identity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.is_simple.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.mult.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.transform_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.translate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.xshear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix3.yshear.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix4.identity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix4.mult.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix4.to_deg.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Matrix4.transform_point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.add_xmp_history.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.get_colorspace.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.get_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.save_to_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.serialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_bits_per_sample.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_colorspace.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_creation_date.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_from_exif.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_from_iptc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_from_xmp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_pixel_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Metadata.set_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.get_auto_load.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.get_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.get_info.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.get_last_error.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.get_state.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.is_loaded.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.is_on_disk.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.query_module.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Module.set_auto_load.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.get_load_inhibit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.get_verbose.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.load.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.refresh.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.set_load_inhibit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ModuleDB.set_verbose.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.dump_to_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.get_last_error.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.get_last_status.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.lookup_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.procedure_exists.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.query_procedures.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PDB.temp_procedure_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.add_entry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.delete_entry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_color_count.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_colormap.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_colors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_columns.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_entry_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.get_entry_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.set_colormap.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.set_columns.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.set_entry_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Palette.set_entry_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.compare.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.get_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.get_flags.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.has_flag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.is_persistent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.is_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Parasite.is_undoable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.bezier_stroke_conicto.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.bezier_stroke_cubicto.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.bezier_stroke_lineto.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.bezier_stroke_new_ellipse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.bezier_stroke_new_moveto.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.get_strokes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.remove_stroke.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_close.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_flip.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_flip_free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_get_length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_get_point_at_dist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_get_points.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_interpolate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_new_from_points.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_reverse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Path.stroke_translate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Pattern.get_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Pattern.get_info.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.add_menu_branch.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.add_temp_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.get_pdb_error_handler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.get_temp_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.get_temp_procedures.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.persistent_enable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.persistent_process.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.remove_temp_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.set_help_domain.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.PlugIn.set_pdb_error_handler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_boolean_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_boolean_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_boolean_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_brush_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_brush_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_brush_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_bytes_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_bytes_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_bytes_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_channel_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_channel_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_channel_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_choice_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_choice_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_choice_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_from_string_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_from_string_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_from_string_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_color_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_core_object_array_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_core_object_array_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_core_object_array_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_display_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_display_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_display_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_array_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_array_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_array_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_double_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_drawable_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_drawable_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_drawable_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_enum_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_enum_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_enum_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_file_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_file_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_file_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_font_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_font_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_font_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_gradient_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_gradient_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_gradient_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_group_layer_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_group_layer_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_group_layer_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_image_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_image_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_image_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int32_array_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int32_array_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int32_array_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_int_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_item_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_item_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_item_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_mask_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_mask_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_mask_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_layer_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_menu_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_palette_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_palette_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_palette_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_param_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_param_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_param_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_parasite_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_parasite_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_parasite_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_path_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_path_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_path_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_pattern_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_pattern_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_pattern_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_resource_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_resource_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_resource_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_selection_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_selection_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_selection_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_array_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_array_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_array_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_string_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_text_layer_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_text_layer_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_text_layer_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_uint_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_uint_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_uint_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_unit_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_unit_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.add_unit_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.create_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.find_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.find_aux_argument.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.find_return_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_argument_sync.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_arguments.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_authors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_aux_arguments.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_blurb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_copyright.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_date.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_help_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_icon_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_icon_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_icon_pixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_icon_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_image_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_menu_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_menu_paths.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_plug_in.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_proc_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_return_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.get_sensitivity_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.is_internal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.new_return_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.persistent_ready.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.run.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.run_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.run_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_argument_sync.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_attribution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_documentation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_icon_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_icon_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_icon_pixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_image_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_menu_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Procedure.set_sensitivity_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.get_choice_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.get_color_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.get_core_object_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.get_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.save_metadata.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.set_color_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ProcedureConfig.set_core_object_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.delete.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_editable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Resource.rename.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_boolean.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_double.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_identifier.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_int.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_int64.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_matrix2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_string_no_validate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.parse_token.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.ref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Scanner.unref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_antialias.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_base_direction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_font_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_hint_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_indent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_justification.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_kerning.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_language.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_letter_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_line_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_markup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.get_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.resize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_antialias.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_base_direction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_font_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_hint_style.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_indent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_justification.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_kerning.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_language.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_letter_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_line_spacing.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_markup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.TextLayer.set_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_abbreviation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_deletion_flag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_factor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_scaled_digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.get_symbol.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.is_built_in.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.is_metric.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Unit.set_deletion_flag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.append.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.get_color_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.get_core_object_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.index.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.insert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.prepend.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.ref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.remove.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.truncate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.ValueArray.unref.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.add_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.cross_product.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.cross_product_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.inner_product.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.inner_product_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.length_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.mul.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.mul_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.neg.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.neg_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.normal.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.normal_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.normalize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.normalize_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.rotate_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.set.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector2.sub_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.add_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.cross_product.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.cross_product_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.inner_product.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.inner_product_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.length.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.length_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.mul.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.mul_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.neg.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.neg_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.normalize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.normalize_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.rotate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.rotate_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.set.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.Vector3.sub_val.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/method.VectorLoadProcedure.extract_dimensions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.cmyk-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.display-optimize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.display-profile-from-gdk.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.display-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.display-rendering-intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.display-use-black-point-compensation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.gray-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.mode.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.out-of-gamut-color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.rgb-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.show-hsv.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.show-rgb-u8.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.simulation-gamut-check.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.simulation-optimize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.simulation-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.simulation-rendering-intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ColorConfig.simulation-use-black-point-compensation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Display.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.DrawableFilter.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportOptions.capabilities.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.capabilities.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-comment.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-exif.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-iptc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ExportProcedure.supports-xmp.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Image.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Item.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Module.auto-load.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Module.on-disk.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.PlugIn.program-name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.PlugIn.read-channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.PlugIn.write-channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Procedure.name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Procedure.plug-in.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Procedure.procedure-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.ProcedureConfig.procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Resource.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.abbreviation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.factor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/property.Unit.symbol.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/search.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.Choice.sensitivity-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.ColorManaged.profile-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.ColorManaged.simulation-bpc-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.ColorManaged.simulation-intent-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.ColorManaged.simulation-profile-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/signal.ColorTransform.progress.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/solarized-dark.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/solarized-light.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ConfigWriter.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.EnumDesc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.FlagsDesc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Matrix2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Matrix3.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Matrix4.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ModuleInfo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ParamSpecObject.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ParamSpecObjectClass.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Parasite.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.PixPipeParams.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ProgressVtable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Scanner.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.ValueArray.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Vector2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Vector3.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.Vector4.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/struct.VectorLoadData.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/style.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Brush.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Channel.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ColorProfile.get_lcms_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ColorTransform.can_gegl_copy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.build_data_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.build_plug_in_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.build_system_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.build_writable_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.deserialize_return.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.diff.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.error_quark.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.param_spec_duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.reset_properties.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.reset_property.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.serialize_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.string_append_escaped.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.sync.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigInterface.type_register.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigPath.expand.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigPath.expand_to_files.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ConfigPath.unexpand.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Display.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Display.id_is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Display.name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Drawable.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.DrawableFilter.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.DrawableFilter.id_is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Font.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Gradient.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.GroupLayer.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Image.convert_set_dither_matrix.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Image.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Image.id_is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Image.metadata_load_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_group_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_layer_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_selection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_text_layer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Item.id_is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Layer.from_mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Layer.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.LayerMask.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Memsize.deserialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Memsize.serialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Metadata.deserialize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Metadata.get_guid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Metadata.is_tag_supported.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Metadata.load_from_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Module.error_quark.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Module.query.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Module.register.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Palette.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ParamSpecObject.duplicate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ParamSpecObject.get_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ParamSpecObject.has_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.ParamSpecObject.set_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Path.free.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Path.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Path.get_user_writable_dir.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Path.parse.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Path.to_str.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Pattern.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.PlugIn.directory.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.PlugIn.directory_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.PlugIn.error_quark.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.get_by_name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_brush.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_font.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_gradient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_palette.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Resource.id_is_valid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.all.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.border.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.bounds.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.feather.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.float.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.flood.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.grow.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.invert.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.is_empty.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.none.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.save.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.sharpen.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.shrink.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.translate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Selection.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.TextLayer.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.format_string.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.get_by_id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.inch.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.mm.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.percent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.pica.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.pixel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Unit.point.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Vector2.add.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Vector2.sub.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Vector3.add.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/type_func.Vector3.sub.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/urlmap.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.get_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.get_icc_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.get_simulation_bpc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.get_simulation_intent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.get_simulation_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.profile_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.simulation_bpc_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.simulation_intent_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.ColorManaged.simulation_profile_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Module.modified.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.PlugIn.create_procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.PlugIn.init_procedures.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.PlugIn.query_procedures.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.PlugIn.quit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.PlugIn.set_i18n.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Procedure.create_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Procedure.install.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Procedure.run.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Procedure.set_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%ABIVER%%/vfunc.Procedure.uninstall.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Black.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Black.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-BlackItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-BlackItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Bold.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-BoldItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-BoldItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Italic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Medium.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Medium.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-MediumItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-MediumItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Regular.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatDisplay-Regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Bold.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-BoldItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-BoldItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Italic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Medium.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Medium.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-MediumItalic.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-MediumItalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Regular.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/RedHatText-Regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/SourceCodePro-It.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/SourceCodePro-Regular.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/SourceCodePro-Semibold.ttf.woff -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/browser.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/busy-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/button.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.HelpFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.ImageConstraintFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.IntRadioFrameSensitivityFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.IntSensitivityFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.ItemConstraintFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.QueryBooleanCallback.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.QueryDoubleCallback.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.QueryIntCallback.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.QuerySizeCallback.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.QueryStringCallback.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/callback.StringSensitivityFunc.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/chain-button.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.AspectPreview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Browser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.BrushChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.BusyBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.CellRendererColor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.CellRendererToggle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ChainButton.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ChannelComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorArea.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorButton.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorDisplay.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorDisplayStack.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorHexEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorNotebook.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorProfileChooserDialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorProfileComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorProfileStore.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorProfileView.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorScale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorScaleEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorSelection.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ColorSelector.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Dialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.DrawableChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.DrawableComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.DrawablePreview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.EnumComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.EnumLabel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.EnumStore.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ExportProcedureDialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.FileChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.FontChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Frame.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.GradientChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.HintBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ImageComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.IntComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.IntRadioFrame.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.IntStore.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LabelColor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LabelEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LabelIntWidget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LabelSpin.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LabelStringWidget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Labeled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.LayerComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.MemsizeEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.NumberPairEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.OffsetArea.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PageSelector.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PaletteChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PathComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PathEditor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PatternChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PickButton.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Preview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.PreviewArea.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ProcBrowserDialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ProcedureDialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ProgressBar.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ResourceChooser.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.Ruler.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ScaleEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ScrolledPreview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.SizeEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.SpinButton.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.SpinScale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.StringComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.UnitComboBox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.UnitStore.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.VectorLoadProcedureDialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ZoomModel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/class.ZoomPreview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/classes_hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-area.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-button.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-hex-entry.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-notebook.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-profile-combo-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-profile-view.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-scale.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-scales.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-select.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/color-selection.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.COLOR_SELECTOR_BAR_SIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.COLOR_SELECTOR_SIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_APPLICATION_EXIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ASPECT_LANDSCAPE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ASPECT_PORTRAIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ATTACH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_BUSINESS_CARD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CAP_BUTT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CAP_ROUND.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CAP_SQUARE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CENTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CENTER_HORIZONTAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CENTER_VERTICAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHAIN_HORIZONTAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHAIN_HORIZONTAL_BROKEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHAIN_VERTICAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHAIN_VERTICAL_BROKEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_ALPHA.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_BLUE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_GRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_GREEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_INDEXED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHANNEL_RED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CHAR_PICKER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CLOSE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CLOSE_ALL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLORMAP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLORS_DEFAULT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLORS_SWAP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_PICKER_BLACK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_PICKER_GRAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_PICKER_WHITE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_PICK_FROM_SCREEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SELECTOR_CMYK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SELECTOR_TRIANGLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SELECTOR_WATER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SPACE_LINEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SPACE_NON_LINEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_COLOR_SPACE_PERCEPTUAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONTROLLER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONTROLLER_KEYBOARD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONTROLLER_LINUX_INPUT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONTROLLER_MIDI.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONTROLLER_WHEEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONVERT_GRAYSCALE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONVERT_INDEXED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CONVERT_RGB.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CURSOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CURVE_FREE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_CURVE_SMOOTH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DETACH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_CHANNELS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_DASHBOARD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_DEVICE_STATUS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_ERROR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_IMAGES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_INFORMATION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_LAYERS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_NAVIGATION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_PATHS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_QUESTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_RESHOW_FILTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_TOOLS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_TOOL_OPTIONS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_UNDO_HISTORY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DIALOG_WARNING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_CLIP_WARNING.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_COLORBLIND.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_CONTRAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_GAMMA.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_LCMS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DISPLAY_FILTER_PROOF.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_NEW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_OPEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_OPEN_RECENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_PAGE_SETUP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_PRINT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_PRINT_RESOLUTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_PROPERTIES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_REVERT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_SAVE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DOCUMENT_SAVE_AS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_DYNAMICS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_CLEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_COPY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_CUT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_DELETE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_FIND.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_PASTE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_PASTE_AS_NEW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_PASTE_INTO.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_REDO.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EDIT_UNDO.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EFFECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EVEN_HORIZONTAL_GAP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_EVEN_VERTICAL_GAP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FILE_MANAGER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FILL_HORIZONTAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FILL_VERTICAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FOLDER_NEW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FONT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_INDENT_LESS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_INDENT_MORE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_JUSTIFY_CENTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_JUSTIFY_FILL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_JUSTIFY_LEFT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_JUSTIFY_RIGHT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_BOLD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_LTR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_RTL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_LTR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_RTL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_ITALIC.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_SPACING_LETTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_SPACING_LINE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_STRIKETHROUGH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FORMAT_TEXT_UNDERLINE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_FRAME.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GEGL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_BOTTOM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_DOWN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_FIRST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_HOME.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_LAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_NEXT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_PREVIOUS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_TOP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GO_UP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_BILINEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_CONICAL_ASYMMETRIC.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_CONICAL_SYMMETRIC.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_LINEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_RADIAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SHAPEBURST_ANGULAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SHAPEBURST_DIMPLED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SHAPEBURST_SPHERICAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SPIRAL_ANTICLOCKWISE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SPIRAL_CLOCKWISE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRADIENT_SQUARE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_NORTH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_NORTH_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_NORTH_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_SOUTH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_SOUTH_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_SOUTH_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRAVITY_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_GRID.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HELP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HELP_ABOUT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HELP_USER_MANUAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HISTOGRAM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HISTOGRAM_LINEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_HISTOGRAM_LOGARITHMIC.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_IMAGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_IMAGE_OPEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_IMAGE_RELOAD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_INPUT_DEVICE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_INVERT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_JOIN_BEVEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_JOIN_MITER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_JOIN_ROUND.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_ANCHOR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_FLOATING_SELECTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_MASK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_MERGE_DOWN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_TEXT_LAYER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LAYER_TO_IMAGESIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LINKED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LIST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LIST_ADD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LIST_REMOVE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_ALPHA.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_CONTENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_MULTI.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_POSITION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_LOCK_VISIBILITY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_MARKER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_MENU_LEFT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_MENU_RIGHT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_DUPLICATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_FLIP_HORIZONTAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_FLIP_VERTICAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_RESIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_ROTATE_180.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_ROTATE_270.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_ROTATE_90.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_OBJECT_SCALE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PALETTE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PATH_STROKE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PATTERN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_CENTER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_NORTH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_NORTH_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_NORTH_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_SOUTH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_SOUTH_EAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_SOUTH_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PIVOT_WEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PLUGIN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PREFERENCES_SYSTEM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_PROCESS_STOP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_QUICK_MASK_OFF.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_QUICK_MASK_ON.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_RECORD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_RESET.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SAMPLE_POINT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_ADD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_ALL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_BORDER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_GROW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_INTERSECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_NONE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_REPLACE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_SHRINK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_STROKE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_SUBTRACT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_TO_CHANNEL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SELECTION_TO_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SHAPE_CIRCLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SHAPE_DIAMOND.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SHAPE_SQUARE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SHRED.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SMARTPHONE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SYMMETRY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_SYSTEM_RUN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TEMPLATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TEXTURE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_AIRBRUSH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ALIGN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_BLUR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_BRIGHTNESS_CONTRAST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_BUCKET_FILL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_BY_COLOR_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_CAGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_CLONE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_COLORIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_COLOR_BALANCE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_COLOR_PICKER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_COLOR_TEMPERATURE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_CROP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_CURVES.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_DESATURATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_DODGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ELLIPSE_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ERASER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_EXPOSURE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_FLIP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_FOREGROUND_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_FREE_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_FUZZY_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_GRADIENT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_HANDLE_TRANSFORM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_HEAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_HUE_SATURATION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_INK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ISCISSORS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_LEVELS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_MEASURE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_MOVE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_MYPAINT_BRUSH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_N_POINT_DEFORMATION.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_OFFSET.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PAINTBRUSH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PAINT_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PATH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PENCIL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PERSPECTIVE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PERSPECTIVE_CLONE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_POSTERIZE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_PRESET.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_RECT_SELECT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ROTATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_SCALE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_SEAMLESS_CLONE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_SHADOWS_HIGHLIGHTS.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_SHEAR.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_SMUDGE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_TEXT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_THRESHOLD.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_TRANSFORM_3D.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_UNIFIED_TRANSFORM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_WARP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TOOL_ZOOM.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TRANSFORM_3D_CAMERA.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TRANSFORM_3D_MOVE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TRANSFORM_3D_ROTATE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_TRANSPARENCY.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VIDEO.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VIEW_FULLSCREEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VIEW_REFRESH.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VIEW_SHRINK_WRAP.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VIEW_ZOOM_FILL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_VISIBLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WEB.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WILBER.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WILBER_EEK.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WINDOW_CLOSE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WINDOW_MOVE_TO_SCREEN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_WINDOW_NEW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ZOOM_FIT_BEST.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ZOOM_FOLLOW_WINDOW.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ZOOM_IN.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ZOOM_ORIGINAL.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/const.ICON_ZOOM_OUT.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.AspectPreview.new_from_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Browser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.BrushChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.BusyBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Button.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.CellRendererColor.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.CellRendererToggle.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ChainButton.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ChannelComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorArea.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorButton.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorDisplayStack.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorHexEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorProfileChooserDialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorProfileComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorProfileComboBox.new_with_model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorProfileStore.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorProfileView.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorScale.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorScaleEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorSelection.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ColorSelector.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Dialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Dialog.new_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.DrawableChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.DrawableComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.DrawablePreview.new_from_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumComboBox.new_with_model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumLabel.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumStore.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumStore.new_with_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumStore.new_with_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.EnumStore.new_with_values_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ExportProcedureDialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.FileChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.FontChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Frame.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.GradientChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.HintBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ImageComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntComboBox.new_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntComboBox.new_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntRadioFrame.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntRadioFrame.new_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntRadioFrame.new_from_store.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntRadioFrame.new_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntStore.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntStore.new_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.IntStore.new_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LabelColor.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LabelEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LabelIntWidget.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LabelSpin.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LabelStringWidget.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.LayerComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.MemsizeEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.NumberPairEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.OffsetArea.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PageSelector.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PaletteChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PathComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PathEditor.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PatternChooser.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PickButton.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.PreviewArea.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ProcBrowserDialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ProcedureDialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ProgressBar.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.Ruler.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ScaleEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.SizeEntry.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.SpinButton.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.SpinButton.new_with_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.SpinScale.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.StringComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.UnitComboBox.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.UnitComboBox.new_with_model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.UnitStore.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.VectorLoadProcedureDialog.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ZoomModel.new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ZoomPreview.new_from_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ctor.ZoomPreview.new_with_model_from_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/dialog.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum-combo-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum-label.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.AspectType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.ChainPosition.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.ColorAreaType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.ColorSelectorChannel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.ColorSelectorModel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.IntComboBoxLayout.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.IntStoreColumns.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.PageSelectorTarget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.SizeEntryUpdatePolicy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/enum.ZoomType.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/error.WidgetsError.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/file-entry.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/fonts.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/frame.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.COORDINATES_CHAINBUTTON.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.QUERY_BOX_VBOX.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.RANDOM_SEED_SPINBUTTON.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.RANDOM_SEED_SPINBUTTON_ADJ.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.RANDOM_SEED_TOGGLE.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.cairo_set_focus_line_pattern.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.cairo_set_source_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.cairo_surface_create_from_pixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.context_help.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.coordinates_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.dialogs_show_help_button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.double_adjustment_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_icon_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_icon_box_new_with_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_icon_box_set_child_padding.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_icon_box_set_icon_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_radio_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_radio_box_new_with_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_radio_frame_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.enum_radio_frame_new_with_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.event_triggers_context_menu.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.float_adjustment_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.get_monitor_at_pointer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.grid_attach_aligned.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.help_connect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.help_id_quark.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.help_set_help_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.help_set_help_data_with_markup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.icons_init.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.icons_set_icon_theme.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.init.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.int_adjustment_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.int_radio_group_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.int_radio_group_set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.label_set_attributes.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.monitor_get_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.proc_view_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_boolean_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_boolean_radio_frame_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_brush_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_check_button_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_choice_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_choice_radio_frame_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_color_area_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_color_select_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_coordinates_connect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_coordinates_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_drawable_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_entry_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_check_button_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_icon_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_label_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_radio_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_enum_radio_frame_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_expander_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_file_chooser_button_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_file_chooser_button_new_with_dialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_file_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_font_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_gradient_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_hscale_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_icon_image_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_int_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_int_radio_frame_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_label_color_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_label_entry_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_label_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_label_spin_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_memsize_entry_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_palette_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_path_editor_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_pattern_chooser_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_pointer_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_scale_entry_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_size_entry_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_spin_button_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_spin_scale_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_string_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_switch_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_text_buffer_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_toggle_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_unit_combo_box_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.prop_widget_set_factor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.query_boolean_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.query_double_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.query_int_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.query_size_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.query_string_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.radio_button_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.random_seed_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.scroll_adjustment_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.standard_help_func.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.toggle_button_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.uint_adjustment_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_animation_enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_free_native_handle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_get_color_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_get_color_transform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_get_monitor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_get_render_space.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_set_native_handle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widget_track_monitor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.widgets_error_quark.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.window_set_transient.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.window_set_transient_for.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.window_set_transient_for_display.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/func.zoom_button_new.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/fzy.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/go-up-symbolic.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/hint-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/index.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/index.json -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/int-combo-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/libgimpui-%%ABIVER%%.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/main.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/memsize-entry.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.add_search_types.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.get_left_vbox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.get_right_vbox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.set_search_summary.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.set_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Browser.show_message.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.BusyBox.get_message.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.BusyBox.set_message.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Button.extended_clicked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.CellRendererToggle.clicked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ChainButton.get_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ChainButton.get_button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ChainButton.get_icon_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ChainButton.set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ChainButton.set_icon_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.enable_drag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.has_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.set_color_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.set_draw_border.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.set_out_of_gamut.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorArea.set_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.get_action_group.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.get_title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.get_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.has_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.set_color_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.set_title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.set_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorButton.set_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.clone.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.configure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.configure_reset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.convert_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.get_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.get_enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.get_managed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.load_state.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.save_state.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplay.set_enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.add.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.clone.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.convert_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.get_filters.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.remove.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.reorder_down.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorDisplayStack.reorder_up.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorHexEntry.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorHexEntry.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.enable_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.get_current_selector.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.get_notebook.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.get_selectors.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.set_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.set_has_page.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorNotebook.set_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileComboBox.add_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileComboBox.get_active_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileComboBox.set_active_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileComboBox.set_active_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileStore.add_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileView.set_error.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorProfileView.set_profile.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorScale.set_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorScale.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorScale.set_color_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorScale.set_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.color_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.get_notebook.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.get_old_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.get_right_vbox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.get_show_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.reset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_old_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_show_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelection.set_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.enable_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_model_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_show_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_toggles_sensitive.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.get_toggles_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_model_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_show_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_toggles_sensitive.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ColorSelector.set_toggles_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.add_button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.add_buttons.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.add_buttons_valist.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.get_native_handle.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.run.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Dialog.set_alternative_button_order_from_array.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.DrawableChooser.get_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.DrawableChooser.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.DrawableChooser.set_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.DrawablePreview.get_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.EnumComboBox.set_icon_prefix.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.EnumLabel.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.EnumStore.set_icon_prefix.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ExportProcedureDialog.add_metadata.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.get_action.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.get_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.get_label_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.get_title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.set_action.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.set_file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.set_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.FileChooser.set_title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.append.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.connect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.get_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.get_active_user_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.get_layout.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.prepend.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.set_active_by_user_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.set_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.set_layout.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntComboBox.set_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.append.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.get_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.get_active_user_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.prepend.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.set_active_by_user_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.set_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.IntRadioFrame.set_title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelColor.get_color_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelColor.get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelColor.is_editable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelColor.set_editable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelColor.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelEntry.get_entry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelEntry.get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelEntry.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelIntWidget.get_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelSpin.get_spin_button.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelSpin.get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelSpin.set_digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelSpin.set_increments.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelSpin.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.LabelStringWidget.get_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Labeled.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Labeled.get_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Labeled.set_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.MemsizeEntry.get_spinbutton.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.MemsizeEntry.get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.MemsizeEntry.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_aspect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_default_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_default_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_user_override.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.get_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_aspect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_default_text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_default_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_user_override.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.NumberPairEntry.set_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.OffsetArea.set_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.OffsetArea.set_pixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.OffsetArea.set_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_n_pages.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_page_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_page_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_selected_pages.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_selected_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.get_target.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.page_is_selected.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.select_all.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.select_page.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.select_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.set_n_pages.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.set_page_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.set_page_thumbnail.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.set_target.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.unselect_all.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PageSelector.unselect_page.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.get_dir_writable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.get_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.get_writable_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.set_dir_writable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.set_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PathEditor.set_writable_path.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.draw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.draw_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_area.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_bounds.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_controls.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_default_cursor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_frame.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_grid.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.get_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.invalidate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.set_bounds.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.set_default_cursor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.set_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.set_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.set_update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.transform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Preview.untransform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.blend.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.draw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.get_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.menu_popup.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.reset.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.set_color_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.set_colormap.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.set_max_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.PreviewArea.set_offsets.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcBrowserDialog.get_selected.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_box.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_box_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_expander.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_flowbox.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_flowbox_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_frame.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_notebook.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_notebook_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_paned.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.fill_scrolled_window.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_color_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_drawable_preview.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_int_combo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_int_radio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_scale_entry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_size_entry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_spin_scale.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.get_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.run.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.set_ok_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.set_sensitive.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ProcedureDialog.set_sensitive_if_in.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ResourceChooser.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ResourceChooser.get_resource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ResourceChooser.set_resource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.add_track_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.get_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.get_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.get_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.remove_track_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.set_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.set_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.Ruler.set_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScaleEntry.get_logarithmic.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScaleEntry.get_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScaleEntry.set_bounds.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScaleEntry.set_logarithmic.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScrolledPreview.freeze.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScrolledPreview.get_adjustments.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScrolledPreview.set_policy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScrolledPreview.set_position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ScrolledPreview.thaw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.add_field.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.attach_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_help_widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_n_fields.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_refval.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_unit_combo.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_update_policy.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.get_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.grab_focus.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_activates_default.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_pixel_digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_refval.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_refval_boundaries.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_refval_digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.set_value_boundaries.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SizeEntry.show_unit_menu.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.get_constrain_drag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.get_gamma.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.get_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.get_mnemonic_keyval.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.get_scale_limits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.set_constrain_drag.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.set_gamma.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.set_label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.set_scale_limits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.SpinScale.unset_scale_limits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.StringComboBox.get_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.StringComboBox.set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.StringComboBox.set_sensitivity.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitComboBox.get_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitComboBox.set_active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.get_has_percent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.get_has_pixels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.get_nth_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.get_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_has_percent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_has_pixels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_pixel_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_pixel_values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_resolution.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.UnitStore.set_resolutions.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomModel.get_factor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomModel.get_fraction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomModel.set_range.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomModel.zoom.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomPreview.get_drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomPreview.get_factor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomPreview.get_model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/method.ZoomPreview.get_source.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/number-pair-entry.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/offset-area.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/page-selector.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/path-editor.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/pick-button.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/preview-area.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.AspectPreview.drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.BusyBox.message.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererColor.color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererColor.icon-size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererColor.opaque.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererToggle.icon-name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererToggle.icon-size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.CellRendererToggle.override-background.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ChainButton.active.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ChainButton.icon-size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ChainButton.position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorArea.color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorArea.drag-mask.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorArea.draw-border.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorArea.type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.area-height.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.area-width.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.color-config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.continuous-update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorButton.type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorDisplay.color-config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorDisplay.color-managed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorDisplay.enabled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorProfileComboBox.dialog.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorProfileComboBox.model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorProfileStore.history.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorScale.channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ColorSelection.config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Dialog.help-func.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Dialog.help-id.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Dialog.parent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.DrawableChooser.drawable-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.DrawableChooser.drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.DrawableChooser.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.DrawableChooser.title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.DrawablePreview.drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.EnumComboBox.model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.EnumLabel.enum-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.EnumLabel.enum-value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.EnumStore.enum-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.FileChooser.action.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.FileChooser.file.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.FileChooser.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.FileChooser.title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.HintBox.hint.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.HintBox.icon-name.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntComboBox.ellipsize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntComboBox.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntComboBox.layout.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntComboBox.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntRadioFrame.store.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntRadioFrame.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.IntStore.user-data-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelColor.editable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelColor.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelEntry.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelIntWidget.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelIntWidget.widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelSpin.digits.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelSpin.lower.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelSpin.upper.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelSpin.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelStringWidget.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.LabelStringWidget.widget.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Labeled.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.allow-simplification.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.aspect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.default-left-number.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.default-right-number.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.default-text.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.left-number.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.max-valid-value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.min-valid-value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.ratio.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.right-number.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.separators.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.NumberPairEntry.user-override.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PageSelector.n-pages.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PageSelector.target.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Preview.update.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PreviewArea.check-custom-color1.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PreviewArea.check-custom-color2.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PreviewArea.check-size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.PreviewArea.check-type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ProcedureDialog.config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ProcedureDialog.procedure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ResourceChooser.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ResourceChooser.resource.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ResourceChooser.title.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.lower.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.max-size.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.orientation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.position.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.unit.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.Ruler.upper.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.SpinScale.label.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.StringComboBox.ellipsize.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.StringComboBox.id-column.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.StringComboBox.label-column.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.StringComboBox.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.UnitStore.has-percent.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.UnitStore.has-pixels.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.UnitStore.long-format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.UnitStore.num-values.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.UnitStore.short-format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomModel.fraction.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomModel.maximum.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomModel.minimum.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomModel.percentage.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomModel.value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomPreview.drawable.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/property.ZoomPreview.model.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/ruler.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/search.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.Browser.search.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.Button.extended-clicked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.CellRendererToggle.clicked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ChainButton.toggled.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorArea.color-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorButton.color-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorDisplay.changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorDisplayStack.added.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorDisplayStack.changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorDisplayStack.removed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorDisplayStack.reordered.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorHexEntry.color-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorSelection.color-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorSelector.channel-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorSelector.color-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorSelector.model-visible-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ColorSelector.simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.LabelColor.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.LabelEntry.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.LabelIntWidget.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.LabelSpin.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.LabelStringWidget.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.Labeled.mnemonic-widget-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.MemsizeEntry.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.NumberPairEntry.numbers-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.NumberPairEntry.ratio-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.OffsetArea.offsets-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.PageSelector.activate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.PageSelector.selection-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.PathEditor.path-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.PathEditor.writable-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.PickButton.color-picked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.Preview.invalidated.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ProcBrowserDialog.row-activated.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ProcBrowserDialog.selection-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ResourceChooser.resource-set.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.SizeEntry.refval-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.SizeEntry.unit-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.SizeEntry.value-changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/signal.ZoomModel.zoomed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/solarized-dark.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/solarized-light.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/string-combo-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/struct.ColorScales.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/struct.ColorSelect.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/struct.Controller.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/struct.FileEntry.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/style.css -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/type_func.IntStore.lookup_by_user_data.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/type_func.IntStore.lookup_by_value.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/type_func.ZoomModel.zoom_step.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/unit-combo-box.png -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/urlmap.js -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Button.extended_clicked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorButton.color_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorButton.get_action_type.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorDisplay.changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorDisplay.configure.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorDisplay.convert_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.channel_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.color_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.model_visible_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_channel.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_color.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_config.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_format.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_model_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_show_alpha.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_toggles_sensitive.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.set_toggles_visible.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ColorSelector.simulation.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.LabelSpin.value_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Labeled.mnemonic_widget_changed.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Labeled.populate.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.PickButton.color_picked.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.draw.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.draw_buffer.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.draw_thumb.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.invalidated.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.set_cursor.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.transform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.Preview.untransform.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ProcedureDialog.fill_end.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ProcedureDialog.fill_list.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ProcedureDialog.fill_start.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ResourceChooser.draw_interior.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/vfunc.ResourceChooser.resource_set.html -%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%ABIVER%%/widget-gallery.html -%%DATADIR%%/%%ABIVER%%/brushes/Basic/1-pixel.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Block-01.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Block-02.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Block-03.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Hardness-025.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Hardness-050.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Hardness-075.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Hardness-100.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/Star.vbr -%%DATADIR%%/%%ABIVER%%/brushes/Basic/pixel.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Fun/GEGL-goat.gih -%%DATADIR%%/%%ABIVER%%/brushes/Fun/Wilber.gih -%%DATADIR%%/%%ABIVER%%/brushes/Fun/pepper.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Legacy/confetti.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Legacy/confetti.gih -%%DATADIR%%/%%ABIVER%%/brushes/Legacy/vine.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Acrylic-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Acrylic-02.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Acrylic-03.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Acrylic-04.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Acrylic-05.gih -%%DATADIR%%/%%ABIVER%%/brushes/Media/Bristles-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Media/Bristles-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Media/Bristles-03.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Media/Oils-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Media/Oils-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Media/Oils-03.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Chalk-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Chalk-02.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Chalk-03.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Charcoal-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Charcoal-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Charcoal-03.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Pencil-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Pencil-02.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Pencil-03.gih -%%DATADIR%%/%%ABIVER%%/brushes/Sketch/Pencil-Scratch.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Grunge-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Sparks-Hose.gih -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Splats-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Splats-02.gih -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Sponge-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Splatters/Sponge-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Cell-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Cell-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Grass.gih -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Hatch-Pen-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Smoke.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Stone-Work-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Texture-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Texture-02.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Texture-Hose-01.gih -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Texture-Hose-02.gih -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Texture-Hose-03.gih -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Vegetation-01.gbr -%%DATADIR%%/%%ABIVER%%/brushes/Texture/Vegetation-02.gih -%%DATADIR%%/%%ABIVER%%/dynamics/Basic-Dynamics.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Basic-Simple.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Dynamics-Random.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Negative-Size-Pressure.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Pen-Generic.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Pencil-Generic.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Pencil-Shader.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Pressure-Opacity.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Basic/Pressure-Size.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Color-From-Gradient.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/FX/Confetti.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/FX/Perspective.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/FX/Speed_Size_Opacity.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Fade-Tapering.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Random-Color.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Tilt-Angle.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Track-Direction.gdyn -%%DATADIR%%/%%ABIVER%%/dynamics/Velocity-Tapering.gdyn -%%DATADIR%%/%%ABIVER%%/file-raw/file-darktable-export-on-exit.lua -%%DATADIR%%/%%ABIVER%%/file-raw/file-darktable-get-size.lua -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Car_Track -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Explosive -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Flower -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Fragments -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Hemp -%%DATADIR%%/%%ABIVER%%/fractalexplorer/High_Voltage -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Hoops -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Leaves -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Lightning -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Mandelbrot -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Marble -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Marble2 -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Medusa -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Nautilus -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Nebula -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Plant -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Rose -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Saturn -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Soma -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Spark -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Suns -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Tentacles -%%DATADIR%%/%%ABIVER%%/fractalexplorer/The_Green_Place -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Wave -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Wood -%%DATADIR%%/%%ABIVER%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/%%ABIVER%%/gfig/A_star -%%DATADIR%%/%%ABIVER%%/gfig/curves -%%DATADIR%%/%%ABIVER%%/gfig/polys -%%DATADIR%%/%%ABIVER%%/gfig/ring -%%DATADIR%%/%%ABIVER%%/gfig/ring+star -%%DATADIR%%/%%ABIVER%%/gfig/smiley -%%DATADIR%%/%%ABIVER%%/gfig/spirals_and_stars -%%DATADIR%%/%%ABIVER%%/gfig/sprial -%%DATADIR%%/%%ABIVER%%/gfig/star2 -%%DATADIR%%/%%ABIVER%%/gfig/stars -%%DATADIR%%/%%ABIVER%%/gflare/Bright_Star -%%DATADIR%%/%%ABIVER%%/gflare/Classic -%%DATADIR%%/%%ABIVER%%/gflare/Default -%%DATADIR%%/%%ABIVER%%/gflare/Distant_Sun -%%DATADIR%%/%%ABIVER%%/gflare/GFlare_101 -%%DATADIR%%/%%ABIVER%%/gflare/GFlare_102 -%%DATADIR%%/%%ABIVER%%/gflare/Hidden_Planet -%%DATADIR%%/%%ABIVER%%/gimp-release -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Canvas -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Cubism -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Dotify -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Feathers -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Furry -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Line-art -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Mossy -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Parquette -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Sample -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Smash -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Straws -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Weave -%%DATADIR%%/%%ABIVER%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/%%ABIVER%%/gradients/Abstract_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Abstract_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Abstract_3.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Aneurism.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Blinds.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Blue_Green.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Browns.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Burning_Paper.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/%%ABIVER%%/gradients/CD.ggr -%%DATADIR%%/%%ABIVER%%/gradients/CD_Half.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Coffee.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Cold_Steel.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Crown_molding.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Dark_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Deep_Sea.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Default.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Four_bars.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Golden.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Greens.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Horizon_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Horizon_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Incandescent.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Land_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Metallic_Something.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Neon_Green.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Pastels.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Purples.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Rounded_edge.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Shadows_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Shadows_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Shadows_3.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Skyline.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Sunrise.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Tube_Red.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Wood_1.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Wood_2.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/%%ABIVER%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/French_flag.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/French_flag_smooth.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/German_flag.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/German_flag_smooth.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/Mexican_flag.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/Mexican_flag_smooth.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/Romanian_flag.ggr -%%DATADIR%%/%%ABIVER%%/gradients/gimp-obsolete-files/Romanian_flag_smooth.ggr -%%DATADIR%%/%%ABIVER%%/icons/Default/64x64/apps/gimp-frame.png -%%DATADIR%%/%%ABIVER%%/icons/Default/64x64/apps/gimp-texture.png -%%DATADIR%%/%%ABIVER%%/icons/Default/index.theme -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-error-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-error.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-information-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-information.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-question-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-question.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-warning-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/dialog-warning.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-new-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-new.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-open-recent-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-open-recent.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-open-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-open.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-print-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-print.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-revert-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-revert.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-save-as-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-save-as.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-save-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/document-save.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-clear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-clear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-copy-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-copy.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-cut-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-cut.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-delete-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-delete.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-paste-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-paste.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-redo-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-redo.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-undo-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/edit-undo.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/folder-new-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/folder-new.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/folder-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/folder.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-indent-more-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-indent-more.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-center-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-center.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-fill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-fill.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-left-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-left.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-right-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-justify-right.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-text-direction-ltr-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-text-direction-ltr.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-text-direction-rtl-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/format-text-direction-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-anchor-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-anchor.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-attach-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-attach.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-business-card-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-business-card.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-butt-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-butt.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-round-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-round.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-square-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cap-square.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-center-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-center.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-alpha-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-alpha.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-blue-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-blue.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-gray-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-gray.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-green-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-green.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-indexed-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-indexed.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-red-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-red.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channel.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channels-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-channels.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-char-picker-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-char-picker.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-clipboard-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-clipboard.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-close-all-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-close-all.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-close-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-close.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-cmyk-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-cmyk.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-pick-from-screen-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-pick-from-screen.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-black-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-black.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-gray-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-gray.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-white-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-picker-white.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-linear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-non-linear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-non-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-perceptual-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-space-perceptual.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-triangle-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-triangle.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-water-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-color-water.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-colormap-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-colormap.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-keyboard-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-keyboard.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-linux-input-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-linux-input.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-midi-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-midi.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-wheel-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller-wheel.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-controller.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-grayscale-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-grayscale.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-indexed-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-indexed.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-rgb-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-convert-rgb.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cursor-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-cursor.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-free-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-free.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-point-corner-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-point-corner.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-point-smooth-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-point-smooth.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-smooth-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-curve-smooth.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-dashboard-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-dashboard.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-default-colors-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-default-colors.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-detach-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-detach.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-device-status-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-device-status.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-clip-warning-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-clip-warning.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-colorblind-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-colorblind.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-contrast-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-contrast.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-gamma-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-gamma.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-lcms-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-lcms.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-proof-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-proof.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-filter.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-display.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-duplicate-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-duplicate.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-dynamics-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-dynamics.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-effects-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-effects.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-even-horizontal-gap-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-even-horizontal-gap.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-even-vertical-gap-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-even-vertical-gap.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-file-manager-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-file-manager.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-floating-selection-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-floating-selection.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gegl-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gegl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-bilinear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-bilinear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-asymmetric-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-asymmetric.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-symmetric-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-symmetric.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-linear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-radial-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-radial.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-angular-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-angular.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-dimpled-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-dimpled.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-spherical-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-spherical.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-anticlockwise-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-anticlockwise.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-clockwise-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-clockwise.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-square-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gradient-square.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-north.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-south.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-gravity-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-grid-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-grid.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-group-layer-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-group-layer.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hcenter-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hcenter.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hchain-broken-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hchain-broken.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hchain-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hchain.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hfill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-hfill.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram-linear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram-logarithmic-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram-logarithmic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-histogram.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image-open-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image-open.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image-reload-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image-reload.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-image.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-images-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-images.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-input-device-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-input-device.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-invert-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-invert.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-bevel-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-bevel.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-miter-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-miter.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-round-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-join-round.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-landscape-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-landscape.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer-mask-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer-mask.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer-to-imagesize-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer-to-imagesize.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layer.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layers-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-layers.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-letter-spacing-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-letter-spacing.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-line-spacing-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-line-spacing.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-linked-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-linked.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-list-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-list.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-alpha-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-alpha.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-content-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-content.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-multi-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-multi.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-path-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-position-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-position.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-visibility-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock-visibility.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-lock.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-marker-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-marker.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-menu-left-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-menu-left.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-menu-right-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-menu-right.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-merge-down-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-merge-down.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-move-to-screen-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-move-to-screen.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-navigation-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-navigation.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paste-as-new-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paste-as-new.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paste-into-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paste-into.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-path-stroke-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-path-stroke.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-path-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paths-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-paths.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pattern-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pattern.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-center-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-center.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-north.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south-east-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-south.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-west-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-pivot-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-plugin-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-plugin.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-portrait-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-portrait.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-color-management-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-color-management.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-controllers-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-controllers.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-default-grid-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-default-grid.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-display-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-display.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-brushes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-brushes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-dynamics-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-dynamics.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-environ-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-environ.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-fonts-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-fonts.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-gradients-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-gradients.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-icon-themes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-icon-themes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-interp-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-interp.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-modules-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-modules.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-mypaint-brushes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-mypaint-brushes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-palettes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-palettes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-patterns-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-patterns.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-plug-ins-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-plug-ins.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-scripts-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-scripts.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-themes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-themes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-tool-presets-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-tool-presets.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-folders.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-help-system-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-help-system.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-icon-theme-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-icon-theme.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-title-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-title.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-appearance-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-appearance.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-snapping-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-snapping.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-import-export-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-import-export.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-input-devices-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-input-devices.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-interface-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-interface.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-new-image-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-new-image.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-playground-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-playground.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-system-resources-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-system-resources.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-theme-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-theme.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-tool-options-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-tool-options.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-toolbox-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-toolbox.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-window-management-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-prefs-window-management.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-quick-mask-off-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-quick-mask-off.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-quick-mask-on-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-quick-mask-on.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-reset-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-reset.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-reshow-filter-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-reshow-filter.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-resize-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-resize.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-rotate-180-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-rotate-180.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-sample-point-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-sample-point.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-scale-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-scale.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-add-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-add.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-all-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-all.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-border-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-border.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-grow-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-grow.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-intersect-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-intersect.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-none-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-none.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-replace-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-replace.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-shrink-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-shrink.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-stroke-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-stroke.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-subtract-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-subtract.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-to-channel-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-to-channel.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-to-path-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection-to-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-selection.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-circle-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-circle.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-diamond-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-diamond.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-square-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shape-square.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shred-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-shred.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-smartphone-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-smartphone.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-swap-colors-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-swap-colors.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-symmetry-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-symmetry.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-template-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-template.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-upright-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-upright.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-upright-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-upright.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-layer-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-text-layer.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toggle-off-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toggle-off.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toggle-on-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toggle-on.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toilet-paper-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-toilet-paper.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-airbrush-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-airbrush.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-align-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-align.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-blur-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-blur.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-brightness-contrast-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-brightness-contrast.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-bucket-fill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-bucket-fill.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-by-color-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-by-color-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-cage-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-cage.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-clone-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-balance-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-balance.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-picker-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-picker.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-temperature-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-color-temperature.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-colorize-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-colorize.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-crop-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-crop.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-curves-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-curves.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-desaturate-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-desaturate.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-dodge-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-dodge.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-ellipse-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-ellipse-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-eraser-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-eraser.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-exposure-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-exposure.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-flip-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-flip.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-foreground-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-foreground-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-free-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-free-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-fuzzy-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-fuzzy-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-gradient-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-gradient.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-handle-transform-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-handle-transform.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-heal-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-heal.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-hue-saturation-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-hue-saturation.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-ink-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-ink.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-iscissors-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-iscissors.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-levels-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-levels.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-measure-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-measure.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-move-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-move.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-mypaint-brush-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-mypaint-brush.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-n-point-deformation-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-n-point-deformation.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-offset-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-offset.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-options-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-options.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-paint-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-paint-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-paintbrush-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-paintbrush.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-path-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-pencil-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-pencil.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-clone-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-perspective.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-posterize-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-posterize.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-preset-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-preset.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-rect-select-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-rect-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-rotate-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-rotate.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-scale-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-scale.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-seamless-clone-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-seamless-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-shadows-highlights-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-shadows-highlights.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-shear-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-shear.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-smudge-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-smudge.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-text-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-text.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-threshold-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-threshold.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-transform-3d-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-transform-3d.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-unified-transform-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-unified-transform.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-warp-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-warp.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-zoom-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tool-zoom.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tools-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-tools.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-camera-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-camera.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-move-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-move.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-rotate-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transform-3d-rotate.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transparency-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-transparency.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-undo-history-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-undo-history.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-user-manual-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-user-manual.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vcenter-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vcenter.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vchain-broken-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vchain-broken.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vchain-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vchain.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vfill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-vfill.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-video-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-video.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-visible-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-visible.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-web-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-web.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-wilber-eek-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-wilber-eek.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-zoom-follow-window-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gimp-zoom-follow-window.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-bottom-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-bottom.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-down-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-down.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-first-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-first-symbolic-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-first-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-first.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-home-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-home.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-last-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-last-symbolic-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-last-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-last.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-next-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-next-symbolic-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-next-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-next.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-previous-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-previous-symbolic-rtl.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-previous-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-previous.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-top-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-top.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-up-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/go-up.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-cancel-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-cancel.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-edit-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-edit.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-no-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-no.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-ok-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-ok.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-select-color-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-select-color.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-select-font-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-select-font.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-yes-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/gtk-yes.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/help-about-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/help-about.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/image-missing-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/image-missing.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/list-add-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/list-add.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/list-remove-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/list-remove.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-optical-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-optical.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-playback-pause-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-playback-pause.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-playback-start-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-playback-start.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-record-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-record.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-seek-backward-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-seek-backward.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-skip-backward-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-skip-backward.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-skip-forward-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/media-skip-forward.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-flip-horizontal-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-flip-horizontal.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-flip-vertical-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-flip-vertical.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-rotate-left-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-rotate-left.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-rotate-right-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/object-rotate-right.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/preferences-system-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/preferences-system.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/process-stop-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/process-stop.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/system-run-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/system-run.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-fullscreen-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-fullscreen.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-refresh-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-refresh.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-shrink-wrap-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-shrink-wrap.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-zoom-fill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/view-zoom-fill.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/window-new-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/window-new.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-fit-best-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-fit-best.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-in-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-in.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-original-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-original.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-out-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/apps/zoom-out.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/logo/unisize/gimp-wilber-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Default/scalable/logo/unisize/gimp-wilber.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/128x128/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-close.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-default-colors.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-linked.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-menu-left.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-menu-right.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-quick-mask-off.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-quick-mask-on.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-swap-colors.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-visible.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/12x12/apps/gimp-zoom-follow-window.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/dialog-information.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/dialog-warning.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-anchor.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-cap-butt.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-cap-round.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-cap-square.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-center.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-alpha.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-blue.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-gray.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-green.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-indexed.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel-red.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-channels.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-color-pick-from-screen.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-color-triangle.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-colormap.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-controller-keyboard.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-controller-linux-input.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-controller-midi.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-controller-wheel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-controller.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-convert-grayscale.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-convert-indexed.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-convert-rgb.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-cursor.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-curve-free.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-curve-smooth.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-device-status.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-colorblind.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-contrast.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-gamma.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-lcms.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-proof.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-display-filter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-duplicate.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-dynamics.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-floating-selection.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gegl.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-bilinear.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-conical-asymmetric.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-conical-symmetric.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-linear.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-radial.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-angular.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-dimpled.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-spherical.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-spiral-anticlockwise.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-spiral-clockwise.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-gradient-square.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-grid.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-histogram-linear.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-histogram-logarithmic.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-histogram.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-images.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-input-device.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-invert.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-join-bevel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-join-miter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-join-round.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-landscape.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-layer-mask.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-layer-to-imagesize.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-layers.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-list.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-merge-down.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-move-to-screen.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-navigation.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-paste-as-new.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-paste-into.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-path-stroke.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-path.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-paths.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-plugin.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-portrait.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-brushes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-dynamics.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-environ.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-fonts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-gradients.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-icon-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-interp.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-modules.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-palettes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-patterns.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-scripts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tool-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tool-presets.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tools.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-icon-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-image-windows.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-interface.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-toolbox.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-prefs-window-management.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-print-resolution.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-reset.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-reshow-filter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-resize.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-rotate-180.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-sample-point.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-scale.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-add.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-all.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-border.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-grow.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-intersect.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-none.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-replace.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-shrink.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-stroke.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-subtract.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-to-channel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection-to-path.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-selection.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-shape-circle.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-shape-diamond.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-shape-square.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-template.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-text-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-toilet-paper.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-tools.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-transparency.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-undo-history.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-user-manual.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-video.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-web.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/gtk-edit.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/object-flip-horizontal.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/object-flip-vertical.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/object-rotate-left.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/16x16/apps/object-rotate-right.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-black.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-gray.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-white.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/192x192/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/20x20/apps/gimp-linked.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/20x20/apps/gimp-visible.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-char-picker.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-dynamics.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-histogram.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-input-device.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-letter-spacing.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-line-spacing.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-path.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-paths.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-color-management.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-controllers.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-default-grid.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-display.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-brushes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-dynamics.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-environ.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-fonts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-gradients.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-icon-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-interp.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-modules.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-palettes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-patterns.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-scripts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tool-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tool-presets.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tools.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-help-system.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-icon-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-image-title.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-image-windows.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-input-devices.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-interface.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-new-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-playground.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-session.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-system-resources.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-tool-options.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-toolbox.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-prefs-window-management.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-tool-preset.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/22x22/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/dialog-information.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/dialog-warning.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/format-text-direction-ltr.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/format-text-direction-rtl.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-center.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-alpha.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-blue.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-gray.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-green.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-indexed.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel-red.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-channels.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-colormap.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-controller-keyboard.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-controller-linux-input.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-controller-midi.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-controller-wheel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-controller.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-cursor.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-device-status.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-colorblind.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-contrast.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-gamma.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-lcms.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-proof.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-display-filter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-floating-selection.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-east.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north-east.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north-west.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south-east.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south-west.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-gravity-west.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-hcenter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-hchain-broken.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-hchain.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-hfill.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-images.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-layer-mask.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-layers.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-move-to-screen.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-print-resolution.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-sample-point.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-template.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-text-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-toilet-paper.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-tool-options.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-tools.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-transparency.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-undo-history.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-user-manual.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-vcenter.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-vchain-broken.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-vchain.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-vfill.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-video.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/24x24/apps/gimp-web.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/256x256/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-alpha.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-blue.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-gray.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-green.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-indexed.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel-red.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-channel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-floating-selection.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-layer-mask.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-text-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-user-manual.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/32x32/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-alpha.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-blue.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-gray.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-green.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-indexed.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel-red.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-channel.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-floating-selection.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-layer-mask.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-color-management.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-controllers.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-default-comment.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-default-grid.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-display.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-brushes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-dynamics.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-environ.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-fonts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-gradients.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-icon-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-interp.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-modules.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-palettes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-patterns.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-scripts.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-themes.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tool-plug-ins.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tool-presets.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tools.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-help-system.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-icon-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-image-title.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-image-windows.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-input-devices.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-interface.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-new-image.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-playground.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-session.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-system-resources.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-theme.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-tool-options.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-toolbox.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-prefs-window-management.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-text-layer.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/48x48/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/dialog-error.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/dialog-information.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/dialog-question.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/dialog-warning.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/gimp-frame.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/gimp-texture.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/gimp-user-manual.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/gimp-wilber-eek.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/64x64/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/96x96/apps/gimp-wilber.png -%%DATADIR%%/%%ABIVER%%/icons/Legacy/index.theme -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-business-card.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-color-cmyk.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-color-space-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-color-space-non-linear.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-color-space-perceptual.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-color-water.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-dashboard.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-detach.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-display.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-effects-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-effects.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-even-horizontal-gap.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-even-vertical-gap.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-file-manager.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-gegl.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-group-layer.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-alpha-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-alpha.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-content-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-content.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-multi-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-multi.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-path-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-position-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-position.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-visibility-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock-visibility.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-lock.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-menu-left.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-menu-right.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pattern.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-center.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south-east.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-pivot-west.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-prefs-folders-mypaint-brushes.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-prefs-image-windows-appearance.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-prefs-image-windows-snapping.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-prefs-import-export.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-prefs-playground.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-shred.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-smartphone.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-symmetry.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-toggle-off-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-toggle-off.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-toggle-on-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-toggle-on.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-airbrush.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-align.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-blur.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-brightness-contrast.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-bucket-fill.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-by-color-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-cage.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-balance.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-picker.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-temperature.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-colorize.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-crop.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-curves.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-desaturate.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-dodge.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-ellipse-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-eraser.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-exposure.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-flip.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-foreground-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-free-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-fuzzy-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-gradient.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-handle-transform.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-heal.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-hue-saturation.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-ink.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-iscissors.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-levels.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-measure.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-move.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-mypaint-brush.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-n-point-deformation.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-offset.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-paint-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-paintbrush.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-path.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-pencil.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-perspective-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-perspective.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-posterize.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-rect-select.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-rotate.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-scale.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-seamless-clone.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-shadows-highlights.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-shear.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-smudge.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-text.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-threshold.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-transform-3d.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-unified-transform.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-warp.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-tool-zoom.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-camera.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-move.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-rotate.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gtk-cancel.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gtk-no.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gtk-ok.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gtk-select-color.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/gtk-select-font.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/view-shrink-wrap-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/view-shrink-wrap.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/view-zoom-fill-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/view-zoom-fill.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/zoom-fit-best.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/zoom-in.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/zoom-original.svg -%%DATADIR%%/%%ABIVER%%/icons/Legacy/scalable/apps/zoom-out.svg -%%DATADIR%%/%%ABIVER%%/icons/hicolor/index.theme -%%DATADIR%%/%%ABIVER%%/icons/hicolor/scalable/actions/switch-off-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/hicolor/scalable/actions/switch-on-symbolic.svg -%%DATADIR%%/%%ABIVER%%/icons/hicolor/scalable/status/software-update-available-symbolic.svg -%%PORTDOCS%%%%DATADIR%%/%%ABIVER%%/images/gimp-devel-logo.png -%%DATADIR%%/%%ABIVER%%/images/gimp-logo.png -%%DATADIR%%/%%ABIVER%%/images/gimp-splash.png -%%DATADIR%%/%%ABIVER%%/menus/app-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/brush-editor-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/brushes-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/buffers-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/channels-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/colormap-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/cursor-info-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/dashboard-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/dockable-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/documents-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/dynamics-editor-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/dynamics-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/error-console-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/fonts-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/gradient-editor-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/gradients-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/image-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/images-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/layers-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/mypaint-brushes-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/palette-editor-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/palettes-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/paths-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/patterns-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/quick-mask-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/sample-points-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/selection-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/templates-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/text-editor-toolbar.ui -%%DATADIR%%/%%ABIVER%%/menus/text-tool-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/tool-options-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/tool-preset-editor-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/tool-presets-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/undo-menu.ui -%%DATADIR%%/%%ABIVER%%/menus/vector-toolpath-menu.ui -%%DATADIR%%/%%ABIVER%%/palettes/Bears.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Bgold.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Blues.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Borders.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Caramel.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Cascade.gpl -%%DATADIR%%/%%ABIVER%%/palettes/China.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Coldfire.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Cool_Colors.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Cranes.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Dark_pastels.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Default.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Ega.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Firecode.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Gold.gpl -%%DATADIR%%/%%ABIVER%%/palettes/GrayViolet.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Grayblue.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Grays.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Greens.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Hilite.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Khaki.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Lights.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Muted.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Named_Colors.gpl -%%DATADIR%%/%%ABIVER%%/palettes/News3.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Op2.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Paintjet.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Pastels.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Plasma.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Reds.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Royal.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Tango.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Topographic.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Visibone.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Visibone_2.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Volcano.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Warm_Colors.gpl -%%DATADIR%%/%%ABIVER%%/palettes/Web.gpl -%%DATADIR%%/%%ABIVER%%/patterns/Animal/leather.pat -%%DATADIR%%/%%ABIVER%%/patterns/Animal/leopard.pat -%%DATADIR%%/%%ABIVER%%/patterns/Fabric/burlap.pat -%%DATADIR%%/%%ABIVER%%/patterns/Food/choc_swirl.pat -%%DATADIR%%/%%ABIVER%%/patterns/Food/java.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/3dgreen.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/Stripes1px.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/Stripes2px.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/blue.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/bluegrid.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/bluesquares.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/blueweb.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/fibers.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/nops.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/pastel.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/qube1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/recessed.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/redcube.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/sm_squares.pat -%%DATADIR%%/%%ABIVER%%/patterns/Legacy/warning.pat -%%DATADIR%%/%%ABIVER%%/patterns/Paper/crinklepaper.pat -%%DATADIR%%/%%ABIVER%%/patterns/Paper/paper.pat -%%DATADIR%%/%%ABIVER%%/patterns/Plant/leaves.pat -%%DATADIR%%/%%ABIVER%%/patterns/Sky/lightning.pat -%%DATADIR%%/%%ABIVER%%/patterns/Sky/sky.pat -%%DATADIR%%/%%ABIVER%%/patterns/Sky/starfield.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/Craters.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/Moonfoot.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/amethyst.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/brick.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/cracked.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/granite1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/ground1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/marble1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/marble2.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/marble3.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/pink_marble.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/rock.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/slate.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/stone33.pat -%%DATADIR%%/%%ABIVER%%/patterns/Stone/terra.pat -%%DATADIR%%/%%ABIVER%%/patterns/Water/electric.pat -%%DATADIR%%/%%ABIVER%%/patterns/Water/ice.pat -%%DATADIR%%/%%ABIVER%%/patterns/Water/pool.pat -%%DATADIR%%/%%ABIVER%%/patterns/Water/rain.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/bark.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/burlwood.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/corkboard.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/parque1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/parque2.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/parque3.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/pine.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/walnut.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/wood1.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/wood2.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/wood3.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/wood4.pat -%%DATADIR%%/%%ABIVER%%/patterns/Wood/wood5.pat -%%DATADIR%%/%%ABIVER%%/scripts/add-bevel.scm -%%DATADIR%%/%%ABIVER%%/scripts/addborder.scm -%%DATADIR%%/%%ABIVER%%/scripts/blend-anim.scm -%%DATADIR%%/%%ABIVER%%/scripts/burn-in-anim.scm -%%DATADIR%%/%%ABIVER%%/scripts/carve-it.scm -%%DATADIR%%/%%ABIVER%%/scripts/chrome-it.scm -%%DATADIR%%/%%ABIVER%%/scripts/circuit.scm -%%DATADIR%%/%%ABIVER%%/scripts/clothify.scm -%%DATADIR%%/%%ABIVER%%/scripts/coffee.scm -%%DATADIR%%/%%ABIVER%%/scripts/difference-clouds.scm -%%DATADIR%%/%%ABIVER%%/scripts/distress-selection.scm -%%DATADIR%%/%%ABIVER%%/scripts/drop-shadow.scm -%%DATADIR%%/%%ABIVER%%/scripts/font-map.scm -%%DATADIR%%/%%ABIVER%%/scripts/fuzzyborder.scm -%%DATADIR%%/%%ABIVER%%/scripts/gimp-online.scm -%%DATADIR%%/%%ABIVER%%/scripts/gradient-example.scm -%%DATADIR%%/%%ABIVER%%/scripts/guides-from-selection.scm -%%DATADIR%%/%%ABIVER%%/scripts/guides-new-percent.scm -%%DATADIR%%/%%ABIVER%%/scripts/guides-new.scm -%%DATADIR%%/%%ABIVER%%/scripts/guides-remove-all.scm -%%DATADIR%%/%%ABIVER%%/scripts/images/beavis.jpg -%%DATADIR%%/%%ABIVER%%/scripts/images/texture.jpg -%%DATADIR%%/%%ABIVER%%/scripts/images/texture1.jpg -%%DATADIR%%/%%ABIVER%%/scripts/images/texture2.jpg -%%DATADIR%%/%%ABIVER%%/scripts/images/texture3.jpg -%%DATADIR%%/%%ABIVER%%/scripts/lava.scm -%%DATADIR%%/%%ABIVER%%/scripts/line-nova.scm -%%DATADIR%%/%%ABIVER%%/scripts/mkbrush.scm -%%DATADIR%%/%%ABIVER%%/scripts/old-photo.scm -%%DATADIR%%/%%ABIVER%%/scripts/palette-export.scm -%%DATADIR%%/%%ABIVER%%/scripts/paste-as-brush.scm -%%DATADIR%%/%%ABIVER%%/scripts/paste-as-pattern.scm -%%DATADIR%%/%%ABIVER%%/scripts/perspective-shadow.scm -%%DATADIR%%/%%ABIVER%%/scripts/reverse-layers.scm -%%DATADIR%%/%%ABIVER%%/scripts/ripply-anim.scm -%%DATADIR%%/%%ABIVER%%/scripts/round-corners.scm -%%DATADIR%%/%%ABIVER%%/scripts/script-fu-set-cmap.scm -%%DATADIR%%/%%ABIVER%%/scripts/script-fu-util.scm -%%DATADIR%%/%%ABIVER%%/scripts/scriptfu-init/PDB-compat-v2.scm -%%DATADIR%%/%%ABIVER%%/scripts/scriptfu-init/SIOD-compat.scm -%%DATADIR%%/%%ABIVER%%/scripts/scriptfu-init/init.scm -%%DATADIR%%/%%ABIVER%%/scripts/scriptfu-init/plug-in-compat.scm -%%DATADIR%%/%%ABIVER%%/scripts/scriptfu-init/script-fu-compat.scm -%%DATADIR%%/%%ABIVER%%/scripts/selection-round.scm -%%DATADIR%%/%%ABIVER%%/scripts/slide.scm -%%DATADIR%%/%%ABIVER%%/scripts/spinning-globe.scm -%%DATADIR%%/%%ABIVER%%/scripts/tileblur.scm -%%DATADIR%%/%%ABIVER%%/scripts/unsharp-mask.scm -%%DATADIR%%/%%ABIVER%%/scripts/waves-anim.scm -%%DATADIR%%/%%ABIVER%%/scripts/weave.scm -%%DATADIR%%/%%ABIVER%%/scripts/xach-effect.scm -%%DATADIR%%/%%ABIVER%%/tags/gimp-tags-default.xml -%%DATADIR%%/%%ABIVER%%/themes/Default/common-dark.css -%%DATADIR%%/%%ABIVER%%/themes/Default/common-light.css -%%DATADIR%%/%%ABIVER%%/themes/Default/common.css -%%DATADIR%%/%%ABIVER%%/themes/Default/gimp-dark.css -%%DATADIR%%/%%ABIVER%%/themes/Default/gimp-gray.css -%%DATADIR%%/%%ABIVER%%/themes/Default/gimp-light.css -%%DATADIR%%/%%ABIVER%%/themes/Default/ui/separator-handle-h-dark.svg -%%DATADIR%%/%%ABIVER%%/themes/Default/ui/separator-handle-h.svg -%%DATADIR%%/%%ABIVER%%/themes/Default/ui/separator-handle-v-dark.svg -%%DATADIR%%/%%ABIVER%%/themes/Default/ui/separator-handle-v.svg -%%DATADIR%%/%%ABIVER%%/themes/System/gimp-light.css -%%DATADIR%%/%%ABIVER%%/themes/System/gimp.css -%%DATADIR%%/%%ABIVER%%/tips/gimp-tips.xml -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/16_10.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/16_9.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/3_2-Landscape.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/3_2-Portrait.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/4_3-Landscape.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/4_3-Portrait.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Crop/Square.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Crop-16-9.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Crop-Composition.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/FX-Confetti.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/FX-Radial-Softlight.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Fill-Paper.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Glow-Lights.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Smooth-Clone.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/FX/Vignette.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Airbrush.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Basic-Knife.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Basic-Round-Detail.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Basic-Round.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Bristles.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Eraser-Hard.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Noise.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Pencil-Color-From-Gradient.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Smudge-Rough.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Smudge-Soft.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Soft-Oil.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Splatters.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Structure.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Paint/Vegetal.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Selection/Circle-200px.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Selection/Feathered-Selection.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Blue-Pen.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Eraser-Soft.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Ink-Smooth.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Ink-Thin.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Pencil-Soft.gtp -%%DATADIR%%/%%ABIVER%%/tool-presets/Sketch/Pencil.gtp +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/SourceCodePro-It.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/alias.BablFormat.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/alias.ColorArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/alias.CoreObjectArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.BatchFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ExportGetCapabilitiesFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ExtractVectorFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ModuleQueryFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ModuleRegisterFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtableEndFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtableGetWindowFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtablePulseFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtableSetTextFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtableSetValueFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.ProgressVtableStartFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.PutPixelFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RenderFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunExportFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunImageFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunLoadFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunThumbnailFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/callback.RunVectorLoadFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.BatchProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Choice.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ColorConfig.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ColorProfile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ColorTransform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ConfigPath.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Display.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.DrawableFilter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.DrawableFilterConfig.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ExportOptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ExportProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.FileProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.GroupLayer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ImageProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.LayerMask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.LoadProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Memsize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Metadata.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Module.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ModuleDB.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.PDB.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamBrush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamChannel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamChoice.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamColor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamConfigPath.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamCoreObjectArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamDisplay.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamDoubleArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamDrawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamDrawableFilter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamExportOptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamFile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamFont.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamGradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamGroupLayer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamImage.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamInt32Array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamItem.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamLayer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamLayerMask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamMatrix2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamMatrix3.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamMemsize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamObject.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamPalette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamParasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamPath.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamPattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamResource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamSelection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamTextLayer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamUnit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ParamValueArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.PlugIn.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ProcedureConfig.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Resource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.TextLayer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.ThumbnailProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.Unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/class.VectorLoadProcedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.API_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CHECK_DARK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CHECK_LIGHT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CHECK_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CHECK_SIZE_SM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_AGGREGATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_CONFIRM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_DEFAULTS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_DONT_COMPARE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_FLAGS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_FLAG_SHIFT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_IGNORE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_RESTART.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.CONFIG_PARAM_SERIALIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MAJOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MAX_IMAGE_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MAX_MEMSIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MAX_RESOLUTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MICRO_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MINOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MIN_IMAGE_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MIN_RESOLUTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.MODULE_ABI_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_DONT_SERIALIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_FLAG_SHIFT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_NO_VALIDATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_READABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_READWRITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_STATIC_STRINGS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARAM_WRITABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_ATTACH_GRANDPARENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_ATTACH_PARENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_GRANDPARENT_PERSISTENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_GRANDPARENT_UNDOABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_PARENT_PERSISTENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_PARENT_UNDOABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_PERSISTENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PARASITE_UNDOABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.PIXPIPE_MAXDIM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/const.VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Array.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.BatchProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Brush.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Channel.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Channel.new_from_component.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Choice.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Choice.new_with_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_d50_gray_lab_trc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_d65_gray_linear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_d65_gray_srgb_trc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_from_icc_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_from_lcms_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_rgb_adobe.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_rgb_srgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorProfile.new_rgb_srgb_linear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorTransform.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ColorTransform.new_proofing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ConfigWriter.new_from_fd.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ConfigWriter.new_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ConfigWriter.new_from_stream.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ConfigWriter.new_from_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Display.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.DrawableFilter.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ExportProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Gradient.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.GroupLayer.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Image.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Image.new_with_precision.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ImageProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Layer.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Layer.new_from_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Layer.new_from_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Layer.new_from_surface.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Layer.new_from_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.LoadProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Metadata.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Module.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ModuleDB.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Palette.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Parasite.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Path.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Path.new_from_text_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Procedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Scanner.new_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Scanner.new_stream.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Scanner.new_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.TextLayer.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ThumbnailProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Unit.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ValueArray.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ValueArray.new_from_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ValueArray.new_from_types_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.ValueArray.new_from_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Vector2.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.Vector3.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/ctor.VectorLoadProcedure.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.AddMaskType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ArgumentSync.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.BrushApplicationMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.BrushGeneratedShape.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.CapStyle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ChannelOps.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ChannelType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.CheckSize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.CheckType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.CloneType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ColorManagementMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ColorRenderingIntent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ColorTag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ColorTransformFlags.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ComponentType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ConfigPathType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ConvertDitherType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ConvertPaletteType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ConvolveType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.CpuAccelFlags.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.DesaturateMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.DodgeBurnType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ExportReturn.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.FileChooserAction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.FillType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ForegroundExtractMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.GradientBlendColorSpace.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.GradientSegmentColor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.GradientSegmentType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.GradientType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.GridStyle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.HistogramChannel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.HueRange.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.IconType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ImageBaseType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ImageType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.InkBlobType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.InterpolationType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.JoinStyle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.LayerColorSpace.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.LayerCompositeMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.LayerMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.MaskApplyMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.MergeType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.MessageHandlerType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.MetadataColorspace.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ModuleError.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ModuleState.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.OffsetType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.OrientationType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PDBErrorHandler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PDBProcType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PDBStatusType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PaintApplicationMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PathStrokeType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.PixbufTransparency.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.Precision.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.ProgressCommand.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.RepeatMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.RotationType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.RunMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.SelectCriterion.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.SizeType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.StackTraceMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.StrokeMethod.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TRCType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TextDirection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TextHintStyle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TextJustification.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TransferMode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TransformDirection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.TransformResize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/enum.UnitID.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/error.ConfigError.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/flags.ExportCapabilities.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/flags.MetadataLoadFlags.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/flags.MetadataSaveFlags.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/flags.ProcedureSensitivityMask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CAIRO_ARGB32_SET_PIXEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CAIRO_RGB24_SET_PIXEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CHECK_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_BOOLEAN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_BOXED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_COLOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_DOUBLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_ENUM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_FONT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_INT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_INT64.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_MATRIX2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_MEMSIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_OBJECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_POINTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_RESOLUTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_STRING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_UINT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_UINT64.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.CONFIG_PROP_UNIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.DEPRECATED_FOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.MAIN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.UNAVAILABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_BYTES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_CORE_OBJECT_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_DOUBLE_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_FILE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_INT32_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_PARAM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_PARASITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_STRING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_DUP_STRV.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_BOOLEAN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_BRUSH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_BYTES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_CHOICE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_COLOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_CORE_OBJECT_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_DISPLAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_DOUBLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_DOUBLE_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_DRAWABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_DRAWABLE_FILTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_ENUM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_FILE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_FONT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_GRADIENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_GROUP_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_IMAGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_INT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_INT32_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_ITEM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_LAYER_MASK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_PALETTE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_PARAM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_PARASITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_PATTERN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_RESOURCE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_SELECTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_STRING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_STRV.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_TEXT_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_UCHAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_UINT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_SET_UNIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_BYTES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_CORE_OBJECT_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_DOUBLE_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_FILE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_INT32_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_PARAM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_PARASITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_STRING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUES_TAKE_STRV.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_BABL_FORMAT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_BRUSH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_COLOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_COLOR_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_CONFIG_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_CORE_OBJECT_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_DISPLAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_DOUBLE_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_DRAWABLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_DRAWABLE_FILTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_EXPORT_OPTIONS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_FILE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_FONT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_GRADIENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_GROUP_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_IMAGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_INT32_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_ITEM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_LAYER_MASK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_MATRIX2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_MATRIX3.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_MEMSIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_PALETTE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_PARASITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_PATTERN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_RESOURCE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_SELECTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_TEXT_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_UNIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.VALUE_HOLDS_VALUE_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.adaptive_supersample_area.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.airbrush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.airbrush_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.any_to_utf8.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.attach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.babl_format_get_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bilinear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bilinear_16.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bilinear_32.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bilinear_8.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bilinear_rgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.bind_text_domain.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.brushes_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.brushes_get_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.brushes_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.brushes_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.brushes_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_get_bytes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_get_height.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_get_image_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_get_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffer_rename.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.buffers_get_name_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cache_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cairo_checkerboard_create.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cairo_surface_create_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cairo_surface_get_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cairo_surface_get_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.canonicalize_identifier.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.check_custom_color1.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.check_custom_color2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.check_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.check_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.checks_get_colors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.clone.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.clone_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_array_copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_array_free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_array_get_length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_array_get_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_is_out_of_gamut.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_is_out_of_self_gamut.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_is_perceptually_identical.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_list_names.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_css.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_css_substring.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_hex.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_hex_substring.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_parse_name_substring.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.color_set_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_are_dynamics_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_enable_dynamics.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_antialias.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_background.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_force.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_hardness.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_brush_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_diagonal_neighbors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_distance_metric.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_dynamics_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_emulate_brush_dynamics.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_feather.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_feather_radius.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_foreground.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_gradient_blend_color_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_gradient_repeat_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_gradient_reverse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_blob_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_blob_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_blob_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_size_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_speed_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_ink_tilt_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_interpolation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_cap_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_dash_offset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_dash_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_join_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_miter_limit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_line_width_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_mypaint_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_paint_method.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_paint_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_sample_criterion.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_sample_merged.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_sample_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_sample_threshold_int.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_sample_transparent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_stroke_method.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_transform_direction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_get_transform_resize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_list_paint_methods.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_pop.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_push.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_antialias.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_background.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_default_hardness.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_default_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_default_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_force.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_hardness.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_brush_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_default_colors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_defaults.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_diagonal_neighbors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_distance_metric.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_dynamics_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_emulate_brush_dynamics.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_feather.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_feather_radius.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_foreground.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_blend_color_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_fg_bg_hsv_ccw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_fg_bg_hsv_cw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_fg_bg_rgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_fg_transparent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_repeat_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_gradient_reverse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_blob_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_blob_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_blob_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_size_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_speed_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_ink_tilt_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_interpolation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_cap_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_dash_offset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_dash_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_join_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_miter_limit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_line_width_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_mypaint_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_paint_method.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_paint_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_sample_criterion.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_sample_merged.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_sample_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_sample_threshold_int.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_sample_transparent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_stroke_method.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_transform_direction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_set_transform_resize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.context_swap_colors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.convolve.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.convolve_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.core_object_array_get_length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.core_object_array_get_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.cpu_accel_get_support.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.data_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.data_directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.debug_timer_end.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.debug_timer_start.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.default_display.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.detach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.displays_flush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.displays_reconnect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.dodgeburn.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.dodgeburn_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.double_array_get_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.double_array_set_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.drawables_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.drawables_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.drawables_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.dynamics_get_name_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.dynamics_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_copy_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_cut.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_named_copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_named_copy_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_named_cut.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_named_paste.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_named_paste_as_new_image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_paste.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.edit_paste_as_new_image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_get_desc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_get_value_descriptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_set_value_descriptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_value_get_abbrev.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_value_get_desc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enum_value_get_help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enums_get_type_names.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.enums_init.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.eraser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.eraser_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.escape_uline.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_exif.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_iptc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.export_xmp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_create_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_get_config_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_get_utf8_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_has_extension.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_load.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_load_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_load_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_new_for_config_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_save.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.file_show_in_file_manager.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.filename_to_utf8.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_get_first_desc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_get_first_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_get_value_descriptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_set_value_descriptions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_value_get_abbrev.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_value_get_desc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.flags_value_get_help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.floating_sel_anchor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.floating_sel_attach.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.floating_sel_remove.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.floating_sel_to_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.fonts_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.fonts_get_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.fonts_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.fonts_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.fonts_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_color_configuration.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_default_comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_default_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_images.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_module_load_inhibit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_monitor_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_num_processors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_parasite_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_pdb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_plug_in.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.get_progname.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.getpid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gimprc_query.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gimprc_set.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gradients_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gradients_get_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gradients_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gradients_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.gradients_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.heal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.heal_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.icon_theme_dir.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.installation_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.installation_directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.int32_array_get_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.int32_array_set_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.is_canonical_identifier.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.list_images.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.locale_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.locale_directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.main.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.message.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.message_get_handler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.message_set_handler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.monitor_number.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.paintbrush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.paintbrush_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.palettes_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.palettes_get_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.palettes_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.palettes_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.palettes_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_choice.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_choice_get_choice.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_choice_get_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_color_from_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_color_has_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_config_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_config_path_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_core_object_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_core_object_array_get_object_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_display.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_display_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_drawable_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_drawable_filter_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_export_options.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_file_get_action.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_file_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_file_set_action.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_group_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_image_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_item_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_layer_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_matrix2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_matrix3.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_memsize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_resource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_resource_defaults_to_context.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_resource_none_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_text_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_unit_percent_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_unit_pixel_allowed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_value_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.param_spec_value_array_get_element_spec.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.patterns_close_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.patterns_get_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.patterns_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.patterns_refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.patterns_set_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pencil.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixbuf_create_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixbuf_get_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixbuf_get_icc_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixels_to_units.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixpipe_params_build.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixpipe_params_free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixpipe_params_init.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.pixpipe_params_parse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_cancel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_end.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_get_window_handle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_init.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_init_printf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_install_vtable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_pulse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_set_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_set_text_printf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_uninstall.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.progress_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.quit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.range_estimate_settings.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.rectangle_intersect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.rectangle_union.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.show_help_button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.smudge.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.smudge_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.stack_trace_available.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.stack_trace_print.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.stack_trace_query.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.strip_uline.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.sysconf_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.sysconf_directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.temp_directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.temp_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.text_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.text_get_extents_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.tile_height.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.tile_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.type_get_translation_context.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.type_get_translation_domain.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.type_set_translation_context.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.type_set_translation_domain.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.units_to_pixels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.units_to_points.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.user_time.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.utf8_strtrim.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_dup_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_dup_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_get_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_get_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_set_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_set_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_set_static_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_set_static_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_take_double_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.value_take_int32_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.vector_2d_to_3d.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.vector_2d_to_3d_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.vector_3d_to_2d.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.version.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/func.wm_class.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/fzy.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/iface.ColorManaged.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/iface.ConfigInterface.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/index.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/index.json +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/libgimp-%%APIVER%%.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/main.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Array.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Array.free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.BatchProcedure.get_interpreter_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.BatchProcedure.set_interpreter_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_hardness.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_info.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_radius.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_shape.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.get_spikes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.is_generated.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_angle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_hardness.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_radius.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_shape.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Brush.set_spikes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.combine_masks.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.get_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.get_show_masked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.set_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Channel.set_show_masked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.add.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.get_documentation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.get_help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.list_nicks.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Choice.set_sensitive.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_cmyk_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_display_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_display_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_display_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_display_optimize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_display_profile_from_gdk.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_gray_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_out_of_gamut_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_rgb_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_simulation_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_simulation_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_simulation_gamut_check.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_simulation_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorConfig.get_simulation_optimize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.get_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.get_icc_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.get_simulation_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.get_simulation_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.get_simulation_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.profile_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.simulation_bpc_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.simulation_intent_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorManaged.simulation_profile_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_copyright.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_description.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_icc_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_lcms_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_manufacturer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.get_summary.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.is_cmyk.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.is_equal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.is_gray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.is_linear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.is_rgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.new_linear_from_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.new_srgb_trc_from_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorProfile.save_to_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorTransform.process_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ColorTransform.process_pixels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_properties.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_property.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_stream.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.deserialize_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.get_xcf_version.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.is_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.reset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_changed_properties.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_properties.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_property.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_property_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_to_fd.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_to_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_to_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_to_stream.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.serialize_to_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Config.set_xcf_version.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.close.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.comment_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.finish.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.identifier.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.linefeed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.open.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.print.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.printf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.ref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.revert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ConfigWriter.unref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Display.delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Display.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Display.get_window_handle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Display.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Display.present.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.append_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.append_new_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.brightness_contrast.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.color_balance.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.colorize_hsl.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.curves_explicit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.curves_spline.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.desaturate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_bucket_fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_clear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_gradient_fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_stroke_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.edit_stroke_selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.equalize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.extract_component.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.foreground_extract.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.free_shadow.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_bpp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_filters.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_height.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_pixel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_shadow_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_sub_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_sub_thumbnail_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_thumbnail_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_thumbnail_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.get_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.has_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.histogram.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.hue_saturation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.invert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.is_gray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.is_indexed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.is_rgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.levels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.levels_stretch.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.mask_bounds.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.mask_intersect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.merge_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.merge_filters.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.merge_new_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.merge_shadow.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.offset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.posterize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.set_pixel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.shadows_highlights.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.threshold.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.type_with_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Drawable.update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_blend_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_operation_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.get_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.set_aux_input.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.set_blend_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.set_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.set_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.DrawableFilter.update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportOptions.get_image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_exif.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_iptc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.get_support_xmp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_capabilities.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_exif.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_iptc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ExportProcedure.set_support_xmp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_extensions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_format_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_handles_remote.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_magics.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_mime_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_prefixes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.get_priority.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_extensions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_format_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_handles_remote.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_magics.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_mime_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_prefixes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.FileProcedure.set_priority.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Font.get_pango_font_description.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.get_custom_samples.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.get_number_of_segments.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.get_uniform_samples.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_blending_function.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_coloring_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_left_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_left_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_middle_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_right_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_get_right_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_blend_colors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_blend_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_flip.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_move.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_redistribute_handles.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_replicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_set_blending_function.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_set_coloring_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_split_midpoint.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_range_split_uniform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_set_left_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_set_left_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_set_middle_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_set_right_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Gradient.segment_set_right_pos.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.GroupLayer.merge.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.add_hguide.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.add_sample_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.add_vguide.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.attach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.autocrop.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.autocrop_selected_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.clean_all.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_color_profile_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_grayscale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_indexed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_precision.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.convert_rgb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.crop.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.delete_guide.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.delete_sample_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.detach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.export_path_to_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.export_path_to_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.find_next_guide.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.find_next_sample_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.flatten.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.flip.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.floating_sel_attached_to.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.freeze_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.freeze_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.freeze_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_base_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_channel_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_channel_by_tattoo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_component_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_component_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_default_new_layer_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_effective_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_exported_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_floating_sel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_guide_orientation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_guide_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_height.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_imported_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_item_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_layer_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_layer_by_tattoo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_metadata.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_parasite_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_path_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_path_by_tattoo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_precision.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_sample_point_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_selected_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_selected_drawables.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_selected_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_selected_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_simulation_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_simulation_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_simulation_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_tattoo_state.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_thumbnail_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.get_xcf_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_get_background_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_get_foreground_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_get_offset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_get_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_get_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_set_background_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_set_foreground_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_set_offset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_set_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.grid_set_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.import_paths_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.import_paths_from_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.insert_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.insert_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.insert_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.is_dirty.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_selected_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_selected_drawables.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_selected_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.list_selected_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.lower_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.lower_item_to_bottom.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.merge_down.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.merge_visible_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.metadata_save_filter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.metadata_save_prepare.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.pick_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.pick_correlate_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.policy_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.policy_rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.raise_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.raise_item_to_top.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.remove_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.remove_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.remove_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.reorder_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.resize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.resize_to_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_contiguous_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_ellipse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_item.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_polygon.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_rectangle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.select_round_rectangle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_color_profile_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_component_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_component_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_metadata.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_selected_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_selected_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_selected_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_simulation_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_simulation_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_simulation_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_simulation_profile_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_tattoo_state.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.set_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.take_selected_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.take_selected_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.take_selected_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.thaw_channels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.thaw_layers.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.thaw_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_disable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_enable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_freeze.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_group_end.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_group_start.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_is_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.undo_thaw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Image.unset_active_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.attach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.detach_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_children.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_color_tag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_expanded.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_image.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_lock_content.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_lock_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_lock_visibility.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_parasite_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_parent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_tattoo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.get_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_group.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_group_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_layer_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_text_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.list_children.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_color_tag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_expanded.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_lock_content.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_lock_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_lock_visibility.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_tattoo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.set_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_2d.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_flip.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_flip_simple.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_matrix.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_perspective.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_rotate_simple.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_shear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Item.transform_translate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.add_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.add_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.create_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.flatten.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_apply_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_blend_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_composite_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_composite_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_edit_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_lock_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.get_show_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.is_floating_sel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.remove_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.resize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.resize_to_image_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_apply_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_blend_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_composite_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_composite_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_edit_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_lock_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_opacity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Layer.set_show_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.LoadProcedure.get_handles_raw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.LoadProcedure.get_thumbnail_loader.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.LoadProcedure.set_handles_raw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.LoadProcedure.set_thumbnail_loader.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix2.determinant.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix2.identity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix2.invert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix2.mult.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix2.transform_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.affine.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.determinant.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.equal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.identity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.invert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.is_affine.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.is_diagonal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.is_identity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.is_simple.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.mult.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.transform_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.translate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.xshear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix3.yshear.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix4.identity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix4.mult.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix4.to_deg.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Matrix4.transform_point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.add_xmp_history.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.get_colorspace.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.get_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.save_to_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.serialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_bits_per_sample.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_colorspace.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_creation_date.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_from_exif.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_from_iptc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_from_xmp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_pixel_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Metadata.set_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.get_auto_load.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.get_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.get_info.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.get_last_error.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.get_state.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.is_loaded.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.is_on_disk.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.query_module.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Module.set_auto_load.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.get_load_inhibit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.get_verbose.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.load.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.refresh.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.set_load_inhibit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ModuleDB.set_verbose.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.dump_to_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.get_last_error.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.get_last_status.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.lookup_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.procedure_exists.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.query_procedures.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PDB.temp_procedure_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.add_entry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.delete_entry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_color_count.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_colormap.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_colors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_columns.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_entry_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.get_entry_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.set_colormap.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.set_columns.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.set_entry_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Palette.set_entry_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.compare.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.get_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.get_flags.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.has_flag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.is_persistent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.is_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Parasite.is_undoable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.bezier_stroke_conicto.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.bezier_stroke_cubicto.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.bezier_stroke_lineto.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.bezier_stroke_new_ellipse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.bezier_stroke_new_moveto.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.get_strokes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.remove_stroke.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_close.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_flip.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_flip_free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_get_length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_get_point_at_dist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_get_points.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_interpolate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_new_from_points.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_reverse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Path.stroke_translate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Pattern.get_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Pattern.get_info.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.add_menu_branch.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.add_temp_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.get_pdb_error_handler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.get_temp_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.get_temp_procedures.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.persistent_enable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.persistent_process.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.remove_temp_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.set_help_domain.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.PlugIn.set_pdb_error_handler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_boolean_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_boolean_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_boolean_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_brush_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_brush_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_brush_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_bytes_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_bytes_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_bytes_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_channel_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_channel_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_channel_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_choice_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_choice_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_choice_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_from_string_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_from_string_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_from_string_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_color_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_core_object_array_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_core_object_array_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_core_object_array_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_display_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_display_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_display_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_array_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_array_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_array_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_double_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_drawable_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_drawable_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_drawable_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_enum_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_enum_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_enum_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_file_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_file_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_file_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_font_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_font_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_font_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_gradient_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_gradient_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_gradient_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_group_layer_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_group_layer_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_group_layer_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_image_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_image_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_image_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int32_array_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int32_array_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int32_array_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_int_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_item_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_item_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_item_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_mask_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_mask_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_mask_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_layer_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_menu_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_palette_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_palette_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_palette_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_param_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_param_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_param_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_parasite_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_parasite_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_parasite_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_path_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_path_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_path_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_pattern_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_pattern_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_pattern_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_resource_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_resource_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_resource_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_selection_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_selection_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_selection_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_array_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_array_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_array_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_string_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_text_layer_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_text_layer_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_text_layer_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_uint_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_uint_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_uint_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_unit_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_unit_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.add_unit_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.create_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.find_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.find_aux_argument.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.find_return_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_argument_sync.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_arguments.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_authors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_aux_arguments.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_blurb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_copyright.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_date.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_help_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_icon_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_icon_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_icon_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_image_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_menu_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_menu_paths.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_plug_in.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_proc_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_return_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.get_sensitivity_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.is_internal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.new_return_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.persistent_ready.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.run.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.run_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.run_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_argument_sync.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_attribution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_documentation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_icon_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_icon_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_image_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_menu_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Procedure.set_sensitivity_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.get_choice_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.get_color_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.get_core_object_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.get_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.save_metadata.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.set_color_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ProcedureConfig.set_core_object_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.delete.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_editable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Resource.rename.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_boolean.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_double.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_identifier.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_int.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_int64.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_matrix2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_string_no_validate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.parse_token.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.ref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Scanner.unref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_antialias.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_base_direction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_font_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_hint_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_indent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_justification.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_kerning.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_language.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_letter_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_line_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_markup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.get_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.resize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_antialias.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_base_direction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_font_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_hint_style.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_indent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_justification.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_kerning.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_language.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_letter_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_line_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_markup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.TextLayer.set_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_abbreviation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_deletion_flag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_factor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_scaled_digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.get_symbol.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.is_built_in.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.is_metric.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Unit.set_deletion_flag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.append.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.get_color_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.get_core_object_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.index.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.insert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.ref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.remove.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.truncate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.ValueArray.unref.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.add_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.cross_product.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.cross_product_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.inner_product.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.inner_product_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.length_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.mul.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.mul_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.neg.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.neg_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.normal.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.normal_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.normalize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.normalize_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.rotate_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.set.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector2.sub_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.add_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.cross_product.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.cross_product_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.inner_product.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.inner_product_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.length.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.length_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.mul.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.mul_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.neg.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.neg_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.normalize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.normalize_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.rotate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.rotate_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.set.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.Vector3.sub_val.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/method.VectorLoadProcedure.extract_dimensions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.cmyk-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.display-optimize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.display-profile-from-gdk.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.display-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.display-rendering-intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.display-use-black-point-compensation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.gray-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.mode.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.out-of-gamut-color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.rgb-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.show-hsv.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.show-rgb-u8.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.simulation-gamut-check.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.simulation-optimize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.simulation-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.simulation-rendering-intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ColorConfig.simulation-use-black-point-compensation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Display.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.DrawableFilter.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportOptions.capabilities.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.capabilities.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-comment.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-exif.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-iptc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ExportProcedure.supports-xmp.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Image.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Item.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Module.auto-load.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Module.on-disk.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.PlugIn.program-name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.PlugIn.read-channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.PlugIn.write-channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Procedure.name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Procedure.plug-in.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Procedure.procedure-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.ProcedureConfig.procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Resource.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.abbreviation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.factor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/property.Unit.symbol.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/search.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.Choice.sensitivity-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.ColorManaged.profile-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.ColorManaged.simulation-bpc-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.ColorManaged.simulation-intent-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.ColorManaged.simulation-profile-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/signal.ColorTransform.progress.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/solarized-dark.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/solarized-light.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ConfigWriter.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.EnumDesc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.FlagsDesc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Matrix2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Matrix3.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Matrix4.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ModuleInfo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ParamSpecObject.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ParamSpecObjectClass.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Parasite.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.PixPipeParams.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ProgressVtable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Scanner.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.ValueArray.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Vector2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Vector3.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.Vector4.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/struct.VectorLoadData.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/style.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Brush.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Channel.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ColorProfile.get_lcms_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ColorTransform.can_gegl_copy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.build_data_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.build_plug_in_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.build_system_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.build_writable_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.deserialize_return.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.diff.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.error_quark.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.param_spec_duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.reset_properties.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.reset_property.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.serialize_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.string_append_escaped.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.sync.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigInterface.type_register.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigPath.expand.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigPath.expand_to_files.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ConfigPath.unexpand.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Display.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Display.id_is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Display.name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Drawable.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.DrawableFilter.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.DrawableFilter.id_is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Font.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Gradient.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.GroupLayer.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Image.convert_set_dither_matrix.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Image.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Image.id_is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Image.metadata_load_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_group_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_layer_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_selection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_text_layer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Item.id_is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Layer.from_mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Layer.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.LayerMask.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Memsize.deserialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Memsize.serialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Metadata.deserialize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Metadata.get_guid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Metadata.is_tag_supported.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Metadata.load_from_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Module.error_quark.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Module.query.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Module.register.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Palette.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ParamSpecObject.duplicate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ParamSpecObject.get_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ParamSpecObject.has_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.ParamSpecObject.set_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Path.free.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Path.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Path.get_user_writable_dir.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Path.parse.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Path.to_str.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Pattern.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.PlugIn.directory.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.PlugIn.directory_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.PlugIn.error_quark.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.get_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_brush.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_font.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_gradient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_palette.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Resource.id_is_valid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.all.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.border.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.bounds.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.feather.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.float.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.flood.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.grow.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.invert.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.is_empty.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.none.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.save.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.sharpen.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.shrink.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.translate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Selection.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.TextLayer.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.format_string.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.inch.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.mm.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.percent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.pica.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.pixel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Unit.point.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Vector2.add.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Vector2.sub.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Vector3.add.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/type_func.Vector3.sub.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/urlmap.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.get_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.get_icc_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.get_simulation_bpc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.get_simulation_intent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.get_simulation_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.profile_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.simulation_bpc_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.simulation_intent_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.ColorManaged.simulation_profile_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Module.modified.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.PlugIn.create_procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.PlugIn.init_procedures.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.PlugIn.query_procedures.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.PlugIn.quit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.PlugIn.set_i18n.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Procedure.create_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Procedure.install.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Procedure.run.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Procedure.set_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimp-%%APIVER%%/vfunc.Procedure.uninstall.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/SourceCodePro-It.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/browser.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/busy-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/button.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.HelpFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.ImageConstraintFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.IntRadioFrameSensitivityFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.IntSensitivityFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.ItemConstraintFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.QueryBooleanCallback.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.QueryDoubleCallback.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.QueryIntCallback.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.QuerySizeCallback.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.QueryStringCallback.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/callback.StringSensitivityFunc.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/chain-button.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.AspectPreview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Browser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.BrushChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.BusyBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.CellRendererColor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.CellRendererToggle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ChainButton.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ChannelComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorArea.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorButton.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorDisplay.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorDisplayStack.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorHexEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorNotebook.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorProfileChooserDialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorProfileComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorProfileStore.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorProfileView.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorScale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorScaleEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorSelection.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ColorSelector.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Dialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.DrawableChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.DrawableComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.DrawablePreview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.EnumComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.EnumLabel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.EnumStore.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ExportProcedureDialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.FileChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.FontChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Frame.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.GradientChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.HintBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ImageComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.IntComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.IntRadioFrame.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.IntStore.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LabelColor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LabelEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LabelIntWidget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LabelSpin.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LabelStringWidget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Labeled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.LayerComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.MemsizeEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.NumberPairEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.OffsetArea.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PageSelector.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PaletteChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PathComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PathEditor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PatternChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PickButton.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Preview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.PreviewArea.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ProcBrowserDialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ProcedureDialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ProgressBar.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ResourceChooser.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.Ruler.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ScaleEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ScrolledPreview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.SizeEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.SpinButton.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.SpinScale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.StringComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.UnitComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.UnitStore.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.VectorLoadProcedureDialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ZoomModel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/class.ZoomPreview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-area.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-button.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-hex-entry.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-notebook.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-profile-combo-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-profile-view.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-scale.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-scales.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-select.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/color-selection.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.COLOR_SELECTOR_BAR_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.COLOR_SELECTOR_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_APPLICATION_EXIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ASPECT_LANDSCAPE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ASPECT_PORTRAIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ATTACH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_BUSINESS_CARD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CAP_BUTT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CAP_ROUND.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CAP_SQUARE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CENTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CENTER_HORIZONTAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CENTER_VERTICAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHAIN_HORIZONTAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHAIN_HORIZONTAL_BROKEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHAIN_VERTICAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHAIN_VERTICAL_BROKEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_ALPHA.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_BLUE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_GRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_GREEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_INDEXED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHANNEL_RED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CHAR_PICKER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CLOSE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CLOSE_ALL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLORMAP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLORS_DEFAULT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLORS_SWAP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_PICKER_BLACK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_PICKER_GRAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_PICKER_WHITE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_PICK_FROM_SCREEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SELECTOR_CMYK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SELECTOR_TRIANGLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SELECTOR_WATER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SPACE_LINEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SPACE_NON_LINEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_COLOR_SPACE_PERCEPTUAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONTROLLER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONTROLLER_KEYBOARD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONTROLLER_LINUX_INPUT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONTROLLER_MIDI.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONTROLLER_WHEEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONVERT_GRAYSCALE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONVERT_INDEXED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CONVERT_RGB.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CURSOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CURVE_FREE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_CURVE_SMOOTH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DETACH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_CHANNELS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_DASHBOARD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_DEVICE_STATUS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_ERROR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_IMAGES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_INFORMATION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_LAYERS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_NAVIGATION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_PATHS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_QUESTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_RESHOW_FILTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_TOOLS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_TOOL_OPTIONS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_UNDO_HISTORY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DIALOG_WARNING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_CLIP_WARNING.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_COLORBLIND.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_CONTRAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_GAMMA.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_LCMS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DISPLAY_FILTER_PROOF.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_NEW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_OPEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_OPEN_RECENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_PAGE_SETUP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_PRINT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_PRINT_RESOLUTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_PROPERTIES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_REVERT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_SAVE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DOCUMENT_SAVE_AS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_DYNAMICS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_CLEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_COPY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_CUT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_DELETE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_FIND.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_PASTE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_PASTE_AS_NEW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_PASTE_INTO.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_REDO.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EDIT_UNDO.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EFFECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EVEN_HORIZONTAL_GAP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_EVEN_VERTICAL_GAP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FILE_MANAGER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FILL_HORIZONTAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FILL_VERTICAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FOLDER_NEW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FONT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_INDENT_LESS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_INDENT_MORE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_JUSTIFY_CENTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_JUSTIFY_FILL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_JUSTIFY_LEFT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_JUSTIFY_RIGHT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_BOLD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_LTR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_RTL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_LTR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_RTL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_ITALIC.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_SPACING_LETTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_SPACING_LINE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_STRIKETHROUGH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FORMAT_TEXT_UNDERLINE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_FRAME.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GEGL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_BOTTOM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_DOWN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_FIRST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_HOME.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_LAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_NEXT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_PREVIOUS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_TOP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GO_UP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_BILINEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_CONICAL_ASYMMETRIC.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_CONICAL_SYMMETRIC.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_LINEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_RADIAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SHAPEBURST_ANGULAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SHAPEBURST_DIMPLED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SHAPEBURST_SPHERICAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SPIRAL_ANTICLOCKWISE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SPIRAL_CLOCKWISE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRADIENT_SQUARE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_NORTH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_NORTH_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_NORTH_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_SOUTH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_SOUTH_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_SOUTH_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRAVITY_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_GRID.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HELP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HELP_ABOUT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HELP_USER_MANUAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HISTOGRAM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HISTOGRAM_LINEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_HISTOGRAM_LOGARITHMIC.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_IMAGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_IMAGE_OPEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_IMAGE_RELOAD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_INPUT_DEVICE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_INVERT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_JOIN_BEVEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_JOIN_MITER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_JOIN_ROUND.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_ANCHOR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_FLOATING_SELECTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_MASK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_MERGE_DOWN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_TEXT_LAYER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LAYER_TO_IMAGESIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LINKED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LIST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LIST_ADD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LIST_REMOVE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_ALPHA.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_CONTENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_MULTI.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_POSITION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_LOCK_VISIBILITY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_MARKER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_MENU_LEFT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_MENU_RIGHT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_DUPLICATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_FLIP_HORIZONTAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_FLIP_VERTICAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_RESIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_ROTATE_180.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_ROTATE_270.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_ROTATE_90.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_OBJECT_SCALE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PALETTE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PATH_STROKE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PATTERN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_CENTER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_NORTH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_NORTH_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_NORTH_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_SOUTH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_SOUTH_EAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_SOUTH_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PIVOT_WEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PLUGIN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PREFERENCES_SYSTEM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_PROCESS_STOP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_QUICK_MASK_OFF.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_QUICK_MASK_ON.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_RECORD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_RESET.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SAMPLE_POINT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_ADD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_ALL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_BORDER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_GROW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_INTERSECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_NONE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_REPLACE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_SHRINK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_STROKE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_SUBTRACT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_TO_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SELECTION_TO_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SHAPE_CIRCLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SHAPE_DIAMOND.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SHAPE_SQUARE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SHRED.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SMARTPHONE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SYMMETRY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_SYSTEM_RUN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TEXTURE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_AIRBRUSH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ALIGN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_BLUR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_BRIGHTNESS_CONTRAST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_BUCKET_FILL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_BY_COLOR_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_CAGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_CLONE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_COLORIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_COLOR_BALANCE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_COLOR_PICKER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_COLOR_TEMPERATURE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_CROP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_CURVES.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_DESATURATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_DODGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ELLIPSE_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ERASER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_EXPOSURE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_FLIP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_FOREGROUND_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_FREE_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_FUZZY_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_GRADIENT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_HANDLE_TRANSFORM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_HEAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_HUE_SATURATION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_INK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ISCISSORS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_LEVELS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_MEASURE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_MOVE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_MYPAINT_BRUSH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_N_POINT_DEFORMATION.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_OFFSET.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PAINTBRUSH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PAINT_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PATH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PENCIL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PERSPECTIVE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PERSPECTIVE_CLONE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_POSTERIZE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_PRESET.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_RECT_SELECT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ROTATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_SCALE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_SEAMLESS_CLONE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_SHADOWS_HIGHLIGHTS.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_SHEAR.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_SMUDGE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_TEXT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_THRESHOLD.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_TRANSFORM_3D.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_UNIFIED_TRANSFORM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_WARP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TOOL_ZOOM.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TRANSFORM_3D_CAMERA.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TRANSFORM_3D_MOVE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TRANSFORM_3D_ROTATE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_TRANSPARENCY.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VIDEO.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VIEW_FULLSCREEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VIEW_REFRESH.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VIEW_SHRINK_WRAP.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VIEW_ZOOM_FILL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_VISIBLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WEB.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WILBER.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WILBER_EEK.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WINDOW_CLOSE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WINDOW_MOVE_TO_SCREEN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_WINDOW_NEW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ZOOM_FIT_BEST.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ZOOM_FOLLOW_WINDOW.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ZOOM_IN.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ZOOM_ORIGINAL.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/const.ICON_ZOOM_OUT.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.AspectPreview.new_from_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Browser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.BrushChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.BusyBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Button.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.CellRendererColor.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.CellRendererToggle.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ChainButton.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ChannelComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorArea.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorButton.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorDisplayStack.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorHexEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorProfileChooserDialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorProfileComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorProfileComboBox.new_with_model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorProfileStore.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorProfileView.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorScale.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorScaleEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorSelection.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ColorSelector.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Dialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Dialog.new_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.DrawableChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.DrawableComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.DrawablePreview.new_from_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumComboBox.new_with_model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumLabel.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumStore.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumStore.new_with_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumStore.new_with_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.EnumStore.new_with_values_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ExportProcedureDialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.FileChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.FontChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Frame.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.GradientChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.HintBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ImageComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntComboBox.new_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntComboBox.new_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntRadioFrame.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntRadioFrame.new_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntRadioFrame.new_from_store.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntRadioFrame.new_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntStore.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntStore.new_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.IntStore.new_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LabelColor.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LabelEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LabelIntWidget.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LabelSpin.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LabelStringWidget.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.LayerComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.MemsizeEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.NumberPairEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.OffsetArea.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PageSelector.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PaletteChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PathComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PathEditor.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PatternChooser.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PickButton.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.PreviewArea.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ProcBrowserDialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ProcedureDialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ProgressBar.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.Ruler.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ScaleEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.SizeEntry.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.SpinButton.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.SpinButton.new_with_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.SpinScale.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.StringComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.UnitComboBox.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.UnitComboBox.new_with_model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.UnitStore.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.VectorLoadProcedureDialog.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ZoomModel.new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ZoomPreview.new_from_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ctor.ZoomPreview.new_with_model_from_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/dialog.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum-combo-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum-label.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.AspectType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.ChainPosition.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.ColorAreaType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.ColorSelectorChannel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.ColorSelectorModel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.IntComboBoxLayout.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.IntStoreColumns.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.PageSelectorTarget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.SizeEntryUpdatePolicy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/enum.ZoomType.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/error.WidgetsError.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/file-entry.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/frame.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.COORDINATES_CHAINBUTTON.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.QUERY_BOX_VBOX.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.RANDOM_SEED_SPINBUTTON.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.RANDOM_SEED_SPINBUTTON_ADJ.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.RANDOM_SEED_TOGGLE.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.cairo_set_focus_line_pattern.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.cairo_set_source_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.cairo_surface_create_from_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.context_help.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.coordinates_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.dialogs_show_help_button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.double_adjustment_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_icon_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_icon_box_new_with_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_icon_box_set_child_padding.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_icon_box_set_icon_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_radio_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_radio_box_new_with_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_radio_frame_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.enum_radio_frame_new_with_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.event_triggers_context_menu.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.float_adjustment_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.get_monitor_at_pointer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.grid_attach_aligned.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.help_connect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.help_id_quark.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.help_set_help_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.help_set_help_data_with_markup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.icons_init.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.icons_set_icon_theme.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.init.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.int_adjustment_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.int_radio_group_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.int_radio_group_set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.label_set_attributes.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.monitor_get_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.proc_view_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_boolean_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_boolean_radio_frame_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_brush_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_check_button_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_choice_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_choice_radio_frame_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_color_area_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_color_select_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_coordinates_connect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_coordinates_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_drawable_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_entry_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_check_button_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_icon_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_label_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_radio_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_enum_radio_frame_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_expander_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_file_chooser_button_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_file_chooser_button_new_with_dialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_file_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_font_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_gradient_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_hscale_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_icon_image_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_int_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_int_radio_frame_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_label_color_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_label_entry_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_label_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_label_spin_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_memsize_entry_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_palette_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_path_editor_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_pattern_chooser_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_pointer_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_scale_entry_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_size_entry_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_spin_button_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_spin_scale_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_string_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_switch_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_text_buffer_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_toggle_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_unit_combo_box_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.prop_widget_set_factor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.query_boolean_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.query_double_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.query_int_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.query_size_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.query_string_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.radio_button_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.random_seed_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.scroll_adjustment_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.standard_help_func.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.toggle_button_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.uint_adjustment_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_animation_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_free_native_handle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_get_color_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_get_color_transform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_get_monitor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_get_render_space.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_set_native_handle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widget_track_monitor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.widgets_error_quark.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.window_set_transient.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.window_set_transient_for.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.window_set_transient_for_display.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/func.zoom_button_new.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/fzy.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/hint-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/index.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/index.json +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/int-combo-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/libgimpui-%%APIVER%%.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/main.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/memsize-entry.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.add_search_types.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.get_left_vbox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.get_right_vbox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.set_search_summary.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.set_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Browser.show_message.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.BusyBox.get_message.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.BusyBox.set_message.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Button.extended_clicked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.CellRendererToggle.clicked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ChainButton.get_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ChainButton.get_button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ChainButton.get_icon_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ChainButton.set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ChainButton.set_icon_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.enable_drag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.has_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.set_color_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.set_draw_border.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.set_out_of_gamut.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorArea.set_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.get_action_group.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.get_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.has_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.set_color_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.set_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorButton.set_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.clone.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.configure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.configure_reset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.convert_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.get_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.get_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.get_managed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.load_state.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.save_state.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplay.set_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.add.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.clone.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.convert_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.get_filters.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.remove.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.reorder_down.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorDisplayStack.reorder_up.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorHexEntry.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorHexEntry.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.enable_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.get_current_selector.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.get_notebook.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.get_selectors.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.set_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.set_has_page.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorNotebook.set_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileComboBox.add_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileComboBox.get_active_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileComboBox.set_active_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileComboBox.set_active_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileStore.add_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileView.set_error.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorProfileView.set_profile.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorScale.set_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorScale.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorScale.set_color_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorScale.set_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.color_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.get_notebook.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.get_old_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.get_right_vbox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.get_show_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.reset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_old_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_show_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelection.set_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.enable_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_model_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_show_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_toggles_sensitive.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.get_toggles_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_model_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_show_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_toggles_sensitive.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ColorSelector.set_toggles_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.add_button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.add_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.add_buttons_valist.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.get_native_handle.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.run.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Dialog.set_alternative_button_order_from_array.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.DrawableChooser.get_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.DrawableChooser.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.DrawableChooser.set_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.DrawablePreview.get_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.EnumComboBox.set_icon_prefix.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.EnumLabel.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.EnumStore.set_icon_prefix.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ExportProcedureDialog.add_metadata.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.get_action.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.get_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.get_label_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.set_action.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.set_file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.set_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.FileChooser.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.append.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.connect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.get_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.get_active_user_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.get_layout.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.set_active_by_user_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.set_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.set_layout.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntComboBox.set_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.append.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.get_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.get_active_user_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.set_active_by_user_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.set_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.IntRadioFrame.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelColor.get_color_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelColor.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelColor.is_editable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelColor.set_editable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelColor.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelEntry.get_entry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelEntry.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelEntry.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelIntWidget.get_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelSpin.get_spin_button.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelSpin.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelSpin.set_digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelSpin.set_increments.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelSpin.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.LabelStringWidget.get_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Labeled.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Labeled.get_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Labeled.set_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.MemsizeEntry.get_spinbutton.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.MemsizeEntry.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.MemsizeEntry.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_aspect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_default_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_default_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_user_override.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.get_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_aspect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_default_text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_default_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_user_override.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.NumberPairEntry.set_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.OffsetArea.set_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.OffsetArea.set_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.OffsetArea.set_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_n_pages.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_page_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_page_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_selected_pages.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_selected_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.get_target.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.page_is_selected.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.select_all.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.select_page.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.select_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.set_n_pages.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.set_page_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.set_page_thumbnail.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.set_target.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.unselect_all.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PageSelector.unselect_page.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.get_dir_writable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.get_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.get_writable_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.set_dir_writable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.set_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PathEditor.set_writable_path.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.draw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.draw_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_area.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_bounds.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_controls.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_default_cursor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_frame.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_grid.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.get_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.invalidate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.set_bounds.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.set_default_cursor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.set_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.set_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.set_update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.transform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Preview.untransform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.blend.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.draw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.get_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.menu_popup.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.reset.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.set_color_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.set_colormap.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.set_max_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.PreviewArea.set_offsets.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcBrowserDialog.get_selected.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_box.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_box_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_expander.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_flowbox.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_flowbox_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_frame.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_notebook.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_notebook_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_paned.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.fill_scrolled_window.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_color_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_drawable_preview.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_int_combo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_int_radio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_scale_entry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_size_entry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_spin_scale.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.get_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.run.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.set_ok_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.set_sensitive.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ProcedureDialog.set_sensitive_if_in.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ResourceChooser.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ResourceChooser.get_resource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ResourceChooser.set_resource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.add_track_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.get_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.get_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.get_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.remove_track_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.set_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.set_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.Ruler.set_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScaleEntry.get_logarithmic.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScaleEntry.get_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScaleEntry.set_bounds.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScaleEntry.set_logarithmic.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScrolledPreview.freeze.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScrolledPreview.get_adjustments.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScrolledPreview.set_policy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScrolledPreview.set_position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ScrolledPreview.thaw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.add_field.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.attach_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_help_widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_n_fields.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_refval.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_unit_combo.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_update_policy.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.grab_focus.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_activates_default.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_pixel_digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_refval.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_refval_boundaries.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_refval_digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.set_value_boundaries.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SizeEntry.show_unit_menu.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.get_constrain_drag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.get_gamma.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.get_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.get_mnemonic_keyval.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.get_scale_limits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.set_constrain_drag.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.set_gamma.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.set_label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.set_scale_limits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.SpinScale.unset_scale_limits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.StringComboBox.get_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.StringComboBox.set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.StringComboBox.set_sensitivity.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitComboBox.get_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitComboBox.set_active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.get_has_percent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.get_has_pixels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.get_nth_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.get_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_has_percent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_has_pixels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_pixel_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_pixel_values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_resolution.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.UnitStore.set_resolutions.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomModel.get_factor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomModel.get_fraction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomModel.set_range.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomModel.zoom.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomPreview.get_drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomPreview.get_factor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomPreview.get_model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/method.ZoomPreview.get_source.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/number-pair-entry.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/offset-area.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/page-selector.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/path-editor.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/pick-button.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/preview-area.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.AspectPreview.drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.BusyBox.message.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererColor.color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererColor.icon-size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererColor.opaque.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererToggle.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererToggle.icon-size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.CellRendererToggle.override-background.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ChainButton.active.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ChainButton.icon-size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ChainButton.position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorArea.color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorArea.drag-mask.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorArea.draw-border.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorArea.type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.area-height.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.area-width.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.color-config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.continuous-update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorButton.type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorDisplay.color-config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorDisplay.color-managed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorDisplay.enabled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorProfileComboBox.dialog.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorProfileComboBox.model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorProfileStore.history.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorScale.channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ColorSelection.config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Dialog.help-func.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Dialog.help-id.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Dialog.parent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.DrawableChooser.drawable-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.DrawableChooser.drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.DrawableChooser.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.DrawableChooser.title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.DrawablePreview.drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.EnumComboBox.model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.EnumLabel.enum-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.EnumLabel.enum-value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.EnumStore.enum-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.FileChooser.action.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.FileChooser.file.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.FileChooser.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.FileChooser.title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.HintBox.hint.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.HintBox.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntComboBox.ellipsize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntComboBox.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntComboBox.layout.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntComboBox.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntRadioFrame.store.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntRadioFrame.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.IntStore.user-data-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelColor.editable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelColor.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelEntry.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelIntWidget.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelIntWidget.widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelSpin.digits.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelSpin.lower.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelSpin.upper.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelSpin.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelStringWidget.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.LabelStringWidget.widget.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Labeled.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.allow-simplification.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.aspect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.default-left-number.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.default-right-number.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.default-text.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.left-number.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.max-valid-value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.min-valid-value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.ratio.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.right-number.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.separators.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.NumberPairEntry.user-override.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PageSelector.n-pages.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PageSelector.target.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Preview.update.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PreviewArea.check-custom-color1.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PreviewArea.check-custom-color2.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PreviewArea.check-size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.PreviewArea.check-type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ProcedureDialog.config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ProcedureDialog.procedure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ResourceChooser.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ResourceChooser.resource.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ResourceChooser.title.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.lower.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.max-size.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.orientation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.position.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.unit.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.Ruler.upper.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.SpinScale.label.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.StringComboBox.ellipsize.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.StringComboBox.id-column.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.StringComboBox.label-column.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.StringComboBox.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.UnitStore.has-percent.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.UnitStore.has-pixels.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.UnitStore.long-format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.UnitStore.num-values.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.UnitStore.short-format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomModel.fraction.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomModel.maximum.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomModel.minimum.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomModel.percentage.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomModel.value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomPreview.drawable.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/property.ZoomPreview.model.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/ruler.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/search.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.Browser.search.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.Button.extended-clicked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.CellRendererToggle.clicked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ChainButton.toggled.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorArea.color-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorButton.color-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorDisplay.changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorDisplayStack.added.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorDisplayStack.changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorDisplayStack.removed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorDisplayStack.reordered.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorHexEntry.color-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorSelection.color-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorSelector.channel-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorSelector.color-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorSelector.model-visible-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ColorSelector.simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.LabelColor.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.LabelEntry.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.LabelIntWidget.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.LabelSpin.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.LabelStringWidget.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.Labeled.mnemonic-widget-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.MemsizeEntry.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.NumberPairEntry.numbers-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.NumberPairEntry.ratio-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.OffsetArea.offsets-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.PageSelector.activate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.PageSelector.selection-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.PathEditor.path-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.PathEditor.writable-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.PickButton.color-picked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.Preview.invalidated.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ProcBrowserDialog.row-activated.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ProcBrowserDialog.selection-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ResourceChooser.resource-set.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.SizeEntry.refval-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.SizeEntry.unit-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.SizeEntry.value-changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/signal.ZoomModel.zoomed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/solarized-dark.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/solarized-light.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/string-combo-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/struct.ColorScales.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/struct.ColorSelect.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/struct.Controller.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/struct.FileEntry.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/style.css +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/type_func.IntStore.lookup_by_user_data.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/type_func.IntStore.lookup_by_value.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/type_func.ZoomModel.zoom_step.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/unit-combo-box.png +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/urlmap.js +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Button.extended_clicked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorButton.color_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorButton.get_action_type.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorDisplay.changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorDisplay.configure.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorDisplay.convert_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.channel_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.color_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.model_visible_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_channel.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_color.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_config.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_format.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_model_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_show_alpha.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_toggles_sensitive.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.set_toggles_visible.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ColorSelector.simulation.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.LabelSpin.value_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Labeled.mnemonic_widget_changed.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Labeled.populate.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.PickButton.color_picked.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.draw.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.draw_buffer.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.draw_thumb.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.invalidated.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.set_cursor.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.transform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.Preview.untransform.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ProcedureDialog.fill_end.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ProcedureDialog.fill_list.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ProcedureDialog.fill_start.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ResourceChooser.draw_interior.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/vfunc.ResourceChooser.resource_set.html +%%PORTDOCS%%%%DOCSDIR%%-%%ABIVER%%/libgimpui-%%APIVER%%/widget-gallery.html +%%DATADIR%%/%%APIVER%%/brushes/Basic/1-pixel.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Block-01.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Block-02.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Block-03.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Hardness-025.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Hardness-050.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Hardness-075.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Hardness-100.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/Star.vbr +%%DATADIR%%/%%APIVER%%/brushes/Basic/pixel.gbr +%%DATADIR%%/%%APIVER%%/brushes/Fun/GEGL-goat.gih +%%DATADIR%%/%%APIVER%%/brushes/Fun/Wilber.gih +%%DATADIR%%/%%APIVER%%/brushes/Fun/pepper.gbr +%%DATADIR%%/%%APIVER%%/brushes/Legacy/confetti.gbr +%%DATADIR%%/%%APIVER%%/brushes/Legacy/confetti.gih +%%DATADIR%%/%%APIVER%%/brushes/Legacy/vine.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Acrylic-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Acrylic-02.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Acrylic-03.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Acrylic-04.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Acrylic-05.gih +%%DATADIR%%/%%APIVER%%/brushes/Media/Bristles-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Media/Bristles-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Media/Bristles-03.gbr +%%DATADIR%%/%%APIVER%%/brushes/Media/Oils-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Media/Oils-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Media/Oils-03.gbr +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Chalk-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Chalk-02.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Chalk-03.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Charcoal-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Charcoal-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Charcoal-03.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Pencil-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Pencil-02.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Pencil-03.gih +%%DATADIR%%/%%APIVER%%/brushes/Sketch/Pencil-Scratch.gbr +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Grunge-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Sparks-Hose.gih +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Splats-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Splats-02.gih +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Sponge-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Splatters/Sponge-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Cell-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Cell-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Grass.gih +%%DATADIR%%/%%APIVER%%/brushes/Texture/Hatch-Pen-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Smoke.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Stone-Work-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Texture/Texture-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Texture-02.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Texture-Hose-01.gih +%%DATADIR%%/%%APIVER%%/brushes/Texture/Texture-Hose-02.gih +%%DATADIR%%/%%APIVER%%/brushes/Texture/Texture-Hose-03.gih +%%DATADIR%%/%%APIVER%%/brushes/Texture/Vegetation-01.gbr +%%DATADIR%%/%%APIVER%%/brushes/Texture/Vegetation-02.gih +%%DATADIR%%/%%APIVER%%/dynamics/Basic-Dynamics.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Basic-Simple.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Dynamics-Random.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Negative-Size-Pressure.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Pen-Generic.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Pencil-Generic.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Pencil-Shader.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Pressure-Opacity.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Basic/Pressure-Size.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Color-From-Gradient.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/FX/Confetti.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/FX/Perspective.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/FX/Speed_Size_Opacity.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Fade-Tapering.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Random-Color.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Tilt-Angle.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Track-Direction.gdyn +%%DATADIR%%/%%APIVER%%/dynamics/Velocity-Tapering.gdyn +%%DATADIR%%/%%APIVER%%/file-raw/file-darktable-export-on-exit.lua +%%DATADIR%%/%%APIVER%%/file-raw/file-darktable-get-size.lua +%%DATADIR%%/%%APIVER%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/%%APIVER%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/%%APIVER%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/%%APIVER%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/%%APIVER%%/fractalexplorer/Car_Track +%%DATADIR%%/%%APIVER%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/%%APIVER%%/fractalexplorer/Explosive +%%DATADIR%%/%%APIVER%%/fractalexplorer/Flower +%%DATADIR%%/%%APIVER%%/fractalexplorer/Fragments +%%DATADIR%%/%%APIVER%%/fractalexplorer/Hemp +%%DATADIR%%/%%APIVER%%/fractalexplorer/High_Voltage +%%DATADIR%%/%%APIVER%%/fractalexplorer/Hoops +%%DATADIR%%/%%APIVER%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/%%APIVER%%/fractalexplorer/Leaves +%%DATADIR%%/%%APIVER%%/fractalexplorer/Lightning +%%DATADIR%%/%%APIVER%%/fractalexplorer/Mandelbrot +%%DATADIR%%/%%APIVER%%/fractalexplorer/Marble +%%DATADIR%%/%%APIVER%%/fractalexplorer/Marble2 +%%DATADIR%%/%%APIVER%%/fractalexplorer/Medusa +%%DATADIR%%/%%APIVER%%/fractalexplorer/Nautilus +%%DATADIR%%/%%APIVER%%/fractalexplorer/Nebula +%%DATADIR%%/%%APIVER%%/fractalexplorer/Plant +%%DATADIR%%/%%APIVER%%/fractalexplorer/Rose +%%DATADIR%%/%%APIVER%%/fractalexplorer/Saturn +%%DATADIR%%/%%APIVER%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/%%APIVER%%/fractalexplorer/Soma +%%DATADIR%%/%%APIVER%%/fractalexplorer/Spark +%%DATADIR%%/%%APIVER%%/fractalexplorer/Suns +%%DATADIR%%/%%APIVER%%/fractalexplorer/Tentacles +%%DATADIR%%/%%APIVER%%/fractalexplorer/The_Green_Place +%%DATADIR%%/%%APIVER%%/fractalexplorer/Wave +%%DATADIR%%/%%APIVER%%/fractalexplorer/Wood +%%DATADIR%%/%%APIVER%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/%%APIVER%%/gfig/A_star +%%DATADIR%%/%%APIVER%%/gfig/curves +%%DATADIR%%/%%APIVER%%/gfig/polys +%%DATADIR%%/%%APIVER%%/gfig/ring +%%DATADIR%%/%%APIVER%%/gfig/ring+star +%%DATADIR%%/%%APIVER%%/gfig/smiley +%%DATADIR%%/%%APIVER%%/gfig/spirals_and_stars +%%DATADIR%%/%%APIVER%%/gfig/sprial +%%DATADIR%%/%%APIVER%%/gfig/star2 +%%DATADIR%%/%%APIVER%%/gfig/stars +%%DATADIR%%/%%APIVER%%/gflare/Bright_Star +%%DATADIR%%/%%APIVER%%/gflare/Classic +%%DATADIR%%/%%APIVER%%/gflare/Default +%%DATADIR%%/%%APIVER%%/gflare/Distant_Sun +%%DATADIR%%/%%APIVER%%/gflare/GFlare_101 +%%DATADIR%%/%%APIVER%%/gflare/GFlare_102 +%%DATADIR%%/%%APIVER%%/gflare/Hidden_Planet +%%DATADIR%%/%%APIVER%%/gimp-release +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Canvas +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Cubism +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Dotify +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Feathers +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Furry +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Line-art +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Mossy +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Parquette +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Sample +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Smash +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Straws +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Weave +%%DATADIR%%/%%APIVER%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/%%APIVER%%/gradients/Abstract_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Abstract_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Abstract_3.ggr +%%DATADIR%%/%%APIVER%%/gradients/Aneurism.ggr +%%DATADIR%%/%%APIVER%%/gradients/Blinds.ggr +%%DATADIR%%/%%APIVER%%/gradients/Blue_Green.ggr +%%DATADIR%%/%%APIVER%%/gradients/Browns.ggr +%%DATADIR%%/%%APIVER%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/%%APIVER%%/gradients/Burning_Paper.ggr +%%DATADIR%%/%%APIVER%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/%%APIVER%%/gradients/CD.ggr +%%DATADIR%%/%%APIVER%%/gradients/CD_Half.ggr +%%DATADIR%%/%%APIVER%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/%%APIVER%%/gradients/Coffee.ggr +%%DATADIR%%/%%APIVER%%/gradients/Cold_Steel.ggr +%%DATADIR%%/%%APIVER%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Crown_molding.ggr +%%DATADIR%%/%%APIVER%%/gradients/Dark_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Deep_Sea.ggr +%%DATADIR%%/%%APIVER%%/gradients/Default.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/%%APIVER%%/gradients/Four_bars.ggr +%%DATADIR%%/%%APIVER%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/%%APIVER%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/%%APIVER%%/gradients/Golden.ggr +%%DATADIR%%/%%APIVER%%/gradients/Greens.ggr +%%DATADIR%%/%%APIVER%%/gradients/Horizon_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Horizon_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Incandescent.ggr +%%DATADIR%%/%%APIVER%%/gradients/Land_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/%%APIVER%%/gradients/Metallic_Something.ggr +%%DATADIR%%/%%APIVER%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/%%APIVER%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/%%APIVER%%/gradients/Neon_Green.ggr +%%DATADIR%%/%%APIVER%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/%%APIVER%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/%%APIVER%%/gradients/Pastels.ggr +%%DATADIR%%/%%APIVER%%/gradients/Purples.ggr +%%DATADIR%%/%%APIVER%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/%%APIVER%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/%%APIVER%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/%%APIVER%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/%%APIVER%%/gradients/Rounded_edge.ggr +%%DATADIR%%/%%APIVER%%/gradients/Shadows_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Shadows_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Shadows_3.ggr +%%DATADIR%%/%%APIVER%%/gradients/Skyline.ggr +%%DATADIR%%/%%APIVER%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/%%APIVER%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/%%APIVER%%/gradients/Sunrise.ggr +%%DATADIR%%/%%APIVER%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/%%APIVER%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/%%APIVER%%/gradients/Tube_Red.ggr +%%DATADIR%%/%%APIVER%%/gradients/Wood_1.ggr +%%DATADIR%%/%%APIVER%%/gradients/Wood_2.ggr +%%DATADIR%%/%%APIVER%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/%%APIVER%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/French_flag.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/French_flag_smooth.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/German_flag.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/German_flag_smooth.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/Mexican_flag.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/Mexican_flag_smooth.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/Romanian_flag.ggr +%%DATADIR%%/%%APIVER%%/gradients/gimp-obsolete-files/Romanian_flag_smooth.ggr +%%DATADIR%%/%%APIVER%%/icons/Default/64x64/apps/gimp-frame.png +%%DATADIR%%/%%APIVER%%/icons/Default/64x64/apps/gimp-texture.png +%%DATADIR%%/%%APIVER%%/icons/Default/index.theme +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-error-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-error.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-information-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-information.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-question-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-question.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-warning-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/dialog-warning.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-new-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-new.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-open-recent-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-open-recent.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-open-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-open.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-print-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-print.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-revert-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-revert.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-save-as-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-save-as.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-save-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/document-save.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-clear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-clear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-copy-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-copy.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-cut-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-cut.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-delete-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-delete.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-paste-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-paste.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-redo-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-redo.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-undo-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/edit-undo.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/folder-new-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/folder-new.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/folder-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/folder.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-indent-more-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-indent-more.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-center-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-center.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-fill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-fill.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-left-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-left.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-right-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-justify-right.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-text-direction-ltr-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-text-direction-ltr.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-text-direction-rtl-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/format-text-direction-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-anchor-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-anchor.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-attach-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-attach.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-business-card-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-business-card.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-butt-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-butt.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-round-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-round.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-square-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cap-square.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-center-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-center.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-alpha-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-alpha.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-blue-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-blue.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-gray-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-gray.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-green-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-green.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-indexed-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-indexed.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-red-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-red.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channel.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channels-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-channels.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-char-picker-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-char-picker.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-clipboard-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-clipboard.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-close-all-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-close-all.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-close-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-close.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-cmyk-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-cmyk.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-pick-from-screen-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-pick-from-screen.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-black-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-black.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-gray-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-gray.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-white-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-picker-white.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-linear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-non-linear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-non-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-perceptual-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-space-perceptual.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-triangle-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-triangle.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-water-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-color-water.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-colormap-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-colormap.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-keyboard-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-keyboard.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-linux-input-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-linux-input.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-midi-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-midi.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-wheel-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller-wheel.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-controller.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-grayscale-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-grayscale.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-indexed-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-indexed.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-rgb-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-convert-rgb.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cursor-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-cursor.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-free-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-free.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-point-corner-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-point-corner.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-point-smooth-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-point-smooth.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-smooth-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-curve-smooth.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-dashboard-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-dashboard.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-default-colors-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-default-colors.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-detach-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-detach.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-device-status-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-device-status.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-clip-warning-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-clip-warning.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-colorblind-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-colorblind.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-contrast-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-contrast.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-gamma-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-gamma.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-lcms-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-lcms.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-proof-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-proof.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-filter.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-display.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-duplicate-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-duplicate.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-dynamics-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-dynamics.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-effects-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-effects.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-even-horizontal-gap-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-even-horizontal-gap.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-even-vertical-gap-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-even-vertical-gap.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-file-manager-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-file-manager.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-floating-selection-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-floating-selection.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gegl-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gegl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-bilinear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-bilinear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-asymmetric-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-asymmetric.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-symmetric-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-conical-symmetric.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-linear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-radial-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-radial.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-angular-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-angular.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-dimpled-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-dimpled.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-spherical-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-shapeburst-spherical.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-anticlockwise-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-anticlockwise.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-clockwise-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-spiral-clockwise.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-square-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gradient-square.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-north.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-south.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-gravity-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-grid-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-grid.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-group-layer-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-group-layer.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hcenter-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hcenter.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hchain-broken-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hchain-broken.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hchain-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hchain.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hfill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-hfill.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram-linear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram-logarithmic-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram-logarithmic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-histogram.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image-open-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image-open.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image-reload-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image-reload.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-image.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-images-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-images.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-input-device-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-input-device.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-invert-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-invert.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-bevel-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-bevel.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-miter-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-miter.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-round-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-join-round.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-landscape-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-landscape.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer-mask-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer-mask.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer-to-imagesize-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer-to-imagesize.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layer.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layers-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-layers.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-letter-spacing-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-letter-spacing.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-line-spacing-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-line-spacing.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-linked-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-linked.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-list-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-list.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-alpha-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-alpha.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-content-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-content.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-multi-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-multi.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-path-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-path.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-position-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-position.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-visibility-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock-visibility.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-lock.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-marker-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-marker.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-menu-left-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-menu-left.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-menu-right-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-menu-right.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-merge-down-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-merge-down.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-move-to-screen-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-move-to-screen.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-navigation-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-navigation.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paste-as-new-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paste-as-new.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paste-into-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paste-into.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-path-stroke-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-path-stroke.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-path-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-path.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paths-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-paths.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pattern-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pattern.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-center-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-center.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-north.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south-east-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south-east.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-south.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-west-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-pivot-west.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-plugin-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-plugin.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-portrait-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-portrait.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-color-management-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-color-management.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-controllers-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-controllers.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-default-grid-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-default-grid.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-display-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-display.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-brushes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-brushes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-dynamics-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-dynamics.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-environ-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-environ.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-fonts-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-fonts.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-gradients-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-gradients.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-icon-themes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-icon-themes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-interp-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-interp.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-modules-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-modules.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-mypaint-brushes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-mypaint-brushes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-palettes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-palettes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-patterns-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-patterns.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-plug-ins-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-plug-ins.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-scripts-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-scripts.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-themes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-themes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-tool-presets-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders-tool-presets.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-folders.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-help-system-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-help-system.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-icon-theme-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-icon-theme.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-title-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-title.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-appearance-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-appearance.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-snapping-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-snapping.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-image-windows.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-import-export-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-import-export.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-input-devices-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-input-devices.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-interface-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-interface.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-new-image-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-new-image.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-playground-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-playground.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-system-resources-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-system-resources.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-theme-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-theme.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-tool-options-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-tool-options.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-toolbox-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-toolbox.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-window-management-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-prefs-window-management.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-quick-mask-off-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-quick-mask-off.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-quick-mask-on-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-quick-mask-on.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-reset-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-reset.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-reshow-filter-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-reshow-filter.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-resize-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-resize.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-rotate-180-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-rotate-180.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-sample-point-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-sample-point.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-scale-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-scale.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-add-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-add.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-all-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-all.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-border-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-border.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-grow-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-grow.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-intersect-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-intersect.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-none-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-none.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-replace-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-replace.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-shrink-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-shrink.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-stroke-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-stroke.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-subtract-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-subtract.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-to-channel-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-to-channel.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-to-path-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection-to-path.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-selection.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-circle-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-circle.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-diamond-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-diamond.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-square-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shape-square.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shred-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-shred.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-smartphone-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-smartphone.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-swap-colors-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-swap-colors.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-symmetry-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-symmetry.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-template-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-template.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-upright-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr-upright.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-ltr.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-upright-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl-upright.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-dir-ttb-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-layer-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-text-layer.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toggle-off-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toggle-off.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toggle-on-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toggle-on.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toilet-paper-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-toilet-paper.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-airbrush-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-airbrush.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-align-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-align.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-blur-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-blur.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-brightness-contrast-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-brightness-contrast.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-bucket-fill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-bucket-fill.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-by-color-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-by-color-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-cage-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-cage.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-clone-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-balance-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-balance.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-picker-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-picker.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-temperature-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-color-temperature.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-colorize-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-colorize.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-crop-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-crop.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-curves-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-curves.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-desaturate-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-desaturate.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-dodge-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-dodge.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-ellipse-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-ellipse-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-eraser-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-eraser.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-exposure-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-exposure.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-flip-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-flip.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-foreground-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-foreground-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-free-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-free-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-fuzzy-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-fuzzy-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-gradient-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-gradient.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-handle-transform-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-handle-transform.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-heal-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-heal.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-hue-saturation-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-hue-saturation.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-ink-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-ink.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-iscissors-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-iscissors.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-levels-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-levels.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-measure-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-measure.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-move-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-move.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-mypaint-brush-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-mypaint-brush.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-n-point-deformation-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-n-point-deformation.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-offset-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-offset.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-options-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-options.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-paint-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-paint-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-paintbrush-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-paintbrush.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-path-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-path.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-pencil-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-pencil.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-clone-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-perspective-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-perspective.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-posterize-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-posterize.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-preset-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-preset.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-rect-select-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-rect-select.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-rotate-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-rotate.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-scale-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-scale.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-seamless-clone-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-seamless-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-shadows-highlights-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-shadows-highlights.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-shear-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-shear.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-smudge-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-smudge.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-text-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-text.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-threshold-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-threshold.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-transform-3d-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-transform-3d.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-unified-transform-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-unified-transform.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-warp-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-warp.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-zoom-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tool-zoom.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tools-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-tools.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-camera-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-camera.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-move-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-move.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-rotate-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transform-3d-rotate.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transparency-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-transparency.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-undo-history-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-undo-history.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-user-manual-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-user-manual.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vcenter-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vcenter.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vchain-broken-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vchain-broken.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vchain-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vchain.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vfill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-vfill.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-video-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-video.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-visible-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-visible.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-web-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-web.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-wilber-eek-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-wilber-eek.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-zoom-follow-window-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gimp-zoom-follow-window.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-bottom-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-bottom.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-down-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-down.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-first-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-first-symbolic-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-first-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-first.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-home-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-home.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-last-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-last-symbolic-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-last-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-last.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-next-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-next-symbolic-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-next-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-next.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-previous-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-previous-symbolic-rtl.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-previous-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-previous.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-top-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-top.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-up-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/go-up.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-cancel-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-cancel.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-edit-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-edit.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-no-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-no.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-ok-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-ok.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-select-color-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-select-color.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-select-font-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-select-font.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-yes-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/gtk-yes.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/help-about-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/help-about.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/image-missing-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/image-missing.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/list-add-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/list-add.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/list-remove-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/list-remove.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-optical-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-optical.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-playback-pause-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-playback-pause.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-playback-start-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-playback-start.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-record-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-record.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-seek-backward-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-seek-backward.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-skip-backward-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-skip-backward.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-skip-forward-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/media-skip-forward.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-flip-horizontal-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-flip-horizontal.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-flip-vertical-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-flip-vertical.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-rotate-left-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-rotate-left.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-rotate-right-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/object-rotate-right.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/preferences-system-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/preferences-system.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/process-stop-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/process-stop.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/system-run-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/system-run.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-fullscreen-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-fullscreen.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-refresh-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-refresh.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-shrink-wrap-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-shrink-wrap.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-zoom-fill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/view-zoom-fill.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/window-new-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/window-new.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-fit-best-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-fit-best.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-in-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-in.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-original-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-original.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-out-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/apps/zoom-out.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/logo/unisize/gimp-wilber-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Default/scalable/logo/unisize/gimp-wilber.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/128x128/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-close.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-default-colors.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-linked.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-menu-left.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-menu-right.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-quick-mask-off.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-quick-mask-on.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-swap-colors.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-visible.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/12x12/apps/gimp-zoom-follow-window.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/dialog-information.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/dialog-warning.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-anchor.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-cap-butt.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-cap-round.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-cap-square.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-center.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-alpha.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-blue.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-gray.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-green.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-indexed.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel-red.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-channels.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-color-pick-from-screen.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-color-triangle.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-colormap.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-controller-keyboard.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-controller-linux-input.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-controller-midi.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-controller-wheel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-controller.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-convert-grayscale.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-convert-indexed.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-convert-rgb.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-cursor.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-curve-free.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-curve-smooth.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-device-status.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-colorblind.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-contrast.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-gamma.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-lcms.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter-proof.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-display-filter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-duplicate.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-dynamics.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-floating-selection.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gegl.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-bilinear.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-conical-asymmetric.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-conical-symmetric.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-linear.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-radial.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-angular.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-dimpled.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-shapeburst-spherical.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-spiral-anticlockwise.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-spiral-clockwise.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-gradient-square.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-grid.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-histogram-linear.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-histogram-logarithmic.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-histogram.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-images.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-input-device.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-invert.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-join-bevel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-join-miter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-join-round.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-landscape.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-layer-mask.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-layer-to-imagesize.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-layers.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-list.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-merge-down.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-move-to-screen.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-navigation.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-paste-as-new.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-paste-into.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-path-stroke.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-path.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-paths.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-plugin.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-portrait.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-brushes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-dynamics.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-environ.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-fonts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-gradients.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-icon-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-interp.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-modules.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-palettes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-patterns.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-scripts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tool-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tool-presets.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-folders-tools.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-icon-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-image-windows.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-interface.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-toolbox.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-prefs-window-management.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-print-resolution.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-reset.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-reshow-filter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-resize.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-rotate-180.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-sample-point.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-scale.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-add.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-all.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-border.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-grow.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-intersect.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-none.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-replace.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-shrink.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-stroke.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-subtract.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-to-channel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection-to-path.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-selection.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-shape-circle.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-shape-diamond.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-shape-square.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-template.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-text-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-toilet-paper.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-tools.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-transparency.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-undo-history.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-user-manual.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-video.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-web.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/gtk-edit.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/object-flip-horizontal.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/object-flip-vertical.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/object-rotate-left.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/16x16/apps/object-rotate-right.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-black.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-gray.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/18x18/apps/gimp-color-picker-white.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/192x192/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/20x20/apps/gimp-linked.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/20x20/apps/gimp-visible.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-char-picker.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-dynamics.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-histogram.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-input-device.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-letter-spacing.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-line-spacing.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-path.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-paths.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-color-management.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-controllers.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-default-grid.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-display.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-brushes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-dynamics.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-environ.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-fonts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-gradients.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-icon-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-interp.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-modules.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-palettes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-patterns.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-scripts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tool-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tool-presets.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders-tools.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-folders.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-help-system.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-icon-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-image-title.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-image-windows.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-input-devices.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-interface.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-new-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-playground.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-session.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-system-resources.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-tool-options.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-toolbox.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-prefs-window-management.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-tool-preset.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/22x22/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/dialog-information.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/dialog-warning.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/format-text-direction-ltr.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/format-text-direction-rtl.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-center.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-alpha.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-blue.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-gray.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-green.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-indexed.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel-red.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-channels.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-colormap.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-controller-keyboard.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-controller-linux-input.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-controller-midi.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-controller-wheel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-controller.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-cursor.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-device-status.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-colorblind.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-contrast.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-gamma.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-lcms.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter-proof.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-display-filter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-floating-selection.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-east.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north-east.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north-west.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-north.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south-east.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south-west.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-south.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-gravity-west.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-hcenter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-hchain-broken.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-hchain.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-hfill.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-images.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-layer-mask.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-layers.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-move-to-screen.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-print-resolution.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-sample-point.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-template.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-text-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-toilet-paper.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-tool-options.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-tools.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-transparency.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-undo-history.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-user-manual.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-vcenter.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-vchain-broken.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-vchain.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-vfill.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-video.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/24x24/apps/gimp-web.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/256x256/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-alpha.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-blue.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-gray.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-green.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-indexed.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel-red.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-channel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-floating-selection.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-layer-mask.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-text-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-user-manual.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/32x32/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-alpha.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-blue.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-gray.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-green.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-indexed.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel-red.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-channel.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-floating-selection.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-layer-mask.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-color-management.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-controllers.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-default-comment.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-default-grid.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-display.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-brushes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-dynamics.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-environ.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-fonts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-gradients.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-icon-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-interp.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-modules.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-palettes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-patterns.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-scripts.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-themes.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tool-plug-ins.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tool-presets.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders-tools.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-folders.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-help-system.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-icon-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-image-title.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-image-windows.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-input-devices.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-interface.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-new-image.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-playground.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-session.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-system-resources.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-theme.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-tool-options.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-toolbox.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-prefs-window-management.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-text-layer.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/48x48/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/dialog-error.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/dialog-information.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/dialog-question.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/dialog-warning.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/gimp-frame.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/gimp-texture.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/gimp-user-manual.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/gimp-wilber-eek.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/64x64/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/96x96/apps/gimp-wilber.png +%%DATADIR%%/%%APIVER%%/icons/Legacy/index.theme +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-business-card.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-color-cmyk.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-color-space-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-color-space-non-linear.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-color-space-perceptual.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-color-water.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-dashboard.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-detach.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-display.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-effects-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-effects.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-even-horizontal-gap.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-even-vertical-gap.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-file-manager.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-gegl.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-group-layer.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-alpha-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-alpha.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-content-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-content.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-multi-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-multi.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-path-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-path.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-position-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-position.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-visibility-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock-visibility.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-lock.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-menu-left.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-menu-right.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pattern.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-center.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-east.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north-east.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north-west.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-north.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south-east.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south-west.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-south.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-pivot-west.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-prefs-folders-mypaint-brushes.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-prefs-image-windows-appearance.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-prefs-image-windows-snapping.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-prefs-import-export.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-prefs-playground.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-shred.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-smartphone.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-symmetry.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-toggle-off-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-toggle-off.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-toggle-on-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-toggle-on.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-airbrush.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-align.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-blur.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-brightness-contrast.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-bucket-fill.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-by-color-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-cage.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-balance.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-picker.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-color-temperature.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-colorize.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-crop.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-curves.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-desaturate.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-dodge.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-ellipse-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-eraser.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-exposure.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-flip.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-foreground-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-free-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-fuzzy-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-gradient.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-handle-transform.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-heal.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-hue-saturation.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-ink.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-iscissors.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-levels.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-measure.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-move.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-mypaint-brush.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-n-point-deformation.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-offset.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-paint-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-paintbrush.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-path.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-pencil.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-perspective-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-perspective.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-posterize.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-rect-select.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-rotate.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-scale.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-seamless-clone.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-shadows-highlights.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-shear.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-smudge.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-text.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-threshold.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-transform-3d.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-unified-transform.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-warp.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-tool-zoom.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-camera.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-move.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gimp-transform-3d-rotate.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gtk-cancel.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gtk-no.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gtk-ok.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gtk-select-color.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/gtk-select-font.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/view-shrink-wrap-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/view-shrink-wrap.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/view-zoom-fill-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/view-zoom-fill.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/zoom-fit-best.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/zoom-in.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/zoom-original.svg +%%DATADIR%%/%%APIVER%%/icons/Legacy/scalable/apps/zoom-out.svg +%%DATADIR%%/%%APIVER%%/icons/hicolor/index.theme +%%DATADIR%%/%%APIVER%%/icons/hicolor/scalable/actions/switch-off-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/hicolor/scalable/actions/switch-on-symbolic.svg +%%DATADIR%%/%%APIVER%%/icons/hicolor/scalable/status/software-update-available-symbolic.svg +%%PORTDOCS%%%%DATADIR%%/%%APIVER%%/images/gimp-devel-logo.png +%%DATADIR%%/%%APIVER%%/images/gimp-logo.png +%%DATADIR%%/%%APIVER%%/images/gimp-splash.png +%%DATADIR%%/%%APIVER%%/menus/app-menu.ui +%%DATADIR%%/%%APIVER%%/menus/brush-editor-menu.ui +%%DATADIR%%/%%APIVER%%/menus/brushes-menu.ui +%%DATADIR%%/%%APIVER%%/menus/buffers-menu.ui +%%DATADIR%%/%%APIVER%%/menus/channels-menu.ui +%%DATADIR%%/%%APIVER%%/menus/colormap-menu.ui +%%DATADIR%%/%%APIVER%%/menus/cursor-info-menu.ui +%%DATADIR%%/%%APIVER%%/menus/dashboard-menu.ui +%%DATADIR%%/%%APIVER%%/menus/dockable-menu.ui +%%DATADIR%%/%%APIVER%%/menus/documents-menu.ui +%%DATADIR%%/%%APIVER%%/menus/dynamics-editor-menu.ui +%%DATADIR%%/%%APIVER%%/menus/dynamics-menu.ui +%%DATADIR%%/%%APIVER%%/menus/error-console-menu.ui +%%DATADIR%%/%%APIVER%%/menus/fonts-menu.ui +%%DATADIR%%/%%APIVER%%/menus/gradient-editor-menu.ui +%%DATADIR%%/%%APIVER%%/menus/gradients-menu.ui +%%DATADIR%%/%%APIVER%%/menus/image-menu.ui +%%DATADIR%%/%%APIVER%%/menus/images-menu.ui +%%DATADIR%%/%%APIVER%%/menus/layers-menu.ui +%%DATADIR%%/%%APIVER%%/menus/mypaint-brushes-menu.ui +%%DATADIR%%/%%APIVER%%/menus/palette-editor-menu.ui +%%DATADIR%%/%%APIVER%%/menus/palettes-menu.ui +%%DATADIR%%/%%APIVER%%/menus/paths-menu.ui +%%DATADIR%%/%%APIVER%%/menus/patterns-menu.ui +%%DATADIR%%/%%APIVER%%/menus/quick-mask-menu.ui +%%DATADIR%%/%%APIVER%%/menus/sample-points-menu.ui +%%DATADIR%%/%%APIVER%%/menus/selection-menu.ui +%%DATADIR%%/%%APIVER%%/menus/templates-menu.ui +%%DATADIR%%/%%APIVER%%/menus/text-editor-toolbar.ui +%%DATADIR%%/%%APIVER%%/menus/text-tool-menu.ui +%%DATADIR%%/%%APIVER%%/menus/tool-options-menu.ui +%%DATADIR%%/%%APIVER%%/menus/tool-preset-editor-menu.ui +%%DATADIR%%/%%APIVER%%/menus/tool-presets-menu.ui +%%DATADIR%%/%%APIVER%%/menus/undo-menu.ui +%%DATADIR%%/%%APIVER%%/menus/vector-toolpath-menu.ui +%%DATADIR%%/%%APIVER%%/palettes/Bears.gpl +%%DATADIR%%/%%APIVER%%/palettes/Bgold.gpl +%%DATADIR%%/%%APIVER%%/palettes/Blues.gpl +%%DATADIR%%/%%APIVER%%/palettes/Borders.gpl +%%DATADIR%%/%%APIVER%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/%%APIVER%%/palettes/Caramel.gpl +%%DATADIR%%/%%APIVER%%/palettes/Cascade.gpl +%%DATADIR%%/%%APIVER%%/palettes/China.gpl +%%DATADIR%%/%%APIVER%%/palettes/Coldfire.gpl +%%DATADIR%%/%%APIVER%%/palettes/Cool_Colors.gpl +%%DATADIR%%/%%APIVER%%/palettes/Cranes.gpl +%%DATADIR%%/%%APIVER%%/palettes/Dark_pastels.gpl +%%DATADIR%%/%%APIVER%%/palettes/Default.gpl +%%DATADIR%%/%%APIVER%%/palettes/Ega.gpl +%%DATADIR%%/%%APIVER%%/palettes/Firecode.gpl +%%DATADIR%%/%%APIVER%%/palettes/Gold.gpl +%%DATADIR%%/%%APIVER%%/palettes/GrayViolet.gpl +%%DATADIR%%/%%APIVER%%/palettes/Grayblue.gpl +%%DATADIR%%/%%APIVER%%/palettes/Grays.gpl +%%DATADIR%%/%%APIVER%%/palettes/Greens.gpl +%%DATADIR%%/%%APIVER%%/palettes/Hilite.gpl +%%DATADIR%%/%%APIVER%%/palettes/Khaki.gpl +%%DATADIR%%/%%APIVER%%/palettes/Lights.gpl +%%DATADIR%%/%%APIVER%%/palettes/Muted.gpl +%%DATADIR%%/%%APIVER%%/palettes/Named_Colors.gpl +%%DATADIR%%/%%APIVER%%/palettes/News3.gpl +%%DATADIR%%/%%APIVER%%/palettes/Op2.gpl +%%DATADIR%%/%%APIVER%%/palettes/Paintjet.gpl +%%DATADIR%%/%%APIVER%%/palettes/Pastels.gpl +%%DATADIR%%/%%APIVER%%/palettes/Plasma.gpl +%%DATADIR%%/%%APIVER%%/palettes/Reds.gpl +%%DATADIR%%/%%APIVER%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/%%APIVER%%/palettes/Royal.gpl +%%DATADIR%%/%%APIVER%%/palettes/Tango.gpl +%%DATADIR%%/%%APIVER%%/palettes/Topographic.gpl +%%DATADIR%%/%%APIVER%%/palettes/Visibone.gpl +%%DATADIR%%/%%APIVER%%/palettes/Visibone_2.gpl +%%DATADIR%%/%%APIVER%%/palettes/Volcano.gpl +%%DATADIR%%/%%APIVER%%/palettes/Warm_Colors.gpl +%%DATADIR%%/%%APIVER%%/palettes/Web.gpl +%%DATADIR%%/%%APIVER%%/patterns/Animal/leather.pat +%%DATADIR%%/%%APIVER%%/patterns/Animal/leopard.pat +%%DATADIR%%/%%APIVER%%/patterns/Fabric/burlap.pat +%%DATADIR%%/%%APIVER%%/patterns/Food/choc_swirl.pat +%%DATADIR%%/%%APIVER%%/patterns/Food/java.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/3dgreen.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/Stripes1px.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/Stripes2px.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/blue.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/bluegrid.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/bluesquares.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/blueweb.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/fibers.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/nops.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/pastel.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/qube1.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/recessed.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/redcube.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/sm_squares.pat +%%DATADIR%%/%%APIVER%%/patterns/Legacy/warning.pat +%%DATADIR%%/%%APIVER%%/patterns/Paper/crinklepaper.pat +%%DATADIR%%/%%APIVER%%/patterns/Paper/paper.pat +%%DATADIR%%/%%APIVER%%/patterns/Plant/leaves.pat +%%DATADIR%%/%%APIVER%%/patterns/Sky/lightning.pat +%%DATADIR%%/%%APIVER%%/patterns/Sky/sky.pat +%%DATADIR%%/%%APIVER%%/patterns/Sky/starfield.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/Craters.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/Moonfoot.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/amethyst.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/brick.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/cracked.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/granite1.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/ground1.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/marble1.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/marble2.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/marble3.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/pink_marble.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/rock.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/slate.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/stone33.pat +%%DATADIR%%/%%APIVER%%/patterns/Stone/terra.pat +%%DATADIR%%/%%APIVER%%/patterns/Water/electric.pat +%%DATADIR%%/%%APIVER%%/patterns/Water/ice.pat +%%DATADIR%%/%%APIVER%%/patterns/Water/pool.pat +%%DATADIR%%/%%APIVER%%/patterns/Water/rain.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/bark.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/burlwood.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/corkboard.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/parque1.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/parque2.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/parque3.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/pine.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/walnut.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/wood1.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/wood2.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/wood3.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/wood4.pat +%%DATADIR%%/%%APIVER%%/patterns/Wood/wood5.pat +%%DATADIR%%/%%APIVER%%/scripts/add-bevel.scm +%%DATADIR%%/%%APIVER%%/scripts/addborder.scm +%%DATADIR%%/%%APIVER%%/scripts/blend-anim.scm +%%DATADIR%%/%%APIVER%%/scripts/burn-in-anim.scm +%%DATADIR%%/%%APIVER%%/scripts/carve-it.scm +%%DATADIR%%/%%APIVER%%/scripts/chrome-it.scm +%%DATADIR%%/%%APIVER%%/scripts/circuit.scm +%%DATADIR%%/%%APIVER%%/scripts/clothify.scm +%%DATADIR%%/%%APIVER%%/scripts/coffee.scm +%%DATADIR%%/%%APIVER%%/scripts/difference-clouds.scm +%%DATADIR%%/%%APIVER%%/scripts/distress-selection.scm +%%DATADIR%%/%%APIVER%%/scripts/drop-shadow.scm +%%DATADIR%%/%%APIVER%%/scripts/font-map.scm +%%DATADIR%%/%%APIVER%%/scripts/fuzzyborder.scm +%%DATADIR%%/%%APIVER%%/scripts/gimp-online.scm +%%DATADIR%%/%%APIVER%%/scripts/gradient-example.scm +%%DATADIR%%/%%APIVER%%/scripts/guides-from-selection.scm +%%DATADIR%%/%%APIVER%%/scripts/guides-new-percent.scm +%%DATADIR%%/%%APIVER%%/scripts/guides-new.scm +%%DATADIR%%/%%APIVER%%/scripts/guides-remove-all.scm +%%DATADIR%%/%%APIVER%%/scripts/images/beavis.jpg +%%DATADIR%%/%%APIVER%%/scripts/images/texture.jpg +%%DATADIR%%/%%APIVER%%/scripts/images/texture1.jpg +%%DATADIR%%/%%APIVER%%/scripts/images/texture2.jpg +%%DATADIR%%/%%APIVER%%/scripts/images/texture3.jpg +%%DATADIR%%/%%APIVER%%/scripts/lava.scm +%%DATADIR%%/%%APIVER%%/scripts/line-nova.scm +%%DATADIR%%/%%APIVER%%/scripts/mkbrush.scm +%%DATADIR%%/%%APIVER%%/scripts/old-photo.scm +%%DATADIR%%/%%APIVER%%/scripts/palette-export.scm +%%DATADIR%%/%%APIVER%%/scripts/paste-as-brush.scm +%%DATADIR%%/%%APIVER%%/scripts/paste-as-pattern.scm +%%DATADIR%%/%%APIVER%%/scripts/perspective-shadow.scm +%%DATADIR%%/%%APIVER%%/scripts/reverse-layers.scm +%%DATADIR%%/%%APIVER%%/scripts/ripply-anim.scm +%%DATADIR%%/%%APIVER%%/scripts/round-corners.scm +%%DATADIR%%/%%APIVER%%/scripts/script-fu-set-cmap.scm +%%DATADIR%%/%%APIVER%%/scripts/script-fu-util.scm +%%DATADIR%%/%%APIVER%%/scripts/scriptfu-init/PDB-compat-v2.scm +%%DATADIR%%/%%APIVER%%/scripts/scriptfu-init/SIOD-compat.scm +%%DATADIR%%/%%APIVER%%/scripts/scriptfu-init/init.scm +%%DATADIR%%/%%APIVER%%/scripts/scriptfu-init/plug-in-compat.scm +%%DATADIR%%/%%APIVER%%/scripts/scriptfu-init/script-fu-compat.scm +%%DATADIR%%/%%APIVER%%/scripts/selection-round.scm +%%DATADIR%%/%%APIVER%%/scripts/slide.scm +%%DATADIR%%/%%APIVER%%/scripts/spinning-globe.scm +%%DATADIR%%/%%APIVER%%/scripts/tileblur.scm +%%DATADIR%%/%%APIVER%%/scripts/unsharp-mask.scm +%%DATADIR%%/%%APIVER%%/scripts/waves-anim.scm +%%DATADIR%%/%%APIVER%%/scripts/weave.scm +%%DATADIR%%/%%APIVER%%/scripts/xach-effect.scm +%%DATADIR%%/%%APIVER%%/tags/gimp-tags-default.xml +%%DATADIR%%/%%APIVER%%/themes/Default/common-dark.css +%%DATADIR%%/%%APIVER%%/themes/Default/common-light.css +%%DATADIR%%/%%APIVER%%/themes/Default/common.css +%%DATADIR%%/%%APIVER%%/themes/Default/gimp-dark.css +%%DATADIR%%/%%APIVER%%/themes/Default/gimp-gray.css +%%DATADIR%%/%%APIVER%%/themes/Default/gimp-light.css +%%DATADIR%%/%%APIVER%%/themes/Default/ui/separator-handle-h-dark.svg +%%DATADIR%%/%%APIVER%%/themes/Default/ui/separator-handle-h.svg +%%DATADIR%%/%%APIVER%%/themes/Default/ui/separator-handle-v-dark.svg +%%DATADIR%%/%%APIVER%%/themes/Default/ui/separator-handle-v.svg +%%DATADIR%%/%%APIVER%%/themes/System/gimp-light.css +%%DATADIR%%/%%APIVER%%/themes/System/gimp.css +%%DATADIR%%/%%APIVER%%/tips/gimp-tips.xml +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/16_10.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/16_9.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/3_2-Landscape.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/3_2-Portrait.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/4_3-Landscape.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/4_3-Portrait.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Crop/Square.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Crop-16-9.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Crop-Composition.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/FX-Confetti.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/FX-Radial-Softlight.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Fill-Paper.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Glow-Lights.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Smooth-Clone.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/FX/Vignette.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Airbrush.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Basic-Knife.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Basic-Round-Detail.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Basic-Round.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Bristles.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Eraser-Hard.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Noise.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Pencil-Color-From-Gradient.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Smudge-Rough.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Smudge-Soft.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Soft-Oil.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Splatters.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Structure.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Paint/Vegetal.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Selection/Circle-200px.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Selection/Feathered-Selection.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Blue-Pen.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Eraser-Soft.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Ink-Smooth.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Ink-Thin.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Pencil-Soft.gtp +%%DATADIR%%/%%APIVER%%/tool-presets/Sketch/Pencil.gtp share/applications/gimp.desktop -share/gir-1.0/Gimp-%%ABIVER%%.gir -share/gir-1.0/GimpUi-%%ABIVER%%.gir +%%BASH%%share/bash-completion/completions/gimp-%%ABIVER%% +share/gir-1.0/Gimp-%%APIVER%%.gir +share/gir-1.0/GimpUi-%%APIVER%%.gir share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/22x22/apps/gimp.png share/icons/hicolor/24x24/apps/gimp.png share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/36x36/apps/gimp.png share/icons/hicolor/48x48/apps/gimp.png share/icons/hicolor/64x64/apps/gimp.png share/icons/hicolor/72x72/apps/gimp.png share/icons/hicolor/96x96/apps/gimp.png share/icons/hicolor/128x128/apps/gimp.png share/icons/hicolor/192x192/apps/gimp.png share/icons/hicolor/256x256/apps/gimp.png share/icons/hicolor/512x512/apps/gimp.png share/icons/hicolor/scalable/apps/gimp.svg share/locale/am/LC_MESSAGES/gimp30.mo share/locale/ar/LC_MESSAGES/gimp30-libgimp.mo share/locale/ar/LC_MESSAGES/gimp30-python.mo share/locale/ar/LC_MESSAGES/gimp30-script-fu.mo share/locale/ar/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ar/LC_MESSAGES/gimp30.mo share/locale/ast/LC_MESSAGES/gimp30-script-fu.mo share/locale/ast/LC_MESSAGES/gimp30.mo share/locale/az/LC_MESSAGES/gimp30-libgimp.mo share/locale/az/LC_MESSAGES/gimp30-python.mo share/locale/az/LC_MESSAGES/gimp30-script-fu.mo share/locale/az/LC_MESSAGES/gimp30.mo share/locale/be/LC_MESSAGES/gimp30-libgimp.mo share/locale/be/LC_MESSAGES/gimp30-python.mo share/locale/be/LC_MESSAGES/gimp30-script-fu.mo share/locale/be/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/be/LC_MESSAGES/gimp30.mo share/locale/bg/LC_MESSAGES/gimp30-libgimp.mo share/locale/bg/LC_MESSAGES/gimp30-python.mo share/locale/bg/LC_MESSAGES/gimp30-script-fu.mo share/locale/bg/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/bg/LC_MESSAGES/gimp30.mo share/locale/bn/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/bn/LC_MESSAGES/gimp30.mo share/locale/br/LC_MESSAGES/gimp30-libgimp.mo share/locale/br/LC_MESSAGES/gimp30-python.mo share/locale/br/LC_MESSAGES/gimp30-script-fu.mo share/locale/br/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/br/LC_MESSAGES/gimp30.mo share/locale/bs/LC_MESSAGES/gimp30-libgimp.mo share/locale/bs/LC_MESSAGES/gimp30-python.mo share/locale/bs/LC_MESSAGES/gimp30-script-fu.mo share/locale/bs/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/bs/LC_MESSAGES/gimp30.mo share/locale/ca@valencia/LC_MESSAGES/gimp30-libgimp.mo share/locale/ca@valencia/LC_MESSAGES/gimp30-python.mo share/locale/ca@valencia/LC_MESSAGES/gimp30-script-fu.mo share/locale/ca@valencia/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ca@valencia/LC_MESSAGES/gimp30.mo share/locale/ca/LC_MESSAGES/gimp30-libgimp.mo share/locale/ca/LC_MESSAGES/gimp30-python.mo share/locale/ca/LC_MESSAGES/gimp30-script-fu.mo share/locale/ca/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ca/LC_MESSAGES/gimp30.mo share/locale/ckb/LC_MESSAGES/gimp30.mo share/locale/cs/LC_MESSAGES/gimp30-libgimp.mo share/locale/cs/LC_MESSAGES/gimp30-python.mo share/locale/cs/LC_MESSAGES/gimp30-script-fu.mo share/locale/cs/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/cs/LC_MESSAGES/gimp30.mo share/locale/csb/LC_MESSAGES/gimp30.mo share/locale/da/LC_MESSAGES/gimp30-libgimp.mo share/locale/da/LC_MESSAGES/gimp30-python.mo share/locale/da/LC_MESSAGES/gimp30-script-fu.mo share/locale/da/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/da/LC_MESSAGES/gimp30.mo share/locale/de/LC_MESSAGES/gimp30-libgimp.mo share/locale/de/LC_MESSAGES/gimp30-python.mo share/locale/de/LC_MESSAGES/gimp30-script-fu.mo share/locale/de/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/de/LC_MESSAGES/gimp30.mo share/locale/dz/LC_MESSAGES/gimp30-libgimp.mo share/locale/dz/LC_MESSAGES/gimp30-python.mo share/locale/dz/LC_MESSAGES/gimp30-script-fu.mo share/locale/dz/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/dz/LC_MESSAGES/gimp30.mo share/locale/el/LC_MESSAGES/gimp30-libgimp.mo share/locale/el/LC_MESSAGES/gimp30-python.mo share/locale/el/LC_MESSAGES/gimp30-script-fu.mo share/locale/el/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/el/LC_MESSAGES/gimp30.mo share/locale/en_CA/LC_MESSAGES/gimp30-libgimp.mo share/locale/en_CA/LC_MESSAGES/gimp30-python.mo share/locale/en_CA/LC_MESSAGES/gimp30-script-fu.mo share/locale/en_CA/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/en_CA/LC_MESSAGES/gimp30.mo share/locale/en_GB/LC_MESSAGES/gimp30-libgimp.mo share/locale/en_GB/LC_MESSAGES/gimp30-python.mo share/locale/en_GB/LC_MESSAGES/gimp30-script-fu.mo share/locale/en_GB/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/en_GB/LC_MESSAGES/gimp30.mo share/locale/eo/LC_MESSAGES/gimp30-libgimp.mo share/locale/eo/LC_MESSAGES/gimp30-python.mo share/locale/eo/LC_MESSAGES/gimp30-script-fu.mo share/locale/eo/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/eo/LC_MESSAGES/gimp30.mo share/locale/es/LC_MESSAGES/gimp30-libgimp.mo share/locale/es/LC_MESSAGES/gimp30-python.mo share/locale/es/LC_MESSAGES/gimp30-script-fu.mo share/locale/es/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/es/LC_MESSAGES/gimp30.mo share/locale/et/LC_MESSAGES/gimp30-libgimp.mo share/locale/et/LC_MESSAGES/gimp30-python.mo share/locale/et/LC_MESSAGES/gimp30-script-fu.mo share/locale/et/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/et/LC_MESSAGES/gimp30.mo share/locale/eu/LC_MESSAGES/gimp30-libgimp.mo share/locale/eu/LC_MESSAGES/gimp30-python.mo share/locale/eu/LC_MESSAGES/gimp30-script-fu.mo share/locale/eu/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/eu/LC_MESSAGES/gimp30.mo share/locale/fa/LC_MESSAGES/gimp30-libgimp.mo share/locale/fa/LC_MESSAGES/gimp30-python.mo share/locale/fa/LC_MESSAGES/gimp30-script-fu.mo share/locale/fa/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/fa/LC_MESSAGES/gimp30.mo share/locale/fi/LC_MESSAGES/gimp30-libgimp.mo share/locale/fi/LC_MESSAGES/gimp30-python.mo share/locale/fi/LC_MESSAGES/gimp30-script-fu.mo share/locale/fi/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/fi/LC_MESSAGES/gimp30.mo share/locale/fr/LC_MESSAGES/gimp30-libgimp.mo share/locale/fr/LC_MESSAGES/gimp30-python.mo share/locale/fr/LC_MESSAGES/gimp30-script-fu.mo share/locale/fr/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/fr/LC_MESSAGES/gimp30.mo share/locale/ga/LC_MESSAGES/gimp30-libgimp.mo share/locale/ga/LC_MESSAGES/gimp30-python.mo share/locale/ga/LC_MESSAGES/gimp30-script-fu.mo share/locale/ga/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ga/LC_MESSAGES/gimp30.mo share/locale/gd/LC_MESSAGES/gimp30.mo share/locale/gl/LC_MESSAGES/gimp30-libgimp.mo share/locale/gl/LC_MESSAGES/gimp30-python.mo share/locale/gl/LC_MESSAGES/gimp30-script-fu.mo share/locale/gl/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/gl/LC_MESSAGES/gimp30.mo share/locale/gu/LC_MESSAGES/gimp30-libgimp.mo share/locale/gu/LC_MESSAGES/gimp30-python.mo share/locale/gu/LC_MESSAGES/gimp30-script-fu.mo share/locale/gu/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/gu/LC_MESSAGES/gimp30.mo share/locale/he/LC_MESSAGES/gimp30-libgimp.mo share/locale/he/LC_MESSAGES/gimp30-script-fu.mo share/locale/he/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/he/LC_MESSAGES/gimp30.mo share/locale/hi/LC_MESSAGES/gimp30.mo share/locale/hr/LC_MESSAGES/gimp30-libgimp.mo share/locale/hr/LC_MESSAGES/gimp30-python.mo share/locale/hr/LC_MESSAGES/gimp30-script-fu.mo share/locale/hr/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/hr/LC_MESSAGES/gimp30.mo share/locale/hu/LC_MESSAGES/gimp30-libgimp.mo share/locale/hu/LC_MESSAGES/gimp30-python.mo share/locale/hu/LC_MESSAGES/gimp30-script-fu.mo share/locale/hu/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/hu/LC_MESSAGES/gimp30.mo share/locale/id/LC_MESSAGES/gimp30-libgimp.mo share/locale/id/LC_MESSAGES/gimp30-python.mo share/locale/id/LC_MESSAGES/gimp30-script-fu.mo share/locale/id/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/id/LC_MESSAGES/gimp30.mo share/locale/is/LC_MESSAGES/gimp30-libgimp.mo share/locale/is/LC_MESSAGES/gimp30-python.mo share/locale/is/LC_MESSAGES/gimp30-script-fu.mo share/locale/is/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/is/LC_MESSAGES/gimp30.mo share/locale/it/LC_MESSAGES/gimp30-libgimp.mo share/locale/it/LC_MESSAGES/gimp30-python.mo share/locale/it/LC_MESSAGES/gimp30-script-fu.mo share/locale/it/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/it/LC_MESSAGES/gimp30.mo share/locale/ja/LC_MESSAGES/gimp30-libgimp.mo share/locale/ja/LC_MESSAGES/gimp30-python.mo share/locale/ja/LC_MESSAGES/gimp30-script-fu.mo share/locale/ja/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ja/LC_MESSAGES/gimp30.mo share/locale/ka/LC_MESSAGES/gimp30-libgimp.mo share/locale/ka/LC_MESSAGES/gimp30-python.mo share/locale/ka/LC_MESSAGES/gimp30-script-fu.mo share/locale/ka/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ka/LC_MESSAGES/gimp30.mo share/locale/kab/LC_MESSAGES/gimp30-libgimp.mo share/locale/kab/LC_MESSAGES/gimp30-python.mo share/locale/kab/LC_MESSAGES/gimp30.mo share/locale/kk/LC_MESSAGES/gimp30-libgimp.mo share/locale/kk/LC_MESSAGES/gimp30.mo share/locale/km/LC_MESSAGES/gimp30-libgimp.mo share/locale/km/LC_MESSAGES/gimp30-python.mo share/locale/km/LC_MESSAGES/gimp30-script-fu.mo share/locale/km/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/km/LC_MESSAGES/gimp30.mo share/locale/kn/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/kn/LC_MESSAGES/gimp30.mo share/locale/ko/LC_MESSAGES/gimp30-libgimp.mo share/locale/ko/LC_MESSAGES/gimp30-python.mo share/locale/ko/LC_MESSAGES/gimp30-script-fu.mo share/locale/ko/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ko/LC_MESSAGES/gimp30.mo share/locale/ky/LC_MESSAGES/gimp30.mo share/locale/lt/LC_MESSAGES/gimp30-libgimp.mo share/locale/lt/LC_MESSAGES/gimp30-python.mo share/locale/lt/LC_MESSAGES/gimp30-script-fu.mo share/locale/lt/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/lt/LC_MESSAGES/gimp30.mo share/locale/lv/LC_MESSAGES/gimp30-libgimp.mo share/locale/lv/LC_MESSAGES/gimp30-python.mo share/locale/lv/LC_MESSAGES/gimp30-script-fu.mo share/locale/lv/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/lv/LC_MESSAGES/gimp30.mo share/locale/mk/LC_MESSAGES/gimp30-libgimp.mo share/locale/mk/LC_MESSAGES/gimp30-python.mo share/locale/mk/LC_MESSAGES/gimp30-script-fu.mo share/locale/mk/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/mk/LC_MESSAGES/gimp30.mo share/locale/ml/LC_MESSAGES/gimp30.mo share/locale/mr/LC_MESSAGES/gimp30-libgimp.mo share/locale/mr/LC_MESSAGES/gimp30-python.mo share/locale/mr/LC_MESSAGES/gimp30-script-fu.mo share/locale/mr/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/mr/LC_MESSAGES/gimp30.mo share/locale/ms/LC_MESSAGES/gimp30-libgimp.mo share/locale/ms/LC_MESSAGES/gimp30-python.mo share/locale/ms/LC_MESSAGES/gimp30-script-fu.mo share/locale/ms/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ms/LC_MESSAGES/gimp30.mo share/locale/my/LC_MESSAGES/gimp30-libgimp.mo share/locale/my/LC_MESSAGES/gimp30-python.mo share/locale/my/LC_MESSAGES/gimp30-script-fu.mo share/locale/my/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/my/LC_MESSAGES/gimp30.mo share/locale/nb/LC_MESSAGES/gimp30-libgimp.mo share/locale/nb/LC_MESSAGES/gimp30-python.mo share/locale/nb/LC_MESSAGES/gimp30-script-fu.mo share/locale/nb/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/nb/LC_MESSAGES/gimp30.mo share/locale/nds/LC_MESSAGES/gimp30.mo share/locale/ne/LC_MESSAGES/gimp30-libgimp.mo share/locale/ne/LC_MESSAGES/gimp30-python.mo share/locale/ne/LC_MESSAGES/gimp30-script-fu.mo share/locale/ne/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ne/LC_MESSAGES/gimp30.mo share/locale/nl/LC_MESSAGES/gimp30-libgimp.mo share/locale/nl/LC_MESSAGES/gimp30-python.mo share/locale/nl/LC_MESSAGES/gimp30-script-fu.mo share/locale/nl/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/nl/LC_MESSAGES/gimp30.mo share/locale/nn/LC_MESSAGES/gimp30-libgimp.mo share/locale/nn/LC_MESSAGES/gimp30-python.mo share/locale/nn/LC_MESSAGES/gimp30-script-fu.mo share/locale/nn/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/nn/LC_MESSAGES/gimp30.mo share/locale/oc/LC_MESSAGES/gimp30-libgimp.mo share/locale/oc/LC_MESSAGES/gimp30-python.mo share/locale/oc/LC_MESSAGES/gimp30-script-fu.mo share/locale/oc/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/oc/LC_MESSAGES/gimp30.mo share/locale/pa/LC_MESSAGES/gimp30-libgimp.mo share/locale/pa/LC_MESSAGES/gimp30-python.mo share/locale/pa/LC_MESSAGES/gimp30-script-fu.mo share/locale/pa/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/pa/LC_MESSAGES/gimp30.mo share/locale/pl/LC_MESSAGES/gimp30-libgimp.mo share/locale/pl/LC_MESSAGES/gimp30-python.mo share/locale/pl/LC_MESSAGES/gimp30-script-fu.mo share/locale/pl/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/pl/LC_MESSAGES/gimp30.mo share/locale/pt_BR/LC_MESSAGES/gimp30-libgimp.mo share/locale/pt_BR/LC_MESSAGES/gimp30-python.mo share/locale/pt_BR/LC_MESSAGES/gimp30-script-fu.mo share/locale/pt_BR/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/pt_BR/LC_MESSAGES/gimp30.mo share/locale/pt/LC_MESSAGES/gimp30-libgimp.mo share/locale/pt/LC_MESSAGES/gimp30-python.mo share/locale/pt/LC_MESSAGES/gimp30-script-fu.mo share/locale/pt/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/pt/LC_MESSAGES/gimp30.mo share/locale/ro/LC_MESSAGES/gimp30-libgimp.mo share/locale/ro/LC_MESSAGES/gimp30-python.mo share/locale/ro/LC_MESSAGES/gimp30-script-fu.mo share/locale/ro/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ro/LC_MESSAGES/gimp30.mo share/locale/ru/LC_MESSAGES/gimp30-libgimp.mo share/locale/ru/LC_MESSAGES/gimp30-python.mo share/locale/ru/LC_MESSAGES/gimp30-script-fu.mo share/locale/ru/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/ru/LC_MESSAGES/gimp30.mo share/locale/rw/LC_MESSAGES/gimp30-libgimp.mo share/locale/rw/LC_MESSAGES/gimp30-python.mo share/locale/rw/LC_MESSAGES/gimp30-script-fu.mo share/locale/rw/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/rw/LC_MESSAGES/gimp30.mo share/locale/si/LC_MESSAGES/gimp30.mo share/locale/sk/LC_MESSAGES/gimp30-libgimp.mo share/locale/sk/LC_MESSAGES/gimp30-python.mo share/locale/sk/LC_MESSAGES/gimp30-script-fu.mo share/locale/sk/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/sk/LC_MESSAGES/gimp30.mo share/locale/sl/LC_MESSAGES/gimp30-libgimp.mo share/locale/sl/LC_MESSAGES/gimp30-python.mo share/locale/sl/LC_MESSAGES/gimp30-script-fu.mo share/locale/sl/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/sl/LC_MESSAGES/gimp30.mo share/locale/sr@latin/LC_MESSAGES/gimp30-libgimp.mo share/locale/sr@latin/LC_MESSAGES/gimp30-python.mo share/locale/sr@latin/LC_MESSAGES/gimp30-script-fu.mo share/locale/sr@latin/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/sr@latin/LC_MESSAGES/gimp30.mo share/locale/sr/LC_MESSAGES/gimp30-libgimp.mo share/locale/sr/LC_MESSAGES/gimp30-python.mo share/locale/sr/LC_MESSAGES/gimp30-script-fu.mo share/locale/sr/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/sr/LC_MESSAGES/gimp30.mo share/locale/sv/LC_MESSAGES/gimp30-libgimp.mo share/locale/sv/LC_MESSAGES/gimp30-python.mo share/locale/sv/LC_MESSAGES/gimp30-script-fu.mo share/locale/sv/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/sv/LC_MESSAGES/gimp30.mo share/locale/ta/LC_MESSAGES/gimp30-libgimp.mo share/locale/ta/LC_MESSAGES/gimp30-python.mo share/locale/ta/LC_MESSAGES/gimp30-script-fu.mo share/locale/ta/LC_MESSAGES/gimp30.mo share/locale/te/LC_MESSAGES/gimp30-libgimp.mo share/locale/te/LC_MESSAGES/gimp30-python.mo share/locale/te/LC_MESSAGES/gimp30-script-fu.mo share/locale/te/LC_MESSAGES/gimp30.mo +share/locale/th/LC_MESSAGES/gimp30-libgimp.mo share/locale/th/LC_MESSAGES/gimp30.mo share/locale/tr/LC_MESSAGES/gimp30-libgimp.mo share/locale/tr/LC_MESSAGES/gimp30-python.mo share/locale/tr/LC_MESSAGES/gimp30-script-fu.mo share/locale/tr/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/tr/LC_MESSAGES/gimp30.mo share/locale/tt/LC_MESSAGES/gimp30.mo share/locale/uk/LC_MESSAGES/gimp30-libgimp.mo share/locale/uk/LC_MESSAGES/gimp30-python.mo share/locale/uk/LC_MESSAGES/gimp30-script-fu.mo share/locale/uk/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/uk/LC_MESSAGES/gimp30.mo share/locale/vi/LC_MESSAGES/gimp30-libgimp.mo share/locale/vi/LC_MESSAGES/gimp30-python.mo share/locale/vi/LC_MESSAGES/gimp30-script-fu.mo share/locale/vi/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/vi/LC_MESSAGES/gimp30.mo share/locale/xh/LC_MESSAGES/gimp30-libgimp.mo share/locale/xh/LC_MESSAGES/gimp30-python.mo share/locale/xh/LC_MESSAGES/gimp30-script-fu.mo share/locale/xh/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/xh/LC_MESSAGES/gimp30.mo share/locale/yi/LC_MESSAGES/gimp30-libgimp.mo share/locale/yi/LC_MESSAGES/gimp30-script-fu.mo share/locale/yi/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/yi/LC_MESSAGES/gimp30.mo share/locale/zh_CN/LC_MESSAGES/gimp30-libgimp.mo share/locale/zh_CN/LC_MESSAGES/gimp30-python.mo share/locale/zh_CN/LC_MESSAGES/gimp30-script-fu.mo share/locale/zh_CN/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/zh_CN/LC_MESSAGES/gimp30.mo share/locale/zh_HK/LC_MESSAGES/gimp30-libgimp.mo share/locale/zh_HK/LC_MESSAGES/gimp30-python.mo share/locale/zh_HK/LC_MESSAGES/gimp30-script-fu.mo share/locale/zh_HK/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/zh_HK/LC_MESSAGES/gimp30.mo share/locale/zh_TW/LC_MESSAGES/gimp30-libgimp.mo share/locale/zh_TW/LC_MESSAGES/gimp30-python.mo share/locale/zh_TW/LC_MESSAGES/gimp30-script-fu.mo share/locale/zh_TW/LC_MESSAGES/gimp30-std-plug-ins.mo share/locale/zh_TW/LC_MESSAGES/gimp30.mo share/man/man1/gimp-%%ABIVER%%.1.gz share/man/man1/gimp-%%BINVER%%.1.gz share/man/man1/gimp-console-%%ABIVER%%.1.gz share/man/man1/gimp-console-3.1.gz share/man/man1/gimp-console.1.gz share/man/man1/gimp.1.gz share/man/man1/gimptool-%%ABIVER%%.1.gz share/man/man1/gimptool-%%BINVER%%.1.gz share/man/man1/gimptool.1.gz share/man/man5/gimprc-%%ABIVER%%.5.gz share/man/man5/gimprc-%%BINVER%%.5.gz share/man/man5/gimprc.5.gz share/metainfo/org.gimp.GIMP.appdata.xml -%%VALA%%share/vala/vapi/gimp-%%ABIVER%%.deps -%%VALA%%share/vala/vapi/gimp-%%ABIVER%%.vapi -%%VALA%%share/vala/vapi/gimp-ui-%%ABIVER%%.deps -%%VALA%%share/vala/vapi/gimp-ui-%%ABIVER%%.vapi -@dir %%DATADIR%%/%%ABIVER%%/fonts +%%VALA%%share/vala/vapi/gimp-%%APIVER%%.deps +%%VALA%%share/vala/vapi/gimp-%%APIVER%%.vapi +%%VALA%%share/vala/vapi/gimp-ui-%%APIVER%%.deps +%%VALA%%share/vala/vapi/gimp-ui-%%APIVER%%.vapi +@dir %%DATADIR%%/%%APIVER%%/fonts