Re: Basic GObject question

2007-01-20 Thread Stefan Kost
hi, Andreas Stricker wrote: >> Please don't laugh at me ;P Can someone explain me what reference counting >> is for? > > Wikipedia explain it not too bad: > > http://en.wikipedia.org/wiki/Reference_counting > > For glib specific implementation details I recomment to read this document: > > htt

Re: Basic GObject question

2006-12-28 Thread Andreas Stricker
> Please don't laugh at me ;P Can someone explain me what reference counting > is for? Wikipedia explain it not too bad: http://en.wikipedia.org/wiki/Reference_counting For glib specific implementation details I recomment to read this document: http://le-hacker.org/papers/gobject/ And a short

Re: Basic GObject question

2006-12-28 Thread Yeti
On Thu, Dec 28, 2006 at 10:46:46AM +0100, Tomasz Jankowski wrote: > > Please don't laugh at me ;P Can someone explain me what reference counting > is for? To know whether an object is in use and automatically destroy it when it is not used, i.e. not referenced by anything. Google "garbage collec

Basic GObject question

2006-12-28 Thread Tomasz Jankowski
Hi! Please don't laugh at me ;P Can someone explain me what reference counting is for? -- Pozdrawiam! Tom ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list