diff --git a/doc/lua.xml b/doc/lua.xml
index 02bc0d60..96788167 100644
--- a/doc/lua.xml
+++ b/doc/lua.xml
@@ -190,9 +190,12 @@
-
- Call this function to return a new cairo_text_extents_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly.
-
+ Call this function to return a new
+ cairo_text_extents_t structure. A creation function for
+ this structure is not provided by the cairo API. After
+ calling this, you should use tolua.takeownership() on
+ the return value to ensure ownership is passed
+ properly.
@@ -203,9 +206,12 @@
-
- Call this function to return a new cairo_font_extents_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly.
-
+ Call this function to return a new
+ cairo_font_extents_t structure. A creation function for
+ this structure is not provided by the cairo API. After
+ calling this, you should use tolua.takeownership() on
+ the return value to ensure ownership is passed
+ properly.
@@ -216,9 +222,49 @@
-
- Call this function to return a new cairo_matrix_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly.
-
+ Call this function to return a new cairo_matrix_t
+ structure. A creation function for this structure is
+ not provided by the cairo API. After calling this, you
+ should use tolua.takeownership() on the return value to
+ ensure ownership is passed properly.
+
+
+
+
+
+
+
+
+
+
+ Call this function to free memory allocated by
+ cairo_text_extents_t:create.
+
+
+
+
+
+
+
+
+
+
+ Call this function to free memory allocated by
+ cairo_font_extents_t:create.
+
+
+
+
+
+
+
+
+
+
+ Call this function to free memory allocated by
+ cairo_matrix_t:create.