Embedded C++ keywords in gdk-pixbuf-loader.h



Hi all gdk-pixbuf developers,
i'm not sure this is the right place, anyway:

- From the latest cvs snap: 
file: /usr/local/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h - line
49:

typedef struct _GdkPixbufLoader GdkPixbufLoader;
struct _GdkPixbufLoader
{
  GObject parent_instance;
  /*< private >*/
  gpointer private; // <=== embedded c++ keyword
};

please avoid embedded c++ keywords if you want make wrappers and
language binders
life easier :-)

with many regards
/mario
-- 
Mario Motta
AI Research Group - Rimini
http://vdkbuilder.sourceforge.net





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]