Re: quarks

2008-09-02 Thread G Hasse
On Mon, Sep 01, 2008 at 02:20:35AM -0300, Martin (OpenGeoMap) wrote: > > hi!, > > > Someone knows like quarks works in glib. I suppose quarks is a pun on "atoms" that is so often used as a lingo for som small item. Like atoms in X. > > I can not find the source code, only the header. It??

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
G Hasse wrote: On Mon, Sep 01, 2008 at 09:16:14AM +0200, Martin (OpenGeoMap) wrote: hi: On Mon, Sep 01, 2008 at 02:20:35AM -0300, Martin (OpenGeoMap) wrote: hi!, Someone knows like quarks works in glib. I suppose quarks is a pun on "atoms" that is so often

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
hi: Quark strings are static and should not be freed. You don't free them. glib does not free them either. When the process dies they are automatically freed. That's all. Just don't worry about them. But then i can imaging we can not abuse of that kind of types. thank you. behdad M

Re: quarks

2008-09-01 Thread Mike
http://library.gnome.org/devel/glib/stable/glib-Quarks.html The link works. Is this some kind of weird joke? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: quarks

2008-09-01 Thread Behdad Esfahbod
Quark strings are static and should not be freed. You don't free them. glib does not free them either. When the process dies they are automatically freed. That's all. Just don't worry about them. behdad Martin (OpenGeoMap) wrote: > Brian J. Tarricone escribió: >> On Mon, 01 Sep 2008 02:20:35

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
Brian J. Tarricone escribió: On Mon, 01 Sep 2008 02:20:35 -0300 Martin (OpenGeoMap) wrote: Someone knows like quarks works in glib. I can not find the source code, only the header. Itś suppose we don need free the string inside a static string of a quarks. But how is that???. Where is t

Re: quarks

2008-09-01 Thread Brian J. Tarricone
On Mon, 01 Sep 2008 02:20:35 -0300 Martin (OpenGeoMap) wrote: > Someone knows like quarks works in glib. > > I can not find the source code, only the header. Itś suppose we don > need free the string inside a static string of a quarks. But how is > that???. Where is the string saved?. The do

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
hi: On Mon, Sep 01, 2008 at 02:20:35AM -0300, Martin (OpenGeoMap) wrote: hi!, Someone knows like quarks works in glib. I suppose quarks is a pun on "atoms" that is so often used as a lingo for som small item. Like atoms in X. I can not find the source code, only the header. I

re: quarks

2008-08-31 Thread Martin (OpenGeoMap)
hi!, Someone knows like quarks works in glib. I can not find the source code, only the header. Itś suppose we don need free the string inside a static string of a quarks. But how is that???. Where is the string saved?. any help? . Regards. _