summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-12 18:11:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-12 18:11:03 -0400
commita38803a01f9e7f0cddd98c9b14ce8f9c1d878620 (patch)
treedaee9aafb74918756cd67d0bd66dc40e928cf2b2
parent075e9925cc9d4675e5a6be65e599e4ee97f2d018 (diff)
downloadpango-a38803a01f9e7f0cddd98c9b14ce8f9c1d878620.tar.gz
Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
Since the glyph widths can be adjusted directly.
-rw-r--r--pango/pango-glyph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index cd26f53c..4af63e78 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -91,7 +91,7 @@ void pango_glyph_string_extents (PangoGlyphString *glyphs,
PangoFont *font,
PangoRectangle *ink_rect,
PangoRectangle *logical_rect);
-int pango_glyph_string_get_width(PangoGlyphString *glyphs) G_GNUC_PURE;
+int pango_glyph_string_get_width(PangoGlyphString *glyphs);
void pango_glyph_string_extents_range (PangoGlyphString *glyphs,
int start,