scan_sync


Description:

[ Version ( since = "1.0" ) ]
public List<Modem3gppNetwork> scan_sync (Cancellable? cancellable = null) throws Error

Synchronously requests to scan available 3GPP networks.

The calling thread is blocked until a reply is received. See scan for the asynchronous version of this method.

Parameters:

this

A Modem3gpp.

cancellable

A Cancellable or null.

Returns:

a list of Modem3gppNetwork structs, or null if error is set. The returned value should be freed with g_list_free_full using free as DestroyNotify function.