mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:05:29 +00:00
2005-03-23 Mike Kestner <mkestner@novell.com>
* glib/Makefile.am : add new file. svn path=/trunk/gtk-sharp/; revision=42169
This commit is contained in:
parent
ac4cc59206
commit
c14d107865
|
@ -5,6 +5,7 @@
|
|||
for cdecl callback delegates on win32.
|
||||
* glade/makefile.win32 : use gapi-cdecl-insert
|
||||
* glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc.
|
||||
* glib/Makefile.am : add new file.
|
||||
* glib/makefile.win32 : use gapi-cdecl-insert
|
||||
* glib/CDeclCallbackAttribute.cs : new attr to tag delegates with
|
||||
that will be invoked from native code. We have to mangle the il
|
||||
|
|
|
@ -12,6 +12,7 @@ references =
|
|||
sources = \
|
||||
Argv.cs \
|
||||
Boxed.cs \
|
||||
CDeclCallbackAttribute.cs \
|
||||
ClassInitializerAttribute.cs \
|
||||
ConnectBeforeAttribute.cs \
|
||||
DefaultSignalHandlerAttribute.cs \
|
||||
|
|
Loading…
Reference in a new issue