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
@ -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