From 091ddd1df8d9ebcd843cc7ac6dde088b4da477e2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 5 Apr 2011 15:36:09 +0100 Subject: [PATCH 05/15] get_object_property: add brief documentation --- dbus/dbus-gobject.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c index ea214d9..e4121b6 100644 --- a/dbus/dbus-gobject.c +++ b/dbus/dbus-gobject.c @@ -1040,6 +1040,11 @@ set_object_property (DBusConnection *connection, return ret; } +/* + * @pspec: the paramspec for a D-Bus-exported property + * + * Returns: a reply for the Get() D-Bus method, either successful or error + */ static DBusMessage* get_object_property (DBusConnection *connection, DBusMessage *message, -- 1.7.4.1