summaryrefslogtreecommitdiff
path: root/gio/src/fileinputstream.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/fileinputstream.hg')
-rw-r--r--gio/src/fileinputstream.hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/fileinputstream.hg b/gio/src/fileinputstream.hg
index 335edfe4..0ee1d073 100644
--- a/gio/src/fileinputstream.hg
+++ b/gio/src/fileinputstream.hg
@@ -39,6 +39,8 @@ namespace Gio
* provided the filesystem of the file allows it. In addition to the generic Seekable API, FileInputStream has its own API
* for seeking and positioning. To find the position of a file input stream, use tell(). To find out if a file input stream supports
* seeking, use can_seek(). To position a file input stream, use seek().
+ *
+ * @newin2p16
*/
class FileInputStream
: public Gio::InputStream,