From 20d56289b97f9e8fd290f5ff41e9bfb69329423c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 8 Jun 2011 16:26:08 +0100 Subject: [PATCH] gconverter: Improve cross-references --- gio/gconverter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/gconverter.c b/gio/gconverter.c index 1dcf6aa..8104d89 100644 --- a/gio/gconverter.c +++ b/gio/gconverter.c @@ -90,9 +90,9 @@ g_converter_default_init (GConverterInterface *iface) * When some data has successfully been converted @bytes_read and is set to * the number of bytes read from @inbuf, and @bytes_written is set to indicate * how many bytes was written to @outbuf. If there are more data to output - * or consume (i.e. unless the G_CONVERTER_INPUT_AT_END is specified) then - * G_CONVERTER_CONVERTED is returned, and if no more data is to be output - * then G_CONVERTER_FINISHED is returned. + * or consume (i.e. unless the %G_CONVERTER_INPUT_AT_END is specified) then + * %G_CONVERTER_CONVERTED is returned, and if no more data is to be output + * then %G_CONVERTER_FINISHED is returned. * * On error %G_CONVERTER_ERROR is returned and @error is set accordingly. * Some errors need special handling: -- 2.7.4