add new sigc++2 directory
[ardour.git] / libs / glibmm2 / glib / src / iochannel.hg
index 38bdf3f77632d4eb187e4bf6bcb4232434e30b9a..049c2a390bbcc0406b418046ee9930064b834a1c 100644 (file)
@@ -163,12 +163,12 @@ public:
 #endif /* defined(G_OS_WIN32) || defined(DOXYGEN_SHOULD_SKIP_THIS) */
 
   /** Read a single UCS-4 character.
-   * @retval unichar The Unicode character.
+   * @retval thechar The Unicode character.
    * @return The status of the operation.
    * @throw Glib::IOChannelError
    * @throw Glib::ConvertError
    */
-  _WRAP_METHOD(IOStatus read(gunichar& unichar), g_io_channel_read_unichar, errthrow)
+  _WRAP_METHOD(IOStatus read(gunichar& thechar), g_io_channel_read_unichar, errthrow)
 
   /** Read a character sequence into memory.
    * @param buf A buffer to read data into.