Re: GTK_DESTROYED not set after gtk_object_destroy() ?
- From: Havoc Pennington <hp redhat com>
- To: murrayc usa net
- Cc: Owen Taylor <otaylor redhat com>, gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: GTK_DESTROYED not set after gtk_object_destroy() ?
- Date: 07 Oct 2001 20:03:37 -0400
murrayc t-online de (Murray Cumming) writes:
> How can I tell the GtkObject that it shouldn't use any of it's
> callbacks, so that I can safely free the C++ wrapper instance.
Object methods are allowed to be called until the object has been
finalized, so if calling methods involves touching the wrapper, you
can't free the wrapper until the object is finalized.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]