From edae16e793b2ef2dd680821357128b5165b34b78 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 8 Aug 2017 09:05:14 -0400 Subject: telephony-binding: convert to v2 binding Convert the telephony-binding to the v2 binding format. Also move to AFB_ message macros and remove propagation of the interface struct. Bug-AGL: SPEC-814 SPEC-913 Change-Id: Ic9ce86f59af01ce00cece4e29cd5fe36afa7d74c Signed-off-by: Matt Porter --- telephony-binding/gdbus/ofono_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telephony-binding/gdbus/ofono_manager.h') diff --git a/telephony-binding/gdbus/ofono_manager.h b/telephony-binding/gdbus/ofono_manager.h index 6454246..9df9b3c 100644 --- a/telephony-binding/gdbus/ofono_manager.h +++ b/telephony-binding/gdbus/ofono_manager.h @@ -20,7 +20,7 @@ #include #include -int ofono_manager_init(const struct afb_binding_interface *iface); +int ofono_manager_init(void); const gchar *ofono_manager_get_default_modem_path(void); const gchar *ofono_manager_get_default_modem_name(void); const gchar *ofono_manager_get_default_modem_type(void); -- cgit 1.2.3-korg