Method

GioSeekablecan_truncate

Declaration

gboolean
g_seekable_can_truncate (
  GSeekable* seekable
)

Description

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.