added GIMP_CONFIG_ERROR_VERSION to GimpConfigError enum.

2003-11-08  Sven Neumann  <sven@gimp.org>

	* app/config/gimpconfig-error.h: added GIMP_CONFIG_ERROR_VERSION
	to GimpConfigError enum.

	* libgimpbase/gimpprotocol.h: renamed GP_VERSION to
	GIMP_PROTOCOL_VERSION.

	* libgimp/gimp.c
	* app/plug-in/plug-in-run.c: changed accordingly.

	* app/plug-in/plug-in-rc.[ch]: write the protocol version to the
	pluginrc and stop parsing when a wrong protocol version is found.

	* app/plug-in/plug-ins.c: pass a GError to plug_in_rc_parse().
This commit is contained in:
Sven Neumann
2003-11-07 23:47:35 +00:00
committed by Sven Neumann
parent a868b35310
commit 74c8218a3f
16 changed files with 116 additions and 45 deletions

View File

@ -1,3 +1,8 @@
2003-11-08 Sven Neumann <sven@gimp.org>
* libgimpbase/libgimpbase-sections.txt
* libgimpbase/tmpl/gimpprotocol.sgml: GIMP_PROTOCOL_VERSION.
2003-11-07 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml

View File

@ -8,7 +8,9 @@
<bookinfo>
<title>GIMP Application Reference Manual</title>
<releaseinfo>for GIMP &version;</releaseinfo>
<releaseinfo>
for GIMP <xi:include href="version" parse="text"/>
</releaseinfo>
</bookinfo>
<part id="app-hierarchy-part">

View File

@ -70,7 +70,7 @@ gimp_pixpipe_params_build
<SECTION>
<FILE>gimpprotocol</FILE>
GP_VERSION
GIMP_PROTOCOL_VERSION
GPConfig
GPTileReq
GPTileAck

View File

@ -15,7 +15,7 @@ The communication protocol between GIMP and it's plug-ins.
#libgimp-gimpwire
</para>
<!-- ##### MACRO GP_VERSION ##### -->
<!-- ##### MACRO GIMP_PROTOCOL_VERSION ##### -->
<para>
</para>