Commit 68bdb638450205bad508994a726f902e3122ca31

Authored by Perry Werneck
1 parent 31431682
Exists in master and in 1 other branch develop

Working on the new linux ipc API.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/core/linux/gobject.c
... ... @@ -130,6 +130,7 @@ void ipc3270_add_terminal_introspection(GString *introspection) {
130 130 " </method>" \
131 131 " <method name= 'waitForReady'>" \
132 132 " <arg type='i' name='seconds' direction='in' />" \
  133 + " <arg type='i' name='result' direction='out' />" \
133 134 " </method>" \
134 135 " <property type='s' name='version' access='read'/>" \
135 136 " <property type='s' name='revision' access='read'/>"
... ...