After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91088 - pango_layout_new(PangoContext*) is unwrapped
pango_layout_new(PangoContext*) is unwrapped
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.0
Other other
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-08-18 11:11 UTC by Martin Schulze
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding Pango::Layout::create(const Glib::RefPtr<Context>&). (2.01 KB, patch)
2002-08-18 11:12 UTC, Martin Schulze
none Details | Review

Description Martin Schulze 2002-08-18 11:11:11 UTC
pango_layout_new(PangoContext*) is unwrapped - we need:
Pango::Layout::create(const Glib::RefPtr<Context>&)!
Comment 1 Martin Schulze 2002-08-18 11:12:33 UTC
Created attachment 10551 [details] [review]
Patch adding Pango::Layout::create(const Glib::RefPtr<Context>&).
Comment 2 Murray Cumming 2002-08-18 11:44:30 UTC
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.