diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/Port.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/Port.hpp b/ganv/Port.hpp index 431742b..980ddb0 100644 --- a/ganv/Port.hpp +++ b/ganv/Port.hpp @@ -46,6 +46,8 @@ public: bool is_input, uint32_t color); + RW_PROPERTY(gboolean, is_controllable) + METHODRET0(ganv_port, gboolean, is_input) METHODRET0(ganv_port, gboolean, is_output) |