mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:35:40 +00:00
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
5 lines
100 B
C#
5 lines
100 B
C#
namespace GConf
|
|
{
|
|
public delegate void NotifyEventHandler (object sender, NotifyEventArgs args);
|
|
}
|