mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:35:33 +00:00
38d1a3f13e
Also: * improving naming consistency * obsolete old/broken stuff * clean up tabs/space mix NOTE: this removes the wrapper caches for Pattern and Surface as there was no reliable way to clear them. This is a merge from changes in Mono.Cairo in mono 3.2.
12 lines
670 B
XML
12 lines
670 B
XML
<?xml version="1.0"?>
|
|
<api>
|
|
<namespace name="Cairo">
|
|
<enum cname="cairo_content_t" name="Content" type="enum" />
|
|
</namespace>
|
|
<symbol type="ownable" cname="cairo_t" name="Cairo.Context"/>
|
|
<symbol type="manual" cname="cairo_font_options_t" name="Cairo.FontOptions"/>
|
|
<symbol type="manual" cname="cairo_region_t" name="Cairo.Region"/>
|
|
<symbol type="marshal" cname="cairo_pattern_t" name="Cairo.Pattern" marshal_type="IntPtr" call_fmt="{0}.Handle" from_fmt="Cairo.Pattern.Lookup ({0})" />
|
|
<symbol type="marshal" cname="cairo_surface_t" name="Cairo.Surface" marshal_type="IntPtr" call_fmt="{0}.Handle" from_fmt="Cairo.Surface.Lookup ({0}, true)" />
|
|
</api>
|