no more submodule
This commit is contained in:
21
GtkSharp/Source/Libs/WebkitGtkSharp/ObjectManager.cs
Normal file
21
GtkSharp/Source/Libs/WebkitGtkSharp/ObjectManager.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using JavaScript;
|
||||
|
||||
namespace GtkSharp.WebkitGtkSharp
|
||||
{
|
||||
|
||||
public partial class ObjectManager
|
||||
{
|
||||
|
||||
// Call this method from the appropriate module init function.
|
||||
static partial void InitializeExtras()
|
||||
{
|
||||
|
||||
GLib.GType.Register(WebKit.JavascriptResult.GType, typeof(WebKit.JavascriptResult));
|
||||
|
||||
GLib.GType.Register(Value.GType, typeof(Value));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user