diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-14 20:37:42 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-06-08 17:18:52 +0100 |
commit | 6944e96edf3e12ce5ee35043e638462ab43d2e26 (patch) | |
tree | f3a4a682164a98323e2cd0a79068d4e31d075045 /pango/pangocairo-font.c | |
parent | fb8664764b6d2432a8f91f309439b00a60f07106 (diff) | |
download | pango-6944e96edf3e12ce5ee35043e638462ab43d2e26.tar.gz |
Fix some annotations
Diffstat (limited to 'pango/pangocairo-font.c')
-rw-r--r-- | pango/pangocairo-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-font.c b/pango/pangocairo-font.c index a49d14d4..1cadd005 100644 --- a/pango/pangocairo-font.c +++ b/pango/pangocairo-font.c @@ -143,7 +143,7 @@ done: * The scaled font can be referenced and kept using * cairo_scaled_font_reference(). * - * Return value: (nullable): the #cairo_scaled_font_t used by @font, + * Return value: (transfer none) (nullable): the #cairo_scaled_font_t used by @font, * or %NULL if @font is %NULL. * * Since: 1.18 |