Fix for segfault in top_name stuff.
[monky] / doc / lua.xml
index 7ae3db8..e55e159 100644 (file)
             configuration file.</para>
         </listitem>
     </varlistentry>
+    <varlistentry>
+        <term>
+            <command>
+                <option>cairo_text_extents_t:create()</option>
+            </command>
+            <option>function</option>
+        </term>
+        <listitem>
+                       <para>
+                               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.
+                       </para>
+        </listitem>
+    </varlistentry>
+    <varlistentry>
+        <term>
+            <command>
+                <option>cairo_font_extents_t:create()</option>
+            </command>
+            <option>function</option>
+        </term>
+        <listitem>
+                       <para>
+                               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.
+                       </para>
+        </listitem>
+    </varlistentry>
+    <varlistentry>
+        <term>
+            <command>
+                <option>cairo_matrix_t:create()</option>
+            </command>
+            <option>function</option>
+        </term>
+        <listitem>
+                       <para>
+                               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.
+                       </para>
+        </listitem>
+    </varlistentry>
 </variablelist>