ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.46 by root, Mon Apr 17 19:20:59 2006 UTC vs.
Revision 1.47 by root, Mon Apr 17 21:52:42 2006 UTC

401} 401}
402 402
403SV * 403SV *
404get_text (CFClient::Layout self) 404get_text (CFClient::Layout self)
405 CODE: 405 CODE:
406 RETVAL = newSVpv (pango_layout_get_text (self), 0); 406 RETVAL = newSVpv (pango_layout_get_text (self->pl), 0);
407 SvUTF8_on (RETVAL); 407 SvUTF8_on (RETVAL);
408 OUTPUT: 408 OUTPUT:
409 RETVAL 409 RETVAL
410 410
411void 411void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines