mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 00:25:32 +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.
|
for cdecl callback delegates on win32.
|
||||||
* glade/makefile.win32 : use gapi-cdecl-insert
|
* glade/makefile.win32 : use gapi-cdecl-insert
|
||||||
* glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc.
|
* glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc.
|
||||||
|
* glib/Makefile.am : add new file.
|
||||||
* glib/makefile.win32 : use gapi-cdecl-insert
|
* glib/makefile.win32 : use gapi-cdecl-insert
|
||||||
* glib/CDeclCallbackAttribute.cs : new attr to tag delegates with
|
* glib/CDeclCallbackAttribute.cs : new attr to tag delegates with
|
||||||
that will be invoked from native code. We have to mangle the il
|
that will be invoked from native code. We have to mangle the il
|
||||||
|
|
|
@ -12,6 +12,7 @@ references =
|
||||||
sources = \
|
sources = \
|
||||||
Argv.cs \
|
Argv.cs \
|
||||||
Boxed.cs \
|
Boxed.cs \
|
||||||
|
CDeclCallbackAttribute.cs \
|
||||||
ClassInitializerAttribute.cs \
|
ClassInitializerAttribute.cs \
|
||||||
ConnectBeforeAttribute.cs \
|
ConnectBeforeAttribute.cs \
|
||||||
DefaultSignalHandlerAttribute.cs \
|
DefaultSignalHandlerAttribute.cs \
|
||||||
|
|
Loading…
Reference in a new issue