URI's

2008-09-30 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a glib function to determine if a gchar* is a valid URI or not? Thanks, Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7D0BD5D1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux)

glib question about g_io_add_watch_full

2008-09-30 Thread Vasiliy G Tolstov
i'm try to execute /etc/init.d/sshd status with g_spawn_async_with_pipes and g_io_add_watch_full spawn_asycn works, but g_io_add_watch_full does not, where is my mistake, can You help me? char *argv[3]; argv[0] = /etc/init.d/sshd; argv[1] = status; argv[2] = NULL; exec (argv); gboolean exec

Re: URI's

2008-09-30 Thread A. Walton
On Tue, Sep 30, 2008 at 1:24 PM, Kevin DeKorte [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a glib function to determine if a gchar* is a valid URI or not? No. See the following bugs: http://bugzilla.gnome.org/show_bug.cgi?id=489862

Re: URI's

2008-09-30 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A. Walton wrote: On Tue, Sep 30, 2008 at 1:24 PM, Kevin DeKorte [EMAIL PROTECTED] wrote: Is there a glib function to determine if a gchar* is a valid URI or not? No. See the following bugs: http://bugzilla.gnome.org/show_bug.cgi?id=489862

Re: URI's

2008-09-30 Thread Liam R E Quin
On Tue, 2008-09-30 at 13:19 -0600, Kevin DeKorte wrote: Ok, thanks for the info. Some macros like G_IS_URI or something similar would have been nice, but maybe I can work out some code using the g_filename_to_uri and g_filename_from_uri functions to determine what value I have. What are you

Gtk+ Integration with Webkit

2008-09-30 Thread Mackram Raydan
Hey All, I am working on a small app that needs some integration with an HTML layout engine. I have read across the net that there is work to integrate webkit with Gtk+ but cant seem to find some good explanation of the integration or some quick tutorials. I want to do the project in a fast time

Re: Gtk+ Integration with Webkit

2008-09-30 Thread Salvatore De Paolis
On Tue, 30 Sep 2008 23:23:41 +0300 Mackram Raydan [EMAIL PROTECTED] wrote: Hi, Hey All, I am working on a small app that needs some integration with an HTML layout engine. I have read across the net that there is work to integrate webkit with Gtk+ but cant seem to find some good explanation

Re: Gtk+ Integration with Webkit

2008-09-30 Thread Arx Cruz
Ephiphany now support webkit Check this out: http://arstechnica.com/journals/linux.ars/2007/07/26/using-epiphany-with-webkit 2008/9/30 Salvatore De Paolis [EMAIL PROTECTED] On Tue, 30 Sep 2008 23:23:41 +0300 Mackram Raydan [EMAIL PROTECTED] wrote: Hi, Hey All, I am working on a small