Not able to contruct GLib.Thread

2012-08-16 Thread Mohan R
s_running: true}); But, I can create MainLoop with 'new' function, var MyMainLoop = GLib.MainLoop.new(null, true); Someone help me to understand how to create gir exported GObjects in gjs? I'm currently using gobject-introspection-1.32.1 a

Re: Not able to contruct GLib.Thread

2012-08-17 Thread Mohan R
, but ended up digging through .gir specs. I hope this API documentation will become available in https://live.gnome.org/GObjectIntrospection/ Thanks, Mohan R ___ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript-list

what happend to libseed-list? is seed dead?

2012-10-22 Thread Mohan R
Hi, Just curious, what happend to libseed-list? the last post dated back to 2011. Can I use seed for my current application? Thanks, Mohan R ___ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript

Re: what happend to libseed-list? is seed dead?

2012-10-22 Thread Mohan R
the symbols of GLib with the following code, var GLib = imports.gi.GLib; for(var propName in GLib){print(propName + " = " + GLib[propName])}; But this is not working in gjs. do you know why this is happening? is gjs loads objects only when we make any c

Gtk.MessageDialog.destroy() not working as intended

2012-10-25 Thread Mohan R
orce-quit. This problem is not happening when I remove GLib.usleep() line. Is there any way to close the dialog window properly? Thanks, Mohan R ___ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript-list

Writing Css inside Javascript

2012-11-13 Thread Mohan R
(); Gtk.main(); What kind of name I should use instead of 'GtkWindow' in javascript? Even Gtk.Window is not working. These same steps works perfectly If I write it in C instead of JavaScript. Thanks, Mohan R ___ javascript-list mail

Re: Writing Css inside Javascript

2012-11-14 Thread Mohan R
rials in developers.gnome.org, I went through them, but none of them talk about CSS, They don't even talk about St. Thanks, Mohan R ___ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript-list

Gtweet - A twitter library (Peer review proposal)

2012-12-11 Thread Mohan R
ome development. So, forgive me if I made some silly mistakes and design blunders. Source: https://github.com/mohan43u/gtweet Expecting eagerly, Mohan R ___ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript-list