[vte/vte-next] fixup! Remove vte_terminal_get_child_exit_status



commit 3f750dc309c9f46d0ddb5a1dcec6347932916cbe
Author: Christian Persch <chpe gnome org>
Date:   Mon May 30 21:43:31 2011 +0200

    fixup! Remove vte_terminal_get_child_exit_status

 src/vte.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.h b/src/vte.h
index 01a2559..0abf827 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -68,7 +68,7 @@ struct _VteTerminalClass {
 	/*< protected > */
 	/* Default signal handlers. */
 	void (*eof)(VteTerminal* terminal);
-	void (*child_exited)(VteTerminal* terminal);
+	void (*child_exited)(VteTerminal* terminal, int status);
 	void (*emulation_changed)(VteTerminal* terminal);
 	void (*encoding_changed)(VteTerminal* terminal);
 	void (*char_size_changed)(VteTerminal* terminal, guint char_width, guint char_height);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]