[librsvg] Fix annotations for rsvg_handle_get_intrinsic_dimensions



commit 906ec18a719c47614befaba558ae608ef4b3a7d1
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Mar 28 10:46:17 2019 -0600

    Fix annotations for rsvg_handle_get_intrinsic_dimensions

 librsvg/rsvg-handle.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c
index 48e69f20..a5b66f99 100644
--- a/librsvg/rsvg-handle.c
+++ b/librsvg/rsvg-handle.c
@@ -1020,12 +1020,12 @@ rsvg_handle_set_size_callback (RsvgHandle *handle,
 /**
  * rsvg_handle_get_intrinsic_dimensions:
  * @handle: An #RsvgHandle
- * @out_has_width: (out)(optional) Will be set to #TRUE if the toplevel SVG has a <literal>width</literal> 
attribute
- * @out_width: (out)(optional) Will be set to the value of the <literal>width</literal> attribute in the 
toplevel SVG
- * @out_has_height: (out)(optional) Will be set to #TRUE if the toplevel SVG has a <literal>height</literal> 
attribute
- * @out_height: (out)(optional) Will be set to the value of the <literal>height</literal> attribute in the 
toplevel SVG
- * @out_has_viewbox: (out)(optional) Will be set to #TRUE if the toplevel SVG has a 
<literal>viewBox</literal> attribute
- * @out_viewbox: (out)(optional) Will be set to the value of the <literal>viewBox</literal> attribute in the 
toplevel SVG
+ * @out_has_width: (out)(optional): Will be set to #TRUE if the toplevel SVG has a <literal>width</literal> 
attribute
+ * @out_width: (out)(optional): Will be set to the value of the <literal>width</literal> attribute in the 
toplevel SVG
+ * @out_has_height: (out)(optional): Will be set to #TRUE if the toplevel SVG has a 
<literal>height</literal> attribute
+ * @out_height: (out)(optional): Will be set to the value of the <literal>height</literal> attribute in the 
toplevel SVG
+ * @out_has_viewbox: (out)(optional): Will be set to #TRUE if the toplevel SVG has a 
<literal>viewBox</literal> attribute
+ * @out_viewbox: (out)(optional): Will be set to the value of the <literal>viewBox</literal> attribute in 
the toplevel SVG
  *
  * Queries the <literal>width</literal>, <literal>height</literal>, and
  * <literal>viewBox</literal> attributes in an SVG document.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]