chickadee » gtk-server » start-gtk-server!

(start-gtk-server! [program-name: PROGRAM-NAME] [args: ARGS])procedure

Launches a gtk-server process using the stdin API and returns a GTK-SERVER record representing it. The location of the gtk-server executable can be customized by using the #:program-name keyword argument. Further customizations to the GTK-server behavior can be performed by passing a list of command-line arguments using the #:args keyword argument. Refer to the GTK-server manual for a list of all supported command-line arguments.