pango r2555 - in trunk: . pango



Author: wbolster
Date: Mon Jan 28 00:37:21 2008
New Revision: 2555
URL: http://svn.gnome.org/viewvc/pango?rev=2555&view=rev

Log:
2008-01-28  Wouter Bolsterlee  <wbolster svn gnome org>

	* pango/pango-context.c:
	* pango/pango-fontmap.c:
	* pango/pango-utils.c:
	* pango/pangofc-fontmap.h:
	* pango/pangox.c:
	* pango/reorder-items.c:

	Fixed gtk-doc warnings.


Modified:
   trunk/ChangeLog
   trunk/pango/pango-context.c
   trunk/pango/pango-fontmap.c
   trunk/pango/pango-utils.c
   trunk/pango/pangofc-fontmap.h
   trunk/pango/pangox.c
   trunk/pango/reorder-items.c

Modified: trunk/pango/pango-context.c
==============================================================================
--- trunk/pango/pango-context.c	(original)
+++ trunk/pango/pango-context.c	Mon Jan 28 00:37:21 2008
@@ -280,7 +280,7 @@
  * Loads the font in one of the fontmaps in the context
  * that is the closest match for @desc.
  *
- * Returns the font loaded, or %NULL if no font matched.
+ * Returns: the font loaded, or %NULL if no font matched.
  **/
 PangoFont *
 pango_context_load_font (PangoContext               *context,
@@ -301,7 +301,7 @@
  * Load a set of fonts in the context that can be used to render
  * a font matching @desc.
  *
- * Returns the fontset, or %NULL if no font matched.
+ * Returns: the fontset, or %NULL if no font matched.
  **/
 PangoFontset *
 pango_context_load_fontset (PangoContext               *context,

Modified: trunk/pango/pango-fontmap.c
==============================================================================
--- trunk/pango/pango-fontmap.c	(original)
+++ trunk/pango/pango-fontmap.c	Mon Jan 28 00:37:21 2008
@@ -51,7 +51,7 @@
  *
  * Load the font in the fontmap that is the closest match for @desc.
  *
- * Returns the font loaded, or %NULL if no font matched.
+ * Returns: the font loaded, or %NULL if no font matched.
  **/
 PangoFont *
 pango_font_map_load_font  (PangoFontMap               *fontmap,
@@ -93,7 +93,7 @@
  * Load a set of fonts in the fontmap that can be used to render
  * a font matching @desc.
  *
- * Returns the fontset, or %NULL if no font matched.
+ * Returns: the fontset, or %NULL if no font matched.
  **/
 PangoFontset *
 pango_font_map_load_fontset (PangoFontMap                 *fontmap,

Modified: trunk/pango/pango-utils.c
==============================================================================
--- trunk/pango/pango-utils.c	(original)
+++ trunk/pango/pango-utils.c	Mon Jan 28 00:37:21 2008
@@ -69,7 +69,7 @@
  * A version number can be encoded into an integer using
  * PANGO_VERSION_ENCODE().
  *
- * Returns value: The encoded version of Pango library
+ * Returns: The encoded version of Pango library
  *   available at run time.
  *
  * Since: 1.16
@@ -87,7 +87,7 @@
  * it returns the version of Pango available at run-time, as opposed to
  * the version available at compile-time.
  *
- * Returns value: A string containing the version of Pango library
+ * Returns: A string containing the version of Pango library
  *   available at run time.
  *   The returned string is owned by Pango and should not be modified
  *   or freed.

Modified: trunk/pango/pangofc-fontmap.h
==============================================================================
--- trunk/pango/pangofc-fontmap.h	(original)
+++ trunk/pango/pangofc-fontmap.h	Mon Jan 28 00:37:21 2008
@@ -191,8 +191,8 @@
  * String representing a fontconfig property name that Pango sets on any
  * fontconfig pattern it passes to fontconfig.
  *
- * The property will have an integer value equal to what pango_version()
- * returns.
+ * The property will have an integer value equal to what
+ * pango_version() returns.
  *
  * Since: 1.20
  */

Modified: trunk/pango/pangox.c
==============================================================================
--- trunk/pango/pangox.c	(original)
+++ trunk/pango/pangox.c	Mon Jan 28 00:37:21 2008
@@ -323,7 +323,7 @@
  * work correctly in all circumstances. Use of this function should
  * be avoided.
  *
- * Returns a new #PangoFont.
+ * Returns: a new #PangoFont.
  */
 PangoFont *
 pango_x_load_font (Display    *display,

Modified: trunk/pango/reorder-items.c
==============================================================================
--- trunk/pango/reorder-items.c	(original)
+++ trunk/pango/reorder-items.c	Mon Jan 28 00:37:21 2008
@@ -37,7 +37,7 @@
  * directional levels, produce a list in visual order.
  * The original list is unmodified.
  *
- * Returns a #GList of #PangoItem structures in visual order.
+ * Returns: a #GList of #PangoItem structures in visual order.
  *
  * (Please open a bug if you use this function.
  *  It is not a particularly convenient interface, and the code



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