[pygtk] Use of C++ "private" keyword in API.

Murray Cumming murrayc at murrayc.com
Mon Jul 2 20:15:11 WST 2007


On Thu, 2007-06-28 at 12:39 +0200, Murray Cumming wrote:
> The use of the C++ private keyword is causing a build failure in Glom
> with the latest pyobject:
> 
>   /*< private >*/
>       /* using union to preserve ABI compatibility (structure size
>        * must not change) */
>     union {
>         GSList *closures; /* stale field; no longer updated DO-NOT-USE!
> */
>         PyGObjectFlags flags;
>     } private;
> 
> Could this be renamed, please.

May I go ahead and fix this in svn?

-- 
Murray Cumming
murrayc at murrayc.com
www.murrayc.com
www.openismus.com



More information about the pygtk mailing list