list_sync


Description:

[ Version ( since = "1.18" ) ]
public bool list_sync (Cancellable? cancellable, out List<@3gppProfile> profiles) throws Error

Synchronously gets the list of available connection profiles.

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

Parameters:

this

A Modem3gppProfileManager.

cancellable

A Cancellable or null.

profiles

A list of @3gppProfile objects available in the device. The returned value should be freed with g_list_free_full using unref as DestroyNotify.

Returns:

true if the list was correctly retrieved, false if error is set.