diff options
Diffstat (limited to 'binding/gdbus')
-rw-r--r-- | binding/gdbus/ofono_manager.c | 3 | ||||
-rw-r--r-- | binding/gdbus/ofono_manager.h | 2 | ||||
-rw-r--r-- | binding/gdbus/ofono_voicecall.c | 2 | ||||
-rw-r--r-- | binding/gdbus/ofono_voicecallmanager.c | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/binding/gdbus/ofono_manager.c b/binding/gdbus/ofono_manager.c index 98b0fdc..ebe1412 100644 --- a/binding/gdbus/ofono_manager.c +++ b/binding/gdbus/ofono_manager.c @@ -18,9 +18,6 @@ #include <string.h> -#define AFB_BINDING_VERSION 2 -#include <afb/afb-binding.h> - #include "ofono_manager.h" #include "ofono_manager_interface.h" diff --git a/binding/gdbus/ofono_manager.h b/binding/gdbus/ofono_manager.h index 6ab7785..0556d4f 100644 --- a/binding/gdbus/ofono_manager.h +++ b/binding/gdbus/ofono_manager.h @@ -18,7 +18,7 @@ #define _GNU_SOURCE -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> int ofono_manager_init(void); 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" diff --git a/binding/gdbus/ofono_voicecallmanager.c b/binding/gdbus/ofono_voicecallmanager.c index 956bcba..10d31d1 100644 --- a/binding/gdbus/ofono_voicecallmanager.c +++ b/binding/gdbus/ofono_voicecallmanager.c @@ -18,7 +18,7 @@ #include <string.h> -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> #include "ofono_voicecallmanager_interface.h" |