Re: Recommended way to cleanup your own gobject types in a desktop app (finalize and/or dispose)

2008-03-23 Thread Ali Sabil
Hello, iirc, the GObject documentation states that dispose may be called multiple times, and the object must still be usable even after dispose is called, so freeing memory in dispose is wrong, even with locks. Actually both dispose and finalize are needed if your object hold references to other

Re: Recommended way to cleanup your own gobject types in a desktop app (finalize and/or dispose)

2008-03-23 Thread Ali Sabil
Hmm, Now that I re read what I wrote, it seems like it was misleading, I didn't mean that the dispose should dereference other objects it holds more than once. Anyway, quoting the GObject tutorial : "The dispose method is called when the object first knows it will be destroyed. It is supposed to

file-roller branched

2008-03-23 Thread Paolo Bacchilega
Hello, the file-roller module has been branched. The gnome-2-22 branch is used for future 2.22.x versions; trunk will be used for the new development series. The current plan is to port file-roller to GIO. Regards, Paolo ___ desktop-devel-list mai

Re: Recommended way to cleanup your own gobject types in a desktop app (finalize and/or dispose)

2008-03-23 Thread Tristan Van Berkom
On Sun, Mar 23, 2008 at 8:00 AM, Ali Sabil <[EMAIL PROTECTED]> wrote: > Hello, > > iirc, the GObject documentation states that dispose may be called > multiple times, > and the object must still be usable even after dispose is called, so > freeing memory > in dispose is wrong, even with locks.

Re: Patch for VINO - new feature

2008-03-23 Thread Lucas Rocha
Hi Jorge, (Don't know if John or Mark have already replied you...) Thanks for the contribution! I'd suggest you to file a bug and attach your patch in GNOME Bugzilla in order to ensure that your contribution doesn't get lost in the mailing list. --lucasr 2008/3/23, Jorge Pereira <[EMAIL PROTE

Re: GNOME 2.23 Schedule

2008-03-23 Thread Lucas Rocha
Hi, FYI: I've just updated the iCal file. It's available at: http://www.gnome.org/start/schedule-unstable.ics Let me know if you find any problem. Thanks, --lucasr 2008/3/13, Lucas Rocha <[EMAIL PROTECTED]>: > Hi John, > > 2008/3/13, Jonh Wendell <[EMAIL PROTECTED]>: > > > Em Qui, 2008-03-1

Re: GNOME 2.23 Schedule

2008-03-23 Thread Torsten Schoenfeld
On Mon, 2008-03-24 at 00:47 +0200, Lucas Rocha wrote: > http://www.gnome.org/start/schedule-unstable.ics > > Let me know if you find any problem. Last cycle, it was at . Why change the address? -- Bye, -Torsten ___