[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need help with mutually included GtkObjects subclasses
- From: Bertrand Guiheneuf <Bertrand Guiheneuf inria fr>
- To: gnome-devel-list gnome org
- Subject: Re: Need help with mutually included GtkObjects subclasses
- Date: Fri, 23 Apr 1999 12:55:36 +0200
OK. I am sorry. I am an idiot. I found the elegant answer.
I just have to write:
--- A.h ---
typedef struct _A A;
#include "B.h"
struct _A {
B *folder;
}
-----------
Bertrand
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]