GNOME Bugzilla – Bug 112476
Missing _CONVERSION() in convert_gdk.m4
Last modified: 2009-08-15 18:40:50 UTC
The following type conversions are missing in convert_gdk.m4. _CONVERSION(`GdkColormap*',`Glib::RefPtr<const Gdk::Colormap>', `Glib::wrap($3)') _CONVERSION(`GdkVisual*',`Glib::RefPtr<const Gdk::Visual>', `Glib::wrap($3)') My project, gtkglextmm, needs them to generate sources using gtkmmproc. I really hope these missing conversions will be added by next stable release. Thank you.
But you can, and should, add them in your own .m4 files. See one of the other *mm projects for an example.
Okay, I understand. I've added these missing gdkmm type conversions into my convert_*.m4 file. Thank you.