package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Seekable.seekable

method can_seek : unit -> bool
method can_truncate : unit -> bool
method tell : unit -> int64
method truncate : int64 -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method as_seekable : Ocgtk_gio__.Seekable.t