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.

[]

Constructors

phosh_emergency_calls_manager_new
No description available.

[]

Instance methods

phosh_emergency_calls_manager_call

Starts an emergency call with the specified id.

phosh_emergency_calls_manager_get_list_store

Gets the GListStore that contains the currently valid emergency contacts.

Methods inherited from GObject (43)
[]

Properties

[]

Signals

Phosh.EmergencyCallsManager::dial-error
No description available.

Signals inherited from GObject (1)

Class structure