gtkmm r981 - in trunk: . pango/src



Author: murrayc
Date: Fri Mar 14 17:39:12 2008
New Revision: 981
URL: http://svn.gnome.org/viewvc/gtkmm?rev=981&view=rev

Log:
2008-03-14  Murray Cumming  <murrayc murrayc com>

* pango/src/attributes.hg: _MEMBER_SET for end_index and start_index:
Mentin that the indices are in bytes, as now mentioned in the C 
documentation.
Bug #517874 (Steve Splonskowski)


Modified:
   trunk/ChangeLog
   trunk/pango/src/attributes.hg

Modified: trunk/pango/src/attributes.hg
==============================================================================
--- trunk/pango/src/attributes.hg	(original)
+++ trunk/pango/src/attributes.hg	Fri Mar 14 17:39:12 2008
@@ -101,12 +101,12 @@
   _MEMBER_GET(end_index, end_index, unsigned int, guint)
 
   /** Sets the start index of the range.
-   * @param value The new start index.
+   * @param value The new start index (in bytes).
    */
   _MEMBER_SET(start_index, start_index, unsigned int, guint)
 
   /** Sets the end index of the range. The character at this index is not included in the range.
-   * @param value The new end index.
+   * @param value The new end index (in bytes).
    */
   _MEMBER_SET(end_index, end_index, unsigned int, guint)
 



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