get_cell_info_sync


Description:

[ Version ( since = "1.20" ) ]
public List<CellInfo> get_cell_info_sync (Cancellable? cancellable = null) throws Error

Synchronously requests to get info about serving and neighboring cells.

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

Parameters:

this

A Modem.

cancellable

A Cancellable or null.

Returns:

a list of CellInfo objects, or null if error is set. The returned value should be freed with g_list_free_full using unref as DestroyNotify function.