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:
committed by
Sven Neumann
parent
a868b35310
commit
74c8218a3f
@ -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
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -70,7 +70,7 @@ gimp_pixpipe_params_build
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpprotocol</FILE>
|
||||
GP_VERSION
|
||||
GIMP_PROTOCOL_VERSION
|
||||
GPConfig
|
||||
GPTileReq
|
||||
GPTileAck
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user