diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:37:36 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:37:36 +0100 |
commit | 646a51dfad73beee3ddb578f305d064cdf056b98 (patch) | |
tree | d96008ab22579dd2cd30ef2a3d59bdd034523c71 /pango/pango-matrix.c | |
parent | a04ac359f79d0d460bf164801ac9ef39bae276dc (diff) | |
download | pango-646a51dfad73beee3ddb578f305d064cdf056b98.tar.gz |
adding allow-none introspection metadata to pango_matrix_transform_pixel_rectangle
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r-- | pango/pango-matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index f3a47e4b..08f96656 100644 --- a/pango/pango-matrix.c +++ b/pango/pango-matrix.c @@ -388,7 +388,7 @@ pango_matrix_transform_rectangle (const PangoMatrix *matrix, /** * pango_matrix_transform_pixel_rectangle: * @matrix: a #PangoMatrix, or %NULL - * @rect: in/out bounding box in device units, or %NULL + * @rect: (allow-none): in/out bounding box in device units, or %NULL * * First transforms the @rect using @matrix, then calculates the bounding box * of the transformed rectangle. The rectangle should be in device units |