From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 0/9] Fixing DBus error system in BlueZ
Date: Wed, 10 Nov 2010 13:38:36 -0200 [thread overview]
Message-ID: <20101110153836.GA3275@vigoh> (raw)
In-Reply-To: <1289366622.9615.230.camel@aeonflux>
Hi Marcel,
* Marcel Holtmann <marcel@holtmann.org> [2010-11-10 14:23:42 +0900]:
> Hi Gustavo,
>
> > > On Mon, Nov 08, 2010, Gustavo F. Padovan wrote:
> > > > Here are some patches that try to fix the mess of reporting error to
> > > > DBus inside BlueZ. It follows the oFono and ConnMan error system.
> > > >
> > > > The goal is to get ride of any directly call to g_dbus_create_error()
> > > > inside bluez code, changing that to __btd_error_*. This patch set
> > > > doesn't fix all of them yet, but is a very good start. Please review.
> > > >
> > > >
> > > > Gustavo F. Padovan (9):
> > > > Create __btd_error_invalid_args()
> > > > Add __btd_error_already_exists()
> > > > Add __btd_error_not_supported()
> > > > Add __btd_error_not_connected()
> > > > Add __btd_error_in_progress()
> > > > Add __btd_error_not_available()
> > > > Add __btd_error_busy()
> > > > Add __btd_error_does_not_exist()
> > > > Add __btd_error_not_authorized()
> > >
> > > The patches seem fine to me, but before pushing upstream I'd like to
> > > understand the reason for prefixing these with with __btd instead of
> > > btd. What's the criteria used to decide what to use and when and why is
> > > __btd the correct choice for these new functions? My first guess would
> > > have been that __btd is for things only accessible by the core-daemon
> > > whereas btd is for functions exported to plugins, but that doesn't seem
> > > to be the case with your patches since many of these __btd functions get
> > > called from plugins.
> >
> > I just followed oFono and ConnMan on this. That is the reason and I
> > didn't asked myself why have a __ in this case.. But I see your point.
> > Do you think that change that to btd_error_* will fit better inside
> > BlueZ? I can change that then.
>
> so within ConnMan and oFono we make a difference between public symbols
> that are reachable from within plugins and other which are not.
>
> In general btd_ should be public symbols available to plugins and __btd_
> for internal symbols that are no available to plugins.
>
> For builtin plugins that makes no difference of course, but this is not
> about internal builtin plugins. It is for protecting against external
> plugins to not allow access to internal details.
>
> That said, bluetoothd is not linked with the case to hide certain
> symbols anyway so that right now there is no real difference here.
So to make that more clear, I'll change these functions to btd_
--
Gustavo F. Padovan
http://profusion.mobi
prev parent reply other threads:[~2010-11-10 15:38 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-08 6:29 [PATCH 0/9] Fixing DBus error system in BlueZ Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 1/9] Create __btd_error_invalid_args() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 2/9] Add __btd_error_already_exists() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 3/9] Add __btd_error_not_supported() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 4/9] Add __btd_error_not_connected() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 5/9] Add __btd_error_in_progress() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 6/9] Add __btd_error_not_available() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 7/9] Add __btd_error_busy() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 8/9] Add __btd_error_does_not_exist() Gustavo F. Padovan
2010-11-08 6:29 ` [PATCH 9/9] Add __btd_error_not_authorized() Gustavo F. Padovan
2010-11-09 8:22 ` [PATCH 2/9] Add __btd_error_already_exists() Jose Antonio Santos Cadenas
2010-11-09 17:13 ` Gustavo F. Padovan
2010-11-09 20:13 ` Jose Antonio Santos Cadenas
2010-11-09 20:30 ` Gustavo F. Padovan
2010-11-09 20:35 ` Jose Antonio Santos Cadenas
2010-11-09 8:20 ` [PATCH 1/9] Create __btd_error_invalid_args() Jose Antonio Santos Cadenas
2010-11-10 0:51 ` Gustavo F. Padovan
2010-11-08 12:33 ` [PATCH 0/9] Fixing DBus error system in BlueZ Johan Hedberg
2010-11-08 17:31 ` Gustavo F. Padovan
2010-11-10 5:23 ` Marcel Holtmann
2010-11-10 15:38 ` Gustavo F. Padovan [this message]
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=20101110153836.GA3275@vigoh \
--to=padovan@profusion.mobi \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.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.