Re: Need help with mutually included GtkObjects subclasses



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]