get_supported_storages


Description:

[ Version ( since = "1.0" ) ]
public bool get_supported_storages (out SmsStorage[] storages)

Gets the list of SMS storages supported by the Modem.

Parameters:

this

A Modem.

storages

Return location for the array of SmsStorage values. The returned array should be freed with g_free when no longer needed.

n_storages

Return location for the number of values in storages.

Returns:

true if storages and storages.length are set, false otherwise.