From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Moringen Newsgroups: gmane.emacs.devel Subject: Re: Automatic value conversion in DBus bindings Date: Mon, 27 Jul 2009 20:18:39 +0200 Message-ID: <11098_1248718720_ZZg0A0R9JFu3y.00_1248718719.6643.58.camel@localhost.localdomain> References: <22440_1248662818_ZZg0A4O3jD8Bt.00_1248662661.13837.61.camel@localhost.localdomain> <87zlaq7n26.fsf@gmx.de> <13232_1248674000_ZZg0A7P405NBX.00_1248673790.13837.92.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1248718955 21175 80.91.229.12 (27 Jul 2009 18:22:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 18:22:35 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 20:22:28 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MVUqB-00030l-V3 for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 20:22:28 +0200 Original-Received: from localhost ([127.0.0.1]:36501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVUqB-0005Ao-8l for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 14:22:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVUme-0003ze-Fw for emacs-devel@gnu.org; Mon, 27 Jul 2009 14:18:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVUmZ-0003wE-8M for emacs-devel@gnu.org; Mon, 27 Jul 2009 14:18:47 -0400 Original-Received: from [199.232.76.173] (port=54986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVUmZ-0003wA-1k for emacs-devel@gnu.org; Mon, 27 Jul 2009 14:18:43 -0400 Original-Received: from mux1-unibi-smtp.hrz.uni-bielefeld.de ([129.70.204.65]:58977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVUmY-0007A9-F2 for emacs-devel@gnu.org; Mon, 27 Jul 2009 14:18:42 -0400 Original-Received: from pmxchannel-daemon.mux1-unibi-smtp.hrz.uni-bielefeld.de by mux1-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) id <0KNG00700DJ4IU00@mux1-unibi-smtp.hrz.uni-bielefeld.de> for emacs-devel@gnu.org; Mon, 27 Jul 2009 20:18:41 +0200 (CEST) Original-Received: from [192.168.36.100] ([212.100.48.195]) by mux1-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPPSA id <0KNG002MBDJ44J70@mux1-unibi-smtp.hrz.uni-bielefeld.de>; Mon, 27 Jul 2009 20:18:40 +0200 (CEST) In-reply-to: X-Mailer: Evolution 2.27.4 X-EnvFrom: jan.moringen@uni-bielefeld.de X-PMX-Version: 5.5.1.360522, Antispam-Engine: 2.6.1.350677, Antispam-Data: 2009.7.27.180617, pmx8 X-Connecting-IP: 212.100.48.195 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-Mailman-Approved-At: Mon, 27 Jul 2009 14:20:36 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113245 Archived-At: Hi Michael. > > I have no idea how I could work around this problem without the ability > > to not return any values from a DBus-invoked function. If further > > explanations or tests are required, I would be happy to provide them. > > Could you, please, check whether the patches solve your needs? I used the :ignore symbol as you described and it worked just fine. Or at least Empathy stopped complaining ;) Thank you for the quick fix. Kind regards, Jan