[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Segmentation fault debug help needed
- From: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
- To: Josh Roesslein <jroesslein gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Segmentation fault debug help needed
- Date: Fri, 6 Mar 2009 19:26:40 +0100
I think that you want to connect to the signal "destroy-event" of
GtkWidget instead of "destroy" of GObject.
See:
http://library.gnome.org/devel/gtk/unstable/GtkObject.html#GtkObject-destroy
http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#GtkWidget-destroy-event
On Fri, Feb 27, 2009 at 10:41 PM, Josh Roesslein <jroesslein gmail com> wrote:
> Here is a snippet of code part of my application's UI toolkit abstraction
> layer. For some reason the line of code I've marked
> is throwing a segmentation fault and I'm a bit stumped as to why. I'm
> thinking the way I'm passing the "this" pointer might have
> something to do with the error. If you need to see additional code to help
> debug this issue, let me know. Thanks!
>
> Code --> http://pastebin.com/m6c7c97c1
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
--
Emmanuel Rodriguez
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]