Hi,
On Wed, Sep 16, 2009, RISKÓ Gergely wrote:
quoted
That saves you one level of indentation for most of the function and could
be considered also esier to read.
Agree, fixed.
Gergely
From 68b79f26969017d62118734ac8f118d973445cf9 Mon Sep 17 00:00:00 2001
From: Gergely Risko <redacted>
Date: Tue, 15 Sep 2009 15:23:24 +0300
Subject: [PATCH] gdbus: handle introspection generally in generic_message.
Previously it was a specific case, now introspection is just another
interface, which is always implemented. It is registered/unregistered
when an object path is referenced first/last.
---
gdbus/object.c | 101 ++++++++++++++++++++++++++++++++------------------------
1 files changed, 58 insertions(+), 43 deletions(-)
The patch has now been pushed upstream.
Johan