GNOME Bugzilla – Bug 91088
pango_layout_new(PangoContext*) is unwrapped
Last modified: 2004-12-22 21:47:04 UTC
pango_layout_new(PangoContext*) is unwrapped - we need: Pango::Layout::create(const Glib::RefPtr<Context>&)!
Created attachment 10551 [details] [review] Patch adding Pango::Layout::create(const Glib::RefPtr<Context>&).
Thanks. I was just in the middle of doing this myself, wishing that people would just provide a patch. Remember, we like the constructors to be explicit.