mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +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
9 lines
88 B
C#
9 lines
88 B
C#
namespace GConf
|
|
{
|
|
using System;
|
|
|
|
public class NoSuchKeyException : Exception
|
|
{
|
|
}
|
|
}
|