Initialize the gmime for upstream
[platform/upstream/gmime.git] / mono / Stream.custom
1 public long Seek (long offset)
2 {
3         return this.Seek (offset, GMime.SeekWhence.Set);
4 }