Re: let's move typedef for Vtab from public to private
Luca Padovani <[email protected]> Fri, 21 Mar 2003 21:34:10 +0100 (CET)
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 22 Mar 2003, Kang Jeong-Hee wrote: > why the only typedef in public? > > I think it'll be better to move them into private code, > e.g. like typedef struct _Gdome_evt_Event Gdome_evt_Event; is in there. I think you are right, they can be moved into the private code. This is a residual of the old Gdome2 architecture, when some fields (the vtab was one of them) were exposed to the user code. This goes into the TODO list. -- luca