summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2001-10-15 01:44:03 +0000
committerManish Singh <yosh@src.gnome.org>2001-10-15 01:44:03 +0000
commitdb7dd9f42902dc98dd20435e4852079a6ba9216f (patch)
treeae2e38e4e4df95782c3d1236559179136921722d /pango
parent94d72e79a212ac3c1aff578bb12b3370f7e7bd25 (diff)
downloadpango-db7dd9f42902dc98dd20435e4852079a6ba9216f.tar.gz
add missing comment end marker to make it compile
Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org> * pango/pangox.c: add missing comment end marker to make it compile
Diffstat (limited to 'pango')
-rw-r--r--pango/pangox.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pango/pangox.c b/pango/pangox.c
index b600e5a9..9d447bc1 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -243,8 +243,9 @@ pango_x_get_font_struct (PangoFont *font, PangoXSubfontInfo *info)
* pango_x_get_context:
* @display: an X display (As returned by XOpenDisplay().)
*
- * Retrieves a #PangoContext appropriate for rendering with X fonts on the given display.
- *
+ * Retrieves a #PangoContext appropriate for rendering with X fonts on the
+ * given display.
+ *
* Return value: the new #PangoContext.
**/
PangoContext *
@@ -2070,7 +2071,7 @@ pango_x_fallback_shape (PangoFont *font,
* unknown character.
*
* Return value: a glyph index into @font.
-
+ */
PangoGlyph
pango_x_font_get_unknown_glyph (PangoFont *font,
gunichar wc)