diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 17:04:46 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 19:59:55 -0500 |
commit | 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 (patch) | |
tree | 72f3256948c09d527f3cd7ec409017c92515dde7 /gtk/gtktextiter.c | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gtk/gtktextiter.c')
-rw-r--r-- | gtk/gtktextiter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c index d7b2512ea5..aa1b15ced5 100644 --- a/gtk/gtktextiter.c +++ b/gtk/gtktextiter.c @@ -3607,7 +3607,7 @@ is_cursor_pos_func (const PangoLogAttr *attrs, * the equivalent of say the letter "a" with an accent mark will be * represented as two characters, first the letter then a "combining * mark" that causes the accent to be rendered; so the cursor can't go - * between those two characters. See also the #PangoLogAttr structure and + * between those two characters. See also the #PangoLogAttr-struct and * pango_break() function. * * Return value: %TRUE if we moved and the new position is dereferenceable |