diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-01-31 16:15:26 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-01-31 16:15:26 +0900 |
commit | 38b35d807dd817aa4aede2fa94dd21e5d05d0036 (patch) | |
tree | 1de949a24c959a37d4207a2119d6b6dac77cd171 /mono/Stream.custom | |
parent | e3c3b2b8eb7042f3fda8ab96fc5c98003284449b (diff) | |
download | gmime-tizen_2.3.tar.gz gmime-tizen_2.3.tar.bz2 gmime-tizen_2.3.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.054917submit/tizen/20150403.075132submit/tizen/20150403.074558tizen_2.3
Diffstat (limited to 'mono/Stream.custom')
-rw-r--r-- | mono/Stream.custom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mono/Stream.custom b/mono/Stream.custom new file mode 100644 index 0000000..0ab4173 --- /dev/null +++ b/mono/Stream.custom @@ -0,0 +1,4 @@ +public long Seek (long offset) +{ + return this.Seek (offset, GMime.SeekWhence.Set); +} |