GSeekable: Fix g_seekable_truncate invoker reference

https://bugzilla.gnome.org/show_bug.cgi?id=573251
This commit is contained in:
Rico Tzschichholz 2017-11-04 20:05:37 +01:00
parent 0091f7f212
commit df66b25301

View File

@ -159,7 +159,7 @@ g_seekable_can_truncate (GSeekable *seekable)
} }
/** /**
* g_seekable_truncate: * g_seekable_truncate: (virtual truncate_fn)
* @seekable: a #GSeekable. * @seekable: a #GSeekable.
* @offset: new length for @seekable, in bytes. * @offset: new length for @seekable, in bytes.
* @cancellable: (nullable): optional #GCancellable object, %NULL to ignore. * @cancellable: (nullable): optional #GCancellable object, %NULL to ignore.