summaryrefslogtreecommitdiff
path: root/pango/serializer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-02 20:50:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-02 20:59:47 -0500
commit35ab21daee63a2dbbdd81cb2f5334fe8c20a8f6d (patch)
tree8f46ee6d098be008b9761d43403ee51bf3dc517b /pango/serializer.c
parentfdef4305de8cd7e411a3da61bf1dcbd3a628b035 (diff)
downloadpango-35ab21daee63a2dbbdd81cb2f5334fe8c20a8f6d.tar.gz
doc: fixes
Diffstat (limited to 'pango/serializer.c')
-rw-r--r--pango/serializer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/serializer.c b/pango/serializer.c
index 86e6b004..39b9dd6e 100644
--- a/pango/serializer.c
+++ b/pango/serializer.c
@@ -1373,10 +1373,10 @@ json_parser_load_font (GtkJsonParser *parser,
* @layout: a `PangoLayout`
* @flags: `PangoLayoutSerializeFlags`
*
- * Serializes the @layout for later deserialization via [method@Pango.Layout.deserialize].
+ * Serializes the @layout for later deserialization via [func@Pango.Layout.deserialize].
*
* There are no guarantees about the format of the output across different
- * versions of Pango and [method@Pango.Layout.deserialize] will reject data
+ * versions of Pango and [func@Pango.Layout.deserialize] will reject data
* that it cannot parse.
*
* The intended use of this function is testing, benchmarking and debugging.