summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-layout.h
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r--pango/pango-layout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h
index 4a464230..f310e7a3 100644
--- a/pango/pango-layout.h
+++ b/pango/pango-layout.h
@@ -100,11 +100,11 @@ typedef enum {
/**
* PangoLayoutLine:
- * @layout: (allow-none): the layout this line belongs to, might be %NULL
+ * @layout: (nullable): 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
- * line, from left to right
+ * @runs: (nullable) (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
*