mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Add GI annotations to GSeekable
This commit is contained in:
parent
5a8d012d29
commit
c8fd3e31ca
@ -89,7 +89,7 @@ g_seekable_can_seek (GSeekable *seekable)
|
|||||||
* @seekable: a #GSeekable.
|
* @seekable: a #GSeekable.
|
||||||
* @offset: a #goffset.
|
* @offset: a #goffset.
|
||||||
* @type: a #GSeekType.
|
* @type: a #GSeekType.
|
||||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
* @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore.
|
||||||
* @error: a #GError location to store the error occuring, or %NULL to
|
* @error: a #GError location to store the error occuring, or %NULL to
|
||||||
* ignore.
|
* ignore.
|
||||||
*
|
*
|
||||||
@ -143,7 +143,7 @@ g_seekable_can_truncate (GSeekable *seekable)
|
|||||||
* g_seekable_truncate:
|
* g_seekable_truncate:
|
||||||
* @seekable: a #GSeekable.
|
* @seekable: a #GSeekable.
|
||||||
* @offset: a #goffset.
|
* @offset: a #goffset.
|
||||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
* @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore.
|
||||||
* @error: a #GError location to store the error occuring, or %NULL to
|
* @error: a #GError location to store the error occuring, or %NULL to
|
||||||
* ignore.
|
* ignore.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user