Class
PhoshEmergencyContact
Description [src]
final class Phosh.EmergencyContact : GObject.Object
{
/* No available fields */
}
PhoshEmergencyContact holds data about an emergency contact and is used to build PhoshEmergencyContactRow.
A GListStore of PhoshEmergencyContact is provided by PhoshEmergencyContactManager.
Constructors
phosh_emergency_contact_new
phosh_emergency_contact_new creates a new PhoshEmergencyContact with the provided information.
The input information is designed parsed from the DBus API and then provided to this function.
See PhoshEmergencyContactManager on_update_finish function for reference.
Properties
Phosh.EmergencyContact:source
An integer identifying the source of the emergency contact. Eg SIM card or user entered.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.