1997
Spencer Kimball & Peter Mattis
Server for remote Script-Fu operation
Provides a server for remote script-fu operation. NOTE that for security reasons this procedure's API was changed in an incompatible way since GIMP 2.8.12. You now have to pass the IP to listen on as first parameter. Calling this procedure with the old API will fail on purpose.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-NONINTERACTIVE (1) } |
PF_VALUE | ip | The ip on which to listen for requests |
PF_INT | port | The port on which to listen for requests |
PF_VALUE | logfile | The file to log server activity to |
None