8794a13e9bb54c774b4986c0342a1da8220fe593
[gnome.gobject-introspection] / gir / cairo-1.0.gir
1 <?xml version="1.0"?>
2 <repository version="1.0"
3             xmlns="http://www.gtk.org/introspection/core/1.0"
4             xmlns:c="http://www.gtk.org/introspection/c/1.0"
5             xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
6   <namespace name="cairo" version="1.0">
7     <record name="Context" c:type="cairo_t"/>
8     <record name="Surface" c:type="cairo_surface_t"/>
9     <record name="Matrix" c:type="cairo_matrix_t"/>
10     <record name="Pattern" c:type="cairo_pattern_t"/>
11     <enumeration name="Content" c:type="cairo_content_t">
12       <member name="COLOR"
13               value="4096"
14               c:identifier="CAIRO_CONTENT_COLOR"/>
15       <member name="ALPHA"
16               value="8192"
17               c:identifier="CAIRO_CONTENT_ALPHA"/>
18       <member name="COLOR_ALPHA"
19               value="12288"
20               c:identifier="CAIRO_CONTENT_COLOR_ALPHA"/>
21     </enumeration>
22     <record name="FontOptions" c:type="cairo_font_options_t"/>
23     <record name="FontType" c:type="cairo_font_type_t"/>
24     <record name="FontFace" c:type="cairo_font_face_t"/>
25     <record name="ScaledFont" c:type="cairo_scaled_font_t"/>
26     <record name="Path" c:type="cairo_path_t"/>
27     <function name="image_surface_create" c:identifier="cairo_image_surface_create">
28       <return-value transfer-ownership="none">
29         <type name="none" c:type="void"/>
30       </return-value>
31       <parameters>
32       </parameters>
33     </function>
34   </namespace>
35 </repository>