2002-08-22 Mike Kestner <mkestner@speakeasy.net>

* glib/Makefile.in : rm -rf generated on make clean target
	* gnome/CanvasProxy.cs : add missing Signals hash.

svn path=/trunk/gtk-sharp/; revision=6833
This commit is contained in:
Mike Kestner 2002-08-20 23:43:16 +00:00
parent e9f5e789b6
commit 3f76288572
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-08-22 Mike Kestner <mkestner@speakeasy.net>
* glib/Makefile.in : rm -rf generated on make clean target
* gnome/CanvasProxy.cs : add missing Signals hash.
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
Ditto for generator and api.

View File

@ -13,6 +13,7 @@ glib-sharp.dll: *.cs
clean:
rm -f *.dll
rm -rf generated
install: all
cp glib-sharp.dll $(DESTDIR)@prefix@/lib || exit 1

View File

@ -7,6 +7,7 @@
//
using System;
using System.Collections;
namespace Gnome {
@ -21,6 +22,8 @@ namespace Gnome {
{
}
private Hashtable Signals = new Hashtable ();
public event GtkSharp.UpdateHandler Update {
add {
throw new NotImplementedException ();