[seed] Remove introspect.js example, it is silly because we now have GIRs for GIRepository
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Remove introspect.js example, it is silly because we now have GIRs for GIRepository
- Date: Tue, 28 Apr 2009 16:11:07 -0400 (EDT)
commit d9bde09433516365d77ecaa8996e3d9150572012
Author: Robert Carr <racarr svn gnome org>
Date: Tue Apr 28 16:01:48 2009 -0400
Remove introspect.js example, it is silly because we now have GIRs for GIRepository
---
examples/introspect.js | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/examples/introspect.js b/examples/introspect.js
deleted file mode 100755
index 7e34ade..0000000
--- a/examples/introspect.js
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env seed
-
-// JSON.stringify and JSON.fromString come from json2.js available on json.org
-// Also in extensions/seed.js.
-
-Gtk = imports.gi.Gtk;
-
-var proto = Gtk.Window.prototype;
-var method = Seed.introspect(proto.translate_coordinates);
-
-Seed.print(JSON.stringify(method));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]