public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Bastien Nocera <hadess@hadess.net>
To: BlueZ Hackers <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] [PATCH] Make BluetoothClient work on all adapters
Date: Tue, 24 Jul 2007 17:20:05 +0100	[thread overview]
Message-ID: <1185294005.3641.132.camel@cookie.hadess.net> (raw)
In-Reply-To: <1185293793.3641.129.camel@cookie.hadess.net>

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

On Tue, 2007-07-24 at 17:16 +0100, Bastien Nocera wrote:
> With this patch, we can now pass a NULL as the adapter to work with all
> the adapters. This is for use in the upcoming patch for the selector
> widget.

And a tiny patch to fix the test-client's compilation.

-- 
Bastien Nocera <hadess@hadess.net> 

[-- Attachment #2: bluez-gnome-fix-test-client.patch --]
[-- Type: text/x-patch, Size: 292 bytes --]

diff --git a/common/test-client.c b/common/test-client.c
index ac32e80..68e8a82 100644
--- a/common/test-client.c
+++ b/common/test-client.c
@@ -144,7 +144,7 @@ int main(int argc, char *argv[])
 
 	gtk_main();
 
-	bluetooth_client_destroy(client);
+	g_object_unref(client);
 
 	return 0;
 }


[-- Attachment #3: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  reply	other threads:[~2007-07-24 16:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 16:16 [Bluez-devel] [PATCH] Make BluetoothClient work on all adapters Bastien Nocera
2007-07-24 16:20 ` Bastien Nocera [this message]
2007-07-24 20:54   ` Marcel Holtmann
2007-07-24 21:12     ` Bastien Nocera
2007-07-24 21:26       ` Marcel Holtmann
2007-07-24 21:14 ` Marcel Holtmann
2007-07-24 22:10   ` Bastien Nocera
2007-07-24 23:09     ` Bastien Nocera
2007-07-25  6:51       ` Marcel Holtmann
2007-07-25  7:04       ` Marcel Holtmann
2007-07-25  7:33         ` Bastien Nocera
2007-07-25  7:53           ` Marcel Holtmann
2007-07-25  7:56             ` Bastien Nocera
2007-07-25  8:05               ` Marcel Holtmann

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=1185294005.3641.132.camel@cookie.hadess.net \
    --to=hadess@hadess.net \
    --cc=bluez-devel@lists.sourceforge.net \
    /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