[glib/glib-2-28] gconverter: Improve cross-references



commit a635e3be6536553ea6e032186ad1a987b404af60
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Jun 8 16:26:08 2011 +0100

    gconverter: Improve cross-references

 gio/gconverter.c |    6 +++---
 1 files 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:



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