<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GIMP Base Library Reference Manual" link="index.html" author="" name="libgimpbase">
  <chapters>
    <sub name="GIMP Base Library" link="libgimpbase.html">
      <sub name="gimpbasetypes" link="libgimpbase-gimpbasetypes.html"/>
      <sub name="gimpversion" link="libgimpbase-gimpversion.html"/>
      <sub name="gimplimits" link="libgimpbase-gimplimits.html"/>
      <sub name="gimpdatafiles" link="libgimpbase-gimpdatafiles.html"/>
      <sub name="gimpenv" link="libgimpbase-gimpenv.html"/>
      <sub name="gimpparasite" link="libgimpbase-gimpparasite.html"/>
      <sub name="gimpparasiteio" link="libgimpbase-gimpparasiteio.html"/>
      <sub name="gimpsignal" link="libgimpbase-gimpsignal.html"/>
      <sub name="gimpunit" link="libgimpbase-gimpunit.html"/>
      <sub name="gimputils" link="libgimpbase-gimputils.html"/>
      <sub name="gimpprotocol" link="libgimpbase-gimpprotocol.html"/>
      <sub name="gimpwire" link="libgimpbase-gimpwire.html"/>
    </sub>
  </chapters>
  <functions>
    <function name="enum GimpPDBArgType" link="libgimpbase-gimpbasetypes.html#GimpPDBArgType"/>
    <function name="enum GimpPDBProcType" link="libgimpbase-gimpbasetypes.html#GimpPDBProcType"/>
    <function name="enum GimpPDBStatusType" link="libgimpbase-gimpbasetypes.html#GimpPDBStatusType"/>
    <function name="enum GimpMessageHandlerType" link="libgimpbase-gimpbasetypes.html#GimpMessageHandlerType"/>
    <function name="enum GimpStackTraceMode" link="libgimpbase-gimpbasetypes.html#GimpStackTraceMode"/>
    <function name="GimpDatafileLoaderFunc ()" link="libgimpbase-gimpbasetypes.html#GimpDatafileLoaderFunc"/>
    <function name="GIMP_MAJOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION-CAPS"/>
    <function name="GIMP_MINOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION-CAPS"/>
    <function name="GIMP_MICRO_VERSION" link="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION-CAPS"/>
    <function name="GIMP_VERSION" link="libgimpbase-gimpversion.html#GIMP-VERSION-CAPS"/>
    <function name="GIMP_CHECK_VERSION()" link="libgimpbase-gimpversion.html#GIMP-CHECK-VERSION-CAPS"/>
    <function name="GIMP_MIN_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MIN-IMAGE-SIZE-CAPS"/>
    <function name="GIMP_MAX_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-IMAGE-SIZE-CAPS"/>
    <function name="GIMP_MIN_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION-CAPS"/>
    <function name="GIMP_MAX_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION-CAPS"/>
    <function name="GIMP_MAX_MEMSIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-MEMSIZE-CAPS"/>
    <function name="GIMP_CHECK_SIZE" link="libgimpbase-gimplimits.html#GIMP-CHECK-SIZE-CAPS"/>
    <function name="GIMP_CHECK_SIZE_SM" link="libgimpbase-gimplimits.html#GIMP-CHECK-SIZE-SM-CAPS"/>
    <function name="GIMP_CHECK_DARK" link="libgimpbase-gimplimits.html#GIMP-CHECK-DARK-CAPS"/>
    <function name="GIMP_CHECK_LIGHT" link="libgimpbase-gimplimits.html#GIMP-CHECK-LIGHT-CAPS"/>
    <function name="struct GimpDatafileData" link="libgimpbase-gimpdatafiles.html#GimpDatafileData"/>
    <function name="gimp_datafiles_check_extension ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension"/>
    <function name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
    <function name="gimp_directory ()" link="libgimpbase-gimpenv.html#gimp-directory"/>
    <function name="gimp_personal_rc_file ()" link="libgimpbase-gimpenv.html#gimp-personal-rc-file"/>
    <function name="gimp_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
    <function name="gimp_locale_directory ()" link="libgimpbase-gimpenv.html#gimp-locale-directory"/>
    <function name="gimp_plug_in_directory ()" link="libgimpbase-gimpenv.html#gimp-plug-in-directory"/>
    <function name="gimp_sysconf_directory ()" link="libgimpbase-gimpenv.html#gimp-sysconf-directory"/>
    <function name="gimp_gtkrc ()" link="libgimpbase-gimpenv.html#gimp-gtkrc"/>
    <function name="gimp_path_parse ()" link="libgimpbase-gimpenv.html#gimp-path-parse"/>
    <function name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
    <function name="gimp_path_free ()" link="libgimpbase-gimpenv.html#gimp-path-free"/>
    <function name="gimp_path_get_user_writable_dir ()" link="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir"/>
    <function name="struct GimpParasite" link="libgimpbase-gimpparasite.html#GimpParasite"/>
    <function name="gimp_parasite_new ()" link="libgimpbase-gimpparasite.html#gimp-parasite-new"/>
    <function name="gimp_parasite_free ()" link="libgimpbase-gimpparasite.html#gimp-parasite-free"/>
    <function name="gimp_parasite_copy ()" link="libgimpbase-gimpparasite.html#gimp-parasite-copy"/>
    <function name="gimp_parasite_compare ()" link="libgimpbase-gimpparasite.html#gimp-parasite-compare"/>
    <function name="gimp_parasite_is_type ()" link="libgimpbase-gimpparasite.html#gimp-parasite-is-type"/>
    <function name="gimp_parasite_is_persistent ()" link="libgimpbase-gimpparasite.html#gimp-parasite-is-persistent"/>
    <function name="gimp_parasite_is_undoable ()" link="libgimpbase-gimpparasite.html#gimp-parasite-is-undoable"/>
    <function name="gimp_parasite_has_flag ()" link="libgimpbase-gimpparasite.html#gimp-parasite-has-flag"/>
    <function name="gimp_parasite_flags ()" link="libgimpbase-gimpparasite.html#gimp-parasite-flags"/>
    <function name="gimp_parasite_name ()" link="libgimpbase-gimpparasite.html#gimp-parasite-name"/>
    <function name="gimp_parasite_data ()" link="libgimpbase-gimpparasite.html#gimp-parasite-data"/>
    <function name="gimp_parasite_data_size ()" link="libgimpbase-gimpparasite.html#gimp-parasite-data-size"/>
    <function name="GIMP_PARASITE_PERSISTENT" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-PERSISTENT-CAPS"/>
    <function name="GIMP_PARASITE_UNDOABLE" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-UNDOABLE-CAPS"/>
    <function name="GIMP_PARASITE_ATTACH_PARENT" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-ATTACH-PARENT-CAPS"/>
    <function name="GIMP_PARASITE_PARENT_PERSISTENT" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-PARENT-PERSISTENT-CAPS"/>
    <function name="GIMP_PARASITE_PARENT_UNDOABLE" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-PARENT-UNDOABLE-CAPS"/>
    <function name="GIMP_PARASITE_ATTACH_GRANDPARENT" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-ATTACH-GRANDPARENT-CAPS"/>
    <function name="GIMP_PARASITE_GRANDPARENT_PERSISTENT" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-GRANDPARENT-PERSISTENT-CAPS"/>
    <function name="GIMP_PARASITE_GRANDPARENT_UNDOABLE" link="libgimpbase-gimpparasite.html#GIMP-PARASITE-GRANDPARENT-UNDOABLE-CAPS"/>
    <function name="GIMP_PIXPIPE_MAXDIM" link="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM-CAPS"/>
    <function name="gimp_pixpipe_params_init ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init"/>
    <function name="gimp_pixpipe_params_parse ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse"/>
    <function name="gimp_pixpipe_params_build ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build"/>
    <function name="GimpSignalHandlerFunc ()" link="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"/>
    <function name="gimp_signal_private ()" link="libgimpbase-gimpsignal.html#gimp-signal-private"/>
    <function name="enum GimpUnit" link="libgimpbase-gimpunit.html#GimpUnit"/>
    <function name="gimp_unit_get_number_of_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units"/>
    <function name="gimp_unit_get_number_of_built_in_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units"/>
    <function name="gimp_unit_new ()" link="libgimpbase-gimpunit.html#gimp-unit-new"/>
    <function name="gimp_unit_get_deletion_flag ()" link="libgimpbase-gimpunit.html#gimp-unit-get-deletion-flag"/>
    <function name="gimp_unit_set_deletion_flag ()" link="libgimpbase-gimpunit.html#gimp-unit-set-deletion-flag"/>
    <function name="gimp_unit_get_factor ()" link="libgimpbase-gimpunit.html#gimp-unit-get-factor"/>
    <function name="gimp_unit_get_digits ()" link="libgimpbase-gimpunit.html#gimp-unit-get-digits"/>
    <function name="gimp_unit_get_identifier ()" link="libgimpbase-gimpunit.html#gimp-unit-get-identifier"/>
    <function name="gimp_unit_get_symbol ()" link="libgimpbase-gimpunit.html#gimp-unit-get-symbol"/>
    <function name="gimp_unit_get_abbreviation ()" link="libgimpbase-gimpunit.html#gimp-unit-get-abbreviation"/>
    <function name="gimp_unit_get_singular ()" link="libgimpbase-gimpunit.html#gimp-unit-get-singular"/>
    <function name="gimp_unit_get_plural ()" link="libgimpbase-gimpunit.html#gimp-unit-get-plural"/>
    <function name="gimp_any_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-any-to-utf8"/>
    <function name="gimp_filename_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-filename-to-utf8"/>
    <function name="gimp_utf8_strtrim ()" link="libgimpbase-gimputils.html#gimp-utf8-strtrim"/>
    <function name="gimp_memsize_to_string ()" link="libgimpbase-gimputils.html#gimp-memsize-to-string"/>
    <function name="gimp_strip_uline ()" link="libgimpbase-gimputils.html#gimp-strip-uline"/>
    <function name="GIMP_PROTOCOL_VERSION" link="libgimpbase-gimpprotocol.html#GIMP-PROTOCOL-VERSION-CAPS"/>
    <function name="struct GPConfig" link="libgimpbase-gimpprotocol.html#GPConfig"/>
    <function name="struct GPTileReq" link="libgimpbase-gimpprotocol.html#GPTileReq"/>
    <function name="struct GPTileAck" link="libgimpbase-gimpprotocol.html#GPTileAck"/>
    <function name="struct GPTileData" link="libgimpbase-gimpprotocol.html#GPTileData"/>
    <function name="struct GPParam" link="libgimpbase-gimpprotocol.html#GPParam"/>
    <function name="struct GPParamDef" link="libgimpbase-gimpprotocol.html#GPParamDef"/>
    <function name="struct GPProcRun" link="libgimpbase-gimpprotocol.html#GPProcRun"/>
    <function name="struct GPProcReturn" link="libgimpbase-gimpprotocol.html#GPProcReturn"/>
    <function name="struct GPProcInstall" link="libgimpbase-gimpprotocol.html#GPProcInstall"/>
    <function name="struct GPProcUninstall" link="libgimpbase-gimpprotocol.html#GPProcUninstall"/>
    <function name="gp_init ()" link="libgimpbase-gimpprotocol.html#gp-init"/>
    <function name="gp_has_init_write ()" link="libgimpbase-gimpprotocol.html#gp-has-init-write"/>
    <function name="gp_quit_write ()" link="libgimpbase-gimpprotocol.html#gp-quit-write"/>
    <function name="gp_config_write ()" link="libgimpbase-gimpprotocol.html#gp-config-write"/>
    <function name="gp_tile_req_write ()" link="libgimpbase-gimpprotocol.html#gp-tile-req-write"/>
    <function name="gp_tile_ack_write ()" link="libgimpbase-gimpprotocol.html#gp-tile-ack-write"/>
    <function name="gp_tile_data_write ()" link="libgimpbase-gimpprotocol.html#gp-tile-data-write"/>
    <function name="gp_proc_run_write ()" link="libgimpbase-gimpprotocol.html#gp-proc-run-write"/>
    <function name="gp_proc_return_write ()" link="libgimpbase-gimpprotocol.html#gp-proc-return-write"/>
    <function name="gp_temp_proc_run_write ()" link="libgimpbase-gimpprotocol.html#gp-temp-proc-run-write"/>
    <function name="gp_temp_proc_return_write ()" link="libgimpbase-gimpprotocol.html#gp-temp-proc-return-write"/>
    <function name="gp_proc_install_write ()" link="libgimpbase-gimpprotocol.html#gp-proc-install-write"/>
    <function name="gp_proc_uninstall_write ()" link="libgimpbase-gimpprotocol.html#gp-proc-uninstall-write"/>
    <function name="gp_extension_ack_write ()" link="libgimpbase-gimpprotocol.html#gp-extension-ack-write"/>
    <function name="struct WireMessage" link="libgimpbase-gimpwire.html#WireMessage"/>
    <function name="WireReadFunc ()" link="libgimpbase-gimpwire.html#WireReadFunc"/>
    <function name="WireWriteFunc ()" link="libgimpbase-gimpwire.html#WireWriteFunc"/>
    <function name="WireDestroyFunc ()" link="libgimpbase-gimpwire.html#WireDestroyFunc"/>
    <function name="WireIOFunc ()" link="libgimpbase-gimpwire.html#WireIOFunc"/>
    <function name="WireFlushFunc ()" link="libgimpbase-gimpwire.html#WireFlushFunc"/>
    <function name="wire_register ()" link="libgimpbase-gimpwire.html#wire-register"/>
    <function name="wire_set_reader ()" link="libgimpbase-gimpwire.html#wire-set-reader"/>
    <function name="wire_set_writer ()" link="libgimpbase-gimpwire.html#wire-set-writer"/>
    <function name="wire_set_flusher ()" link="libgimpbase-gimpwire.html#wire-set-flusher"/>
    <function name="wire_read ()" link="libgimpbase-gimpwire.html#wire-read"/>
    <function name="wire_write ()" link="libgimpbase-gimpwire.html#wire-write"/>
    <function name="wire_flush ()" link="libgimpbase-gimpwire.html#wire-flush"/>
    <function name="wire_error ()" link="libgimpbase-gimpwire.html#wire-error"/>
    <function name="wire_clear_error ()" link="libgimpbase-gimpwire.html#wire-clear-error"/>
    <function name="wire_read_msg ()" link="libgimpbase-gimpwire.html#wire-read-msg"/>
    <function name="wire_write_msg ()" link="libgimpbase-gimpwire.html#wire-write-msg"/>
    <function name="wire_destroy ()" link="libgimpbase-gimpwire.html#wire-destroy"/>
    <function name="wire_read_int32 ()" link="libgimpbase-gimpwire.html#wire-read-int32"/>
    <function name="wire_read_int16 ()" link="libgimpbase-gimpwire.html#wire-read-int16"/>
    <function name="wire_read_int8 ()" link="libgimpbase-gimpwire.html#wire-read-int8"/>
    <function name="wire_read_double ()" link="libgimpbase-gimpwire.html#wire-read-double"/>
    <function name="wire_read_string ()" link="libgimpbase-gimpwire.html#wire-read-string"/>
    <function name="wire_write_int32 ()" link="libgimpbase-gimpwire.html#wire-write-int32"/>
    <function name="wire_write_int16 ()" link="libgimpbase-gimpwire.html#wire-write-int16"/>
    <function name="wire_write_int8 ()" link="libgimpbase-gimpwire.html#wire-write-int8"/>
    <function name="wire_write_double ()" link="libgimpbase-gimpwire.html#wire-write-double"/>
    <function name="wire_write_string ()" link="libgimpbase-gimpwire.html#wire-write-string"/>
  </functions>
</book>
