summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkfont-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-08 23:21:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-08 23:21:35 +0000
commit908bee9b3f66dc6b357c6b5d7a3ff32021f6ee86 (patch)
tree7e70cb77c1dbf9f7d4ff9c4e89261b0c7a565871 /gdk/x11/gdkfont-x11.c
parent85c6465ec5f88666e036fe3fde0b2714291bdcb7 (diff)
downloadgdk-pixbuf-908bee9b3f66dc6b357c6b5d7a3ff32021f6ee86.tar.gz
Reformulate doc comments to work around gtk-doc limitations.
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): (gdk_text_extents): * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to work around gtk-doc limitations.
Diffstat (limited to 'gdk/x11/gdkfont-x11.c')
-rw-r--r--gdk/x11/gdkfont-x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c
index adcc2ee0c..78f2558c9 100644
--- a/gdk/x11/gdkfont-x11.c
+++ b/gdk/x11/gdkfont-x11.c
@@ -673,7 +673,7 @@ gdk_text_width_wc (GdkFont *font,
* @ascent: the ascent of the string.
* @descent: the descent of the string.
*
- * Returns the metrics of a string.
+ * Gets the metrics of a string.
**/
void
gdk_text_extents (GdkFont *font,
@@ -755,7 +755,7 @@ gdk_text_extents (GdkFont *font,
* @ascent: the ascent of the string.
* @descent: the descent of the string.
*
- * Returns the metrics of a string of wide characters.
+ * Gets the metrics of a string of wide characters.
**/
void
gdk_text_extents_wc (GdkFont *font,