Re: Signal question...
- From: Havoc Pennington <hp redhat com>
- To: John Schmerge <schmerge cyber com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Signal question...
- Date: 16 Jan 2001 00:42:38 -0500
John Schmerge <schmerge cyber com> writes:
I have a quick question for everyone...
Is there any way to determine when a specific signal is removed from a
GtkObject? I would like to be able to free up memory when a signal is removed
from a GtkObject.
You can't remove signals. If you mean signal handler (i.e. a callback
connection), try gtk_signal_connect_full(), which will let you pass in
a function to free the callback data.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]