d33dd8a15f
* gconf, sample/gconf: Added. * glue/combo.c: This was never added, add it now. * configure.in, makefile, sample/Makefile.in: Build new gconf bindings if gnome is enabled. svn path=/trunk/gtk-sharp/; revision=8389
4 lines
100 B
C#
4 lines
100 B
C#
namespace GConf
|
|
{
|
|
public delegate void NotifyEventHandler (object sender, NotifyEventArgs args);
|
|
}
|