Class
PhoshEmergencyCallsManager
[−]
Description [src]
final class Phosh.EmergencyCallsManager : Phosh.Manager
{
/* No available fields */
}
Manages emergency calls and contacts. Contacts are kept in a GListStore containing the emergency contacts form the calls API.
PhoshEmergencyCallsManager
provides a GListStore containing the
emergency contacts fetched from the calls API at org.gnome.Calls
.
It is designed to be used with PhoshEmergencyContactRow
and the
gtk_list_box_bind_model
function.
PhoshEmergencyCallsManager
also provides the phosh_emergency_calls_manager_call()
method
to call an emergency contact.
If you are calling an emergency contact it is advised
that you use phosh_emergency_calls_call
or phosh_emergency_calls_row_call
instead of
calling phosh_emergency_calls_manager_call
directly.
[−]
Instance methods
phosh_emergency_calls_manager_get_list_store
Gets the GListStore
that contains the currently valid emergency contacts.
[+]