Re: Need help on international chars



in a related note. a quick and dirty pass through the Gtk2/xs code for
discrepancies between gchar and char (like the one you just fixed)
didn't turn up much. but in PangoLayout.xs the set_text and get_text
functions don't match the function prototypes, the on-line
documentation, or the header files. all of the above say [const] char *
xxx and the xs code has [const] gchar * xxx. don't know if this is on
purpose, but it probably deserves a look by someone who would/does.

i also just implemented gtk_rc_set_default_files while i was passing
through. it involves some gchar conversion stuff that should be trivial
(and done correctly.) but if you care you might want to double check me.

-rm

On Sat, 2003-05-31 at 04:08, Christian Borup wrote:
On fre, 2003-05-30 at 07:25, Dov Grobgeld wrote:
On Wed, May 28, 2003 at 06:50:10PM +0100, Bruno Tavares wrote:
...
However, there was a bug in the xs file for GtkLabel. So it didn't work
for labels...

I've submitted the 2 line patch to cvs...

./borup





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]