Re: dereferencing pointer to incomplete type



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]