[Gtk-sharp-list] Here is a patch for gtk-sharp/pango/pango-api.xml

Tiago Lima tiago.lima@vianw.pt
Fri, 20 Feb 2004 18:15:39 +0000


I found out that three arguments needed to be passed as out... (in the 
ParseMarkup function of Pango.Global class)
Here is the patch...

Index: pango-api.xml
===================================================================
RCS file: /mono/gtk-sharp/pango/pango-api.xml,v
retrieving revision 1.5
diff -r1.5 pango-api.xml
1431,1433c1431,1433
<           <parameter type="PangoAttrList**" name="attr_list" />
<           <parameter type="char**" name="text" />
<           <parameter type="gunichar*" name="accel_char" />
---
>           <parameter type="PangoAttrList**" name="attr_list" 
pass_as="out" />
>           <parameter type="char**" name="text" pass_as="out" />
>           <parameter type="gunichar*" name="accel_char" pass_as="out" />