list_sync


Description:

[ Version ( since = "1.24" ) ]
public List<Cbm> list_sync (Cancellable? cancellable = null) throws Error

Synchronously lists the Cbm objects in the modem.

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

Parameters:

this

A ModemCellBroadcast.

cancellable

A Cancellable or null.

Returns:

A list of Cbm objects, or NULL if either not found or throws is set. The returned value should be freed with g_list_free_full using unref as DestroyNotify function.