seed r823 - trunk/tests/javascript
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r823 - trunk/tests/javascript
- Date: Fri, 30 Jan 2009 00:32:45 +0000 (UTC)
Author: hortont
Date: Fri Jan 30 00:32:44 2009
New Revision: 823
URL: http://svn.gnome.org/viewvc/seed?rev=823&view=rev
Log:
Still segfaulting. One fault is in Seed.print, the other one will need to wait for me to get to a machine with a WebKit debug build.
Modified:
trunk/tests/javascript/gtype-signal-gvalue.js
Modified: trunk/tests/javascript/gtype-signal-gvalue.js
==============================================================================
--- trunk/tests/javascript/gtype-signal-gvalue.js (original)
+++ trunk/tests/javascript/gtype-signal-gvalue.js Fri Jan 30 00:32:44 2009
@@ -24,8 +24,10 @@
w.signal.hello.connect(function(object, number, string)
{
- return 5;
+ //return number; // Neither of these work
+ return [GObject.TYPE_INT, 5];
});
+// Seed.print dies if you try to print a GValue, or something...
Seed.print(w.signal.hello.emit(2));
-
+//w.signal.hello.emit(2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]