diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-05-16 09:32:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-05-16 09:32:59 -0400 |
commit | ff16b948572c1bdc301d27af41b34566d28c6610 (patch) | |
tree | 3b667bcb9bac0f02da3b20aae2d9b4fed31bbcb3 /docs | |
parent | 4587e5d2231b717dd116253a49badc1ba3aa5db5 (diff) | |
download | pango-ff16b948572c1bdc301d27af41b34566d28c6610.tar.gz |
Provide access to PangoLayout.n_chars
This lets us avoid a bunch of g_utf8_strlen() calls, when
Pango is already maintaining this information anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=650208
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index d0236a24..d8f2c05e 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -442,6 +442,7 @@ pango_layout_context_changed pango_layout_set_text pango_layout_get_text +pango_layout_get_character_count pango_layout_set_markup pango_layout_set_markup_with_accel pango_layout_set_attributes |