mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 05:25:35 +00:00
bb22b822a0
* gdk/Gdk.metadata : hide Property, Selection, and DND events * gdk/EventDND.cs : glue-based manual implementation. * gdk/EventDND.custom : kill * gdk/EventProperty.cs : glue-based manual implementation. * gdk/EventProperty.custom : kill * gdk/EventSelection.cs : glue-based manual implementation. * gdk/EventSelection.custom : kill * gdk/gdk-api.xml : regen * gdk/gdk-symbols.xml : manual mappings. * glue/event.cs : expose DND, Property and Selection struct fields. svn path=/trunk/gtk-sharp/; revision=23289
19 lines
1 KiB
XML
19 lines
1 KiB
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="GdkEventDND" name="Gdk.EventDND"/>
|
|
<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="GdkEventProperty" name="Gdk.EventProperty"/>
|
|
<symbol type="manual" cname="GdkEventScroll" name="Gdk.EventScroll"/>
|
|
<symbol type="manual" cname="GdkEventSelection" name="Gdk.EventSelection"/>
|
|
<symbol type="manual" cname="GdkEventVisibility" name="Gdk.EventVisibility"/>
|
|
</api>
|
|
|