Re: dereferencing pointer to incomplete type
- From: Werner Lehmann <wl bwl uni-kiel de>
- To: "jens j." <jan0sch gmx net>
- Cc: gtk-app-devel-list redhat com
- Subject: Re: dereferencing pointer to incomplete type
- Date: Thu, 16 Nov 2000 18:01:02 +0100
You could try this instead:
typedef struct _AdressBookItem {
...
GtkCTreeNode *tree_item;
struct _AdressBookItem *parent;
...
} AdressBookItem;
Just an educated and not tried guess.
WL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]