no more submodule
This commit is contained in:
22
GtkSharp/Source/Libs/GioSharp/Generated/GLib/ISeekable.cs
Normal file
22
GtkSharp/Source/Libs/GioSharp/Generated/GLib/ISeekable.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// This file was generated by the Gtk# code generator.
|
||||
// Any changes made will be lost if regenerated.
|
||||
|
||||
namespace GLib {
|
||||
|
||||
using System;
|
||||
|
||||
#region Autogenerated code
|
||||
public partial interface ISeekable : GLib.IWrapper {
|
||||
|
||||
bool CanSeek {
|
||||
get;
|
||||
}
|
||||
bool CanTruncate();
|
||||
bool Seek(long offset, GLib.SeekType type, GLib.Cancellable cancellable);
|
||||
long Position {
|
||||
get;
|
||||
}
|
||||
bool Truncate(long offset, GLib.Cancellable cancellable);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user