summaryrefslogtreecommitdiff
path: root/hfpd/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'hfpd/objects.h')
-rw-r--r--hfpd/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hfpd/objects.h b/hfpd/objects.h
index f8ab81f..d17536e 100644
--- a/hfpd/objects.h
+++ b/hfpd/objects.h
@@ -83,6 +83,8 @@ class AudioGateway : public HfpdExportObject {
libhfp::ErrorInfo &error,
libhfp::HfpPendingCommand *cmdp);
+ bool DoSetAutoReconnect(bool value, libhfp::ErrorInfo *error = 0);
+
public:
AudioGateway(HandsFree *hfp, libhfp::HfpSession *sessp, char *name);
virtual ~AudioGateway();
@@ -174,6 +176,7 @@ static const DbusMethod g_AudioGateway_signals[] = {
DbusSignalEntry(CallStateChanged, "y"),
DbusSignalEntry(AudioStateChanged, "y"),
DbusSignalEntry(ClaimStateChanged, "b"),
+ DbusSignalEntry(AutoReconnectChanged, "b"),
DbusSignalEntry(Ring, "ss"),
DbusSignalEntry(IndicatorChanged, "si"),
DbusSignalEntry(NameResolved, "s"),