mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
docs: Fix a typo in the GSeekable documentation
This commit is contained in:
parent
52f34311b9
commit
29f3e40e4e
@ -49,7 +49,7 @@ typedef struct _GSeekableIface GSeekableIface;
|
|||||||
* @tell: Tells the current location within a stream.
|
* @tell: Tells the current location within a stream.
|
||||||
* @can_seek: Checks if seeking is supported by the stream.
|
* @can_seek: Checks if seeking is supported by the stream.
|
||||||
* @seek: Seeks to a location within a stream.
|
* @seek: Seeks to a location within a stream.
|
||||||
* @can_truncate: Chekcs if truncation is suppored by the stream.
|
* @can_truncate: Checks if truncation is supported by the stream.
|
||||||
* @truncate_fn: Truncates a stream.
|
* @truncate_fn: Truncates a stream.
|
||||||
*
|
*
|
||||||
* Provides an interface for implementing seekable functionality on I/O Streams.
|
* Provides an interface for implementing seekable functionality on I/O Streams.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user