diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 11:11:59 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-15 10:21:22 -0700 |
commit | 1327b1e52b86f288dffb8e2655ee9a58865ae8b8 (patch) | |
tree | 738c7e69f4363aba0082f7f6e6bd67d5f40b138e /binding/gdbus/ofono_voicecall.c | |
parent | de0372f543e595966622c0c63a93fb994f92d022 (diff) |
binding: telephony: upgrade to afm framework version 3
Bug-AGL: SPEC-1757
Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/gdbus/ofono_voicecall.c')
-rw-r--r-- | binding/gdbus/ofono_voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/gdbus/ofono_voicecall.c b/binding/gdbus/ofono_voicecall.c index cdc0da9..73e4072 100644 --- a/binding/gdbus/ofono_voicecall.c +++ b/binding/gdbus/ofono_voicecall.c @@ -19,7 +19,7 @@ #include <string.h> #include <unistd.h> -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> #include "ofono_voicecall_interface.h" |