public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH obexd 1/9] gdbus: remove extra const after constification
@ 2012-05-18 18:32 Lucas De Marchi
  2012-05-18 18:32 ` [PATCH obexd 2/9] Convert GDBus methods to use macro helpers Lucas De Marchi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lucas De Marchi @ 2012-05-18 18:32 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

---
 gdbus/object.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbus/object.c b/gdbus/object.c
index 88afd66..2ddc574 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -496,7 +496,7 @@ done:
 	g_free(parent_path);
 }
 
-static const const GDBusMethodTable introspect_methods[] = {
+static const GDBusMethodTable introspect_methods[] = {
 	{ _GDBUS_METHOD("Introspect", "", "s", NULL,
 			GDBUS_ARGS({ "xml", "s" }), introspect) },
 	{ }
-- 
1.7.10.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-05-18 18:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 18:32 [PATCH obexd 1/9] gdbus: remove extra const after constification Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 2/9] Convert GDBus methods to use macro helpers Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 3/9] gdbus: use GDBusArgInfo to generate introspection Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 4/9] gdbus: loop over args to check message signature Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 5/9] Do not set signature and reply in GDBus tables Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 6/9] gdbus: remove signature and reply from tables Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 7/9] gdbus: add Deprecated annotation in introspection Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 8/9] gdbus: add Method.NoReply " Lucas De Marchi
2012-05-18 18:32 ` [PATCH obexd 9/9] gdbus: do not check signature twice Lucas De Marchi
2012-05-18 18:49 ` [PATCH obexd 1/9] gdbus: remove extra const after constification Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox