From: Alberto Ruiz Date: Mon, 25 Apr 2011 11:26:26 +0000 (+0100) Subject: adding allow-none to pango_context_set_matrix parameters X-Git-Tag: 1.29.1~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54f16645d14ec475ac070e969e883051d2f53add;p=platform%2Fupstream%2Fpango.git adding allow-none to pango_context_set_matrix parameters --- diff --git a/pango/pango-context.c b/pango/pango-context.c index 3c84f3b..7f8a6ad 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -146,8 +146,8 @@ update_resolved_gravity (PangoContext *context) /** * pango_context_set_matrix: * @context: a #PangoContext - * @matrix: a #PangoMatrix, or %NULL to unset any existing matrix. - * (No matrix set is the same as setting the identity matrix.) + * @matrix: (allow-none): a #PangoMatrix, or %NULL to unset any existing + * matrix. (No matrix set is the same as setting the identity matrix.) * * Sets the transformation matrix that will be applied when rendering * with this context. Note that reported metrics are in the user space