mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 07:40:10 +01:00
30 lines
604 B
XML
30 lines
604 B
XML
<refentry id="##function##">
|
|
|
|
<refnamediv>
|
|
<refname>##function##</refname>
|
|
<refpurpose></refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<funcsynopsis>
|
|
<funcsynopsisinfo>
|
|
#include <cairo.h>
|
|
</funcsynopsisinfo>
|
|
<funcprototype>
|
|
<funcdef>cairo_t *<function>##function##</function></funcdef>
|
|
<paramdef>
|
|
</paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
<para>
|
|
<indexterm><primary>functions</primary>
|
|
<secondary></secondary></indexterm>
|
|
<indexterm><primary></primary></indexterm>
|
|
|
|
<function>##function##</function>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|