package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gio/Ocgtk_gio/Gio/Wrappers/Seekable/index.html
Module Wrappers.Seekable
type t = [ `seekable ] Gobject.objval from_gobject : 'a Gobject.obj -> tval truncate :
t ->
int64 ->
[ `cancellable | `object_ ] Gobject.obj option ->
(bool, GError.t) resultSets the length of the stream to @offset. If the stream was previously larger than @offset, the extra data is discarded. If the stream was previously shorter than @offset, it is extended with NUL ('\0') bytes.
If @cancellable is not %NULL, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. If an operation was partially finished when the operation was cancelled the partial result will be returned, without an error.
val tell : t -> int64Tells the current position within the stream.
val can_truncate : t -> boolTests if the length of the stream can be adjusted with g_seekable_truncate().
val can_seek : t -> boolTests if the stream supports the #GSeekableIface.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>