From bf1653b60d77386954fa54c8c285031ee27f3a27 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Jun 2010 18:19:52 +0800 Subject: [PATCH] JSDOC/Introspect.js --- JSDOC/Introspect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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$/)) { -- 2.39.2