From 17927f01e19ce03778a5bdac45f79c70d665cc6c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 23 Jun 2008 22:06:18 +0200 Subject: [PATCH] Add this prototype for dbus spawning. --- test/clients/test-dbus-spawn.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/clients/test-dbus-spawn.c diff --git a/test/clients/test-dbus-spawn.c b/test/clients/test-dbus-spawn.c new file mode 100644 index 0000000..7ea054b --- /dev/null +++ b/test/clients/test-dbus-spawn.c @@ -0,0 +1,8 @@ +#include + +int main (int argc, char **argv) +{ + g_print ("Hello World!\n"); + + return 0; +} -- 2.11.4.GIT