Discoverer


Description:

[ CCode ( has_construct_function = false ) ]
public Discoverer (ClockTime timeout) throws Error

Creates a new Discoverer with the provided timeout.

Parameters:

timeout

timeout per file, in nanoseconds. Allowed are values between one second (#GST_SECOND) and one hour (3600 * SECOND)

Returns:

The new Discoverer. If an error occurred when creating the discoverer, err will be set accordingly and null will be returned. If err is set, the caller must free it when no longer needed using g_error_free.