no more submodule
This commit is contained in:
11
GtkSharp/Source/Libs/GtkSourceSharp/Buffer.cs
Normal file
11
GtkSharp/Source/Libs/GtkSourceSharp/Buffer.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace GtkSource
|
||||
{
|
||||
using System;
|
||||
public partial class Buffer : Gtk.TextBuffer
|
||||
{
|
||||
public Buffer() : base(IntPtr.Zero)
|
||||
{
|
||||
Raw = gtk_source_buffer_new(IntPtr.Zero);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user