From: Yang Gu <yang.gu@intel.com>
To: ofono@ofono.org
Subject: [PATCH 1/2] Use org.ofono.phonesim.Script as interface name
Date: Thu, 14 Oct 2010 20:34:41 +0800 [thread overview]
Message-ID: <1287059682-12973-1-git-send-email-yang.gu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 703 bytes --]
---
src/control.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/control.h b/src/control.h
index e455437..3c85e22 100644
--- a/src/control.h
+++ b/src/control.h
@@ -31,9 +31,9 @@ class Control;
class Script: public QDBusAbstractAdaptor
{
Q_OBJECT
- Q_CLASSINFO("D-Bus Interface", "org.phonesim.Script")
+ Q_CLASSINFO("D-Bus Interface", "org.ofono.phonesim.Script")
Q_CLASSINFO("D-Bus Introspection", ""
-" <interface name=\"org.phonesim.Script\">\n"
+" <interface name=\"org.ofono.phonesim.Script\">\n"
" <method name=\"SetPath\">\n"
" <arg direction=\"in\" type=\"s\" name=\"path\"/>\n"
" </method>\n"
--
1.7.2.3
next reply other threads:[~2010-10-14 12:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 12:34 Yang Gu [this message]
2010-10-14 12:34 ` [PATCH 2/2] doc: Describe the scriptable feature Yang Gu
2010-10-14 14:45 ` [PATCH 1/2] Use org.ofono.phonesim.Script as interface name Denis Kenzior
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=1287059682-12973-1-git-send-email-yang.gu@intel.com \
--to=yang.gu@intel.com \
--cc=ofono@ofono.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.