From d76f6747944d147e3abd35a2510e5973a390a5d0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Sep 2009 13:36:28 -0500 Subject: Cleanup: Do not expose DBus details to drivers --- include/call-volume.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'include/call-volume.h') diff --git a/include/call-volume.h b/include/call-volume.h index ba2758f3..646b4b11 100644 --- a/include/call-volume.h +++ b/include/call-volume.h @@ -40,19 +40,15 @@ struct ofono_call_volume_driver { void *data); void (*remove)(struct ofono_call_volume *cv); void (*speaker_volume)(struct ofono_call_volume *cv, - unsigned char percent, - ofono_call_volume_cb_t cb, void *data); + unsigned char percent, + ofono_call_volume_cb_t cb, void *data); void (*microphone_volume)(struct ofono_call_volume *cv, - unsigned char percent, - ofono_call_volume_cb_t cb, void *data); + unsigned char percent, + ofono_call_volume_cb_t cb, void *data); }; void ofono_call_volume_notify(struct ofono_call_volume *cv, const char *property, unsigned char percent); -DBusMessage *ofono_set_call_volume(DBusMessage *msg, - struct ofono_call_volume *cv, - const char *property, - unsigned char percent); int ofono_call_volume_driver_register(const struct ofono_call_volume_driver *d); void ofono_call_volume_driver_unregister( -- cgit v1.2.3