Method

GioSeekablecan_truncate

Declaration [src]

gboolean
g_seekable_can_truncate (
  GSeekable* seekable
)

Description [src]

Tests if the length of the stream can be adjusted with g_seekable_truncate().

Return value

Type: gboolean

TRUE if the stream can be truncated, FALSE otherwise.