*** empty log message ***

svn path=/trunk/; revision=18650
This commit is contained in:
Rodrigo Moya
2002-11-07 23:09:06 +00:00
parent ce98870b71
commit 0783b601b0

View File

@ -8,3 +8,5 @@
* */*
remove the G_OBJECT macro in the calls to g_object_ref/_unref, since those functions
already do the type checking, and it's a heavy operation.
* */*
replace the signal handlers for "destroy" with weak references.