diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-02-15 11:06:36 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 00:57:28 -0400 |
commit | 7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1 (patch) | |
tree | 4a69d86b31c2806fee367237bca8c460a1ed09e1 /pango/pango-layout.h | |
parent | 6df7fcde9cde8c808344cd7242b0492e92ec10f1 (diff) | |
download | pango-7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1.tar.gz |
docs: Fix some introspection annotation syntax
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=778663
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r-- | pango/pango-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 208e6352..b095a303 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -99,7 +99,7 @@ typedef enum { * @layout: (allow-none): the layout this line belongs to, might be %NULL * @start_index: start of line as byte index into layout->text * @length: length of line in bytes - * @runs: (allow-none) (element-type: Pango.LayoutRun): list of runs in the + * @runs: (allow-none) (element-type Pango.LayoutRun): list of runs in the * line, from left to right * @is_paragraph_start: #TRUE if this is the first line of the paragraph * @resolved_dir: #Resolved PangoDirection of line |