is there an equivalent of sscanf that uses GString as arguments?

2005-10-14 Thread Yiannis
Hi, is there an equivalent of sscanf that uses GString as arguments? -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: is there an equivalent of sscanf that uses GString as arguments?

2005-10-14 Thread Yiannis
On 14/10/05, Tim Müller [EMAIL PROTECTED] wrote: On Fri, 2005-10-14 at 18:11 +0100, Yiannis wrote: is there an equivalent of sscanf that uses GString as arguments? You could just do sscanf (gstring-str, %04u-%02u-%02u, ..); Cheers but let me clarify that... I was wondering if there