diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-03 19:10:31 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-03 19:10:31 +0000 |
commit | c217b1f52f2daeaace161ed69daaeec799f2ca0b (patch) | |
tree | 00fb891ca4190fce91c9857df42785bc2452db0e /src/marshal.list | |
parent | da6d49171075c60a7c81f94317651e9230eb58c3 (diff) |
Modify the child-exited signal to pass signed ints and an unmodified exit
* src/marshal.list, src/reaper.c, src/reaper.h, src/vte.c: Modify the
child-exited signal to pass signed ints and an unmodified exit status,
allowing the callback to check for normal/abnormal exit status.
Diffstat (limited to 'src/marshal.list')
-rw-r--r-- | src/marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marshal.list b/src/marshal.list index 149bc32..10e22d5 100644 --- a/src/marshal.list +++ b/src/marshal.list @@ -1,4 +1,5 @@ VOID:VOID VOID:STRING +VOID:INT,INT VOID:UINT,UINT VOID:OBJECT,OBJECT |