summaryrefslogtreecommitdiffstats
path: root/include/call-volume.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-28 13:36:28 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-29 14:56:21 -0500
commitd76f6747944d147e3abd35a2510e5973a390a5d0 (patch)
tree5ab9f3b26841c9eb0a2fda79dc7caa583f443a0a /include/call-volume.h
parentf5e24369cac14a704852f27f12a9770c1eba3df5 (diff)
downloadofono-d76f6747944d147e3abd35a2510e5973a390a5d0.tar.bz2
Cleanup: Do not expose DBus details to drivers
Diffstat (limited to 'include/call-volume.h')
-rw-r--r--include/call-volume.h12
1 files changed, 4 insertions, 8 deletions
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(