mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 16:15:40 +00:00
5ab5d3beaf
* gdk/Gdk.metadata : hide EventFocus and EventConfigure. * gdk/EventConfigure.cs : glue-based manual implementation. * gdk/EventConfigure.custom : kill * gdk/EventFocus.cs : glue-based manual implementation. * gdk/EventFocus.custom : kill * gdk/gdk-api.xml : regen * gdk/gdk-symbols.xml : manual mappings. * glue/event.cs : expose Focus and Configure struct fields. * sample/Scribble.cs : fix EventConfigure api breakage svn path=/trunk/gtk-sharp/; revision=23239
16 lines
834 B
XML
16 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<api>
|
|
<symbol type="manual" cname="GdkEvent" name="Gdk.Event"/>
|
|
<symbol type="manual" cname="GdkEventAny" name="Gdk.Event"/>
|
|
<symbol type="manual" cname="GdkEventButton" name="Gdk.EventButton"/>
|
|
<symbol type="manual" cname="GdkEventConfigure" name="Gdk.EventConfigure"/>
|
|
<symbol type="manual" cname="GdkEventCrossing" name="Gdk.EventCrossing"/>
|
|
<symbol type="manual" cname="GdkEventExpose" name="Gdk.EventExpose"/>
|
|
<symbol type="manual" cname="GdkEventFocus" name="Gdk.EventFocus"/>
|
|
<symbol type="manual" cname="GdkEventKey" name="Gdk.EventKey"/>
|
|
<symbol type="manual" cname="GdkEventMotion" name="Gdk.EventMotion"/>
|
|
<symbol type="manual" cname="GdkEventScroll" name="Gdk.EventScroll"/>
|
|
<symbol type="manual" cname="GdkEventVisibility" name="Gdk.EventVisibility"/>
|
|
</api>
|
|
|