X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Flua.xml;h=e55e15992a1722fb04d78bda9e3aa64f449f8dc0;hb=0c83d64a86fcaf4741f5fdf0013df7f9e48e30ac;hp=7ae3db870e1cbdfb1eb47c2b6f010896e8802ad5;hpb=ec517ecb2698e488bdcebf52620c7f08ff430b00;p=monky diff --git a/doc/lua.xml b/doc/lua.xml index 7ae3db8..e55e159 100644 --- a/doc/lua.xml +++ b/doc/lua.xml @@ -186,4 +186,43 @@ configuration file. + + + + + + + + + + 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_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_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. + + +