"/org/freesmartphone/GSM/Device",
"org.freesmartphone.GSM.Call");
"/org/freesmartphone/GSM/Device",
"org.freesmartphone.GSM.Call");
stderr.printf("Antenna is %s\n", device.GetAntennaPower() ? "on" : "off");
stderr.printf("Signal strength: %d\n", network.GetSignalStrength());
stderr.printf("Calling identification: %s\n", network.GetCallingIdentification());
stderr.printf("Antenna is %s\n", device.GetAntennaPower() ? "on" : "off");
stderr.printf("Signal strength: %d\n", network.GetSignalStrength());
stderr.printf("Calling identification: %s\n", network.GetCallingIdentification());
- public void on_call_Status(int index, string status, GLib.HashTable<string, GLib.Value?> properties)
+ public void on_call_Status(DBus.Object sender, int index, string status, HashTable<string, Value?> properties)