Commit 68bdb638450205bad508994a726f902e3122ca31
1 parent
31431682
Exists in
master
and in
1 other branch
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,6 +130,7 @@ void ipc3270_add_terminal_introspection(GString *introspection) { | ||
| 130 | " </method>" \ | 130 | " </method>" \ |
| 131 | " <method name= 'waitForReady'>" \ | 131 | " <method name= 'waitForReady'>" \ |
| 132 | " <arg type='i' name='seconds' direction='in' />" \ | 132 | " <arg type='i' name='seconds' direction='in' />" \ |
| 133 | + " <arg type='i' name='result' direction='out' />" \ | ||
| 133 | " </method>" \ | 134 | " </method>" \ |
| 134 | " <property type='s' name='version' access='read'/>" \ | 135 | " <property type='s' name='version' access='read'/>" \ |
| 135 | " <property type='s' name='revision' access='read'/>" | 136 | " <property type='s' name='revision' access='read'/>" |