From 9b0f78c1ce95306e893ee676bb2e13570e281e3d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 20 Dec 2018 17:19:42 -0200 Subject: [PATCH] Adding method to get/set tn3270 properties from D-Bus --- pw3270-plugin-ipc.cbp | 11 ++++++++++- src/linux/getproperties.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/linux/gobject.c | 98 +++++++++++++++++++++++++------------------------------------------------------------------------- src/linux/gobject.h | 2 ++ src/linux/methods.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/linux/setproperties.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ testscripts/getproperty.sh | 14 ++++++++++++++ 7 files changed, 238 insertions(+), 74 deletions(-) create mode 100644 src/linux/getproperties.c create mode 100644 src/linux/methods.c create mode 100644 src/linux/setproperties.c create mode 100755 testscripts/getproperty.sh diff --git a/pw3270-plugin-ipc.cbp b/pw3270-plugin-ipc.cbp index 9cc1228..deabc18 100644 --- a/pw3270-plugin-ipc.cbp +++ b/pw3270-plugin-ipc.cbp @@ -8,7 +8,7 @@