comparison finch/libgnt/gnt.h @ 19171:9f7587b86b0d

propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce) to branch 'im.pidgin.soc.2007.finchfeat' (head a87f346863ddc48e5705c2c555c7ed842325a9a3)
author Eric Polino <aluink@pidgin.im>
date Sun, 22 Jul 2007 01:28:19 +0000
parents c6282dc3fb9f 09db6fec9dce
children 4fd3547dd4ab
comparison
equal deleted inserted replaced
19170:315fd66bb08f 19171:9f7587b86b0d
151 151
152 /** 152 /**
153 * Spawn a different application that will consume the console. 153 * Spawn a different application that will consume the console.
154 */ 154 */
155 gboolean gnt_giveup_console(const char *wd, char **argv, char **envp, 155 gboolean gnt_giveup_console(const char *wd, char **argv, char **envp,
156 gint *stin, gint *stout, gint *sterr); 156 gint *stin, gint *stout, gint *sterr,
157 void (*callback)(int status, gpointer data), gpointer data);
157 158
158 gboolean gnt_is_refugee(void); 159 gboolean gnt_is_refugee(void);