[Gtk-sharp-list] Pango Layout bindings.
Miguel de Icaza
miguel@ximian.com
27 Feb 2003 23:15:08 -0500
Hey guys,
Recently a patch was introduced to deal with functions whose
signature pattern included "(string s, int len)". This was collapsed
into only the string.
In pango/generated/Layout.cs, a get accessor is generated for:
pango_layout_get_text
But pango_layout_set_text is turned into a function, as it is one of
those functions that take a string and a length. This is not easy to
fix with a .custom file.
Miguel