From: Dmitriy Paliy <dmitriy.paliy@nokia.com>
To: linux-bluetooth@vger.kernel.org
Cc: Dmitriy Paliy <dmitriy.paliy@nokia.com>
Subject: [PATCH] Remove unregister interface in telephony-maemo6
Date: Wed, 23 Mar 2011 15:14:57 +0200 [thread overview]
Message-ID: <1300886097-18032-1-git-send-email-dmitriy.paliy@nokia.com> (raw)
g_dbus_unregister_interface is removed from maemo6 telephony driver.
Interface com.nokia.MaemoTelephony is not used as result of changes
in csd back-end. CreateWith was replaced by Create and CreateFromLast
method calls, and set last number is implemented directly in csd.
Registration of this interface was removed due to these changes.
---
audio/telephony-maemo6.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index e727955..53bbccc 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -66,10 +66,6 @@ enum net_registration_status {
NETWORK_REG_STATUS_UNKOWN
};
-/* Driver definitions */
-#define TELEPHONY_MAEMO_PATH "/com/nokia/MaemoTelephony"
-#define TELEPHONY_MAEMO_INTERFACE "com.nokia.MaemoTelephony"
-
/* CSD CALL plugin D-Bus definitions */
#define CSD_CALL_BUS_NAME "com.nokia.csd.Call"
#define CSD_CALL_INTERFACE "com.nokia.csd.Call"
@@ -1990,9 +1986,6 @@ void telephony_exit(void)
g_slist_free(watches);
watches = NULL;
- g_dbus_unregister_interface(connection, TELEPHONY_MAEMO_PATH,
- TELEPHONY_MAEMO_INTERFACE);
-
dbus_connection_unref(connection);
connection = NULL;
--
1.7.1
next reply other threads:[~2011-03-23 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-23 13:14 Dmitriy Paliy [this message]
2011-03-23 13:39 ` [PATCH] Remove unregister interface in telephony-maemo6 Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1300886097-18032-1-git-send-email-dmitriy.paliy@nokia.com \
--to=dmitriy.paliy@nokia.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox