From d8ed1e20d24673ccebd15659e773a3b63d4e7405 Mon Sep 17 00:00:00 2001 From: lasers Date: Sat, 22 Dec 2018 11:57:41 -0600 Subject: [PATCH] doc/lua.xml: add missing lua apis (#716) * doc/lua.xml: add missing lua apis * doc/lua.xml: tidy dirty markups --- doc/lua.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 55 insertions(+), 9 deletions(-) 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.