diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-08 17:39:50 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-08 17:39:50 +0000 |
commit | 1fb9e50c73bb8c6389c7eaa9adb2eee13642d2ff (patch) | |
tree | 9a9e1b5f1de7162b283af8a1c5a910ae55cafffa /pango/pangocairo-context.c | |
parent | 0b32b337a85031f2db44309caa190338ee93d677 (diff) | |
parent | f6032b754fd76ebbf0ae6ec4f3c8b2616add0e91 (diff) | |
download | pango-1fb9e50c73bb8c6389c7eaa9adb2eee13642d2ff.tar.gz |
Merge branch 'for-master' into 'master'
For master
See merge request GNOME/pango!184
Diffstat (limited to 'pango/pangocairo-context.c')
-rw-r--r-- | pango/pangocairo-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c index 5949c448..d2e66c4b 100644 --- a/pango/pangocairo-context.c +++ b/pango/pangocairo-context.c @@ -374,7 +374,7 @@ pango_cairo_context_set_shape_renderer (PangoContext *context, * attributes of type %PANGO_ATTR_SHAPE as set by * pango_cairo_context_set_shape_renderer(), if any. * - * Return value: (nullable): the shape rendering callback previously + * Return value: (transfer none) (nullable): the shape rendering callback previously * set on the context, or %NULL if no shape rendering callback have * been set. * |