From 006c5750b374851685cd80ccc5d71375203236fa Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 12 Aug 2013 17:46:48 +0200 Subject: [PATCH] Documentation fix. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=29666 Reviewed-by: Chengwei Yang --- dbus/dbus-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c index 7b5f09a..3b775c7 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.c @@ -557,7 +557,7 @@ out: * * @param type bus type * @param error address where an error can be returned. - * @returns a #DBusConnection with new ref + * @returns a #DBusConnection with new ref or #NULL on error */ DBusConnection * dbus_bus_get (DBusBusType type, -- 2.7.4