Method

GnomeAutoarCompressorset_notify_interval

Declaration [src]

void
autoar_compressor_set_notify_interval (
  AutoarCompressor* self,
  gint64 notify_interval
)

Description [src]

Sets the minimal interval between emission of AutoarCompressor::progress signal. This prevent too frequent signal emission, which may cause performance impact. If you do not want this feature, you can set the interval to 0, so you will receive every progress update.

Parameters

notify_interval

Type: gint64

The minimal interval in microseconds.