mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 22:55:28 +00:00
3ed7e0901e
* configure.ac: require gtk+-3.0.0 and glib-2.28.0 * gdk/gdk-api.raw: reparse * gdk/gdk-symbols.xml: add alias for Window (XID) to gulong * gtk/Plug.custom: update custom ctors to ulong XID versions. * gtk/gtk-api.raw: reparse * gtk/gtk-sharp.dll.config.in: change dllname remap to match 3.0.0 so. * sources/.gitignore: fix glib and gtk+ dirs * sources/Makefile.am: update to gtk+ 3.0.0 * sources/sources.xml: update to gtk+ 3.0.0
29 lines
2 KiB
XML
29 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<api>
|
|
<symbol type="alias" cname="Window" name="gulong" />
|
|
<symbol type="marshal" cname="GdkEvent" name="Gdk.Event" marshal_type="IntPtr" call_fmt="{0}.Handle" from_fmt="Gdk.Event.GetEvent ({0})"/>
|
|
<symbol type="marshal" cname="GdkEventAny" name="Gdk.Event" marshal_type="IntPtr" call_fmt="{0}.Handle" from_fmt="Gdk.Event.GetEvent ({0})"/>
|
|
<symbol type="manual" cname="GdkEventButton" name="Gdk.EventButton"/>
|
|
<symbol type="manual" cname="GdkEventClient" name="Gdk.EventClient"/>
|
|
<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="GdkEventGrabBroken" name="Gdk.EventGrabBroken"/>
|
|
<symbol type="manual" cname="GdkEventKey" name="Gdk.EventKey"/>
|
|
<symbol type="manual" cname="GdkEventMotion" name="Gdk.EventMotion"/>
|
|
<symbol type="marshal" cname="GdkEventNoExpose" name="Gdk.Event" marshal_type="IntPtr" call_fmt="{0}.Handle" from_fmt="Gdk.Event.GetEvent ({0})"/>
|
|
<symbol type="manual" cname="GdkEventProperty" name="Gdk.EventProperty"/>
|
|
<symbol type="manual" cname="GdkEventProximity" name="Gdk.EventProximity"/>
|
|
<symbol type="manual" cname="GdkEventScroll" name="Gdk.EventScroll"/>
|
|
<symbol type="manual" cname="GdkEventSelection" name="Gdk.EventSelection"/>
|
|
<symbol type="manual" cname="GdkEventSetting" name="Gdk.EventSetting"/>
|
|
<symbol type="manual" cname="GdkEventOwnerChange" name="Gdk.EventOwnerChange"/>
|
|
<symbol type="manual" cname="GdkEventVisibility" name="Gdk.EventVisibility"/>
|
|
<symbol type="manual" cname="GdkEventWindowState" name="Gdk.EventWindowState"/>
|
|
<symbol type="simple" cname="GdkKey" name="Gdk.Key" default_value="Gdk.Key.VoidSymbol"/>
|
|
<symbol type="struct" cname="GdkRectangle" name="Gdk.Rectangle"/>
|
|
</api>
|
|
|