mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 22:55:28 +00:00
955cdcf123
* cairo/Surface.cs: expose LookupSurface * cairo/cairo-api.xml: add surface mapping * gdk/*: updates and hobbling to get gdk building. lots of work to come.
8 lines
406 B
XML
8 lines
406 B
XML
<?xml version="1.0"?>
|
|
<api>
|
|
<symbol type="manual" 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_surface_t" name="Cairo.Surface" native_type="IntPtr" to_fmt="{0}.Handle" from_fmt="Cairo.Surface.LookupSurface ({0})" />
|
|
</api>
|