X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FIntrospect.js;h=7777c94af3f146462560529c21abfae4eedb1338;hp=b54455fd302ec7d2249129dbde888d91a69b769b;hb=bf1653b60d77386954fa54c8c285031ee27f3a27;hpb=35637f07f43bef775a06e687ad9cb33a5c889be2 diff --git a/JSDOC/Introspect.js b/JSDOC/Introspect.js index b54455f..7777c94 100644 --- a/JSDOC/Introspect.js +++ b/JSDOC/Introspect.js @@ -42,10 +42,10 @@ Object.extend(Introspect, { while (true) { - var fn = GLib.dir_read_name(gdir); + var fn = gdir.read_name(); // console.log('trying ' + fn); if (!fn) { - GLib.dir_close(gdir); + gdir.close(); return;; } if (!fn.match(/.typelib$/)) {