X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=jhbuild.js;h=4331ce2fd632d3313c556c89b20b8a8dfe06015a;hp=68b245def92446f8e5a2ed16c5d7d25cbb39aecb;hb=e5ffdec730738f1cf9dacb62516f1ad85682e1b4;hpb=e860211ceaac40ef809073d30b07b457e175ea7c diff --git a/jhbuild.js b/jhbuild.js index 68b245d..4331ce2 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -154,6 +154,13 @@ var all = { 'vte' : 'vte', 'WebKit' :'WebKit', 'gconf' : 'gconf', + + //'gtop', + //'panelapplet', + //'epiphany' + + + //'gupnp', -- needs patch // 'gnome-keyring' -- ndeds patch // gnome-vfs -- needs patch @@ -259,15 +266,15 @@ function spawnlog (cwd, s, outfile, errfile) { var x = new GLib.String(); - var cstatus = GLib.io_channel_get_buffer_condition(ch); - cstatus = GLib.io_channel_get_flags (ch) + var cstatus = ch.get_buffer_condition(); + cstatus = ch.get_flags (ch) //Seed.print("WAITING INPUT?" + prop+':'+cstatus); //var status = GLib.io_channel_read_line_string (ch, x, null); - var status = GLib.io_channel_read_line_string (ch, x); + var status = ch.read_line_string (x); //Seed.print(prop + ":INPUT:" + status);