summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-05 15:36:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-17 19:18:43 +0100
commite5cf2be0e03af4df19618076015cc2a6556ca5d4 (patch)
treebe8d6a639600a54c082db8d76a82edf2ed30e323
parentd3aa6c7942cce0cf7b602c6b0854488938f0548e (diff)
get_object_property: add brief documentation
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35766 Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
-rw-r--r--dbus/dbus-gobject.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
index 7a62d2c..80ec5c4 100644
--- a/dbus/dbus-gobject.c
+++ b/dbus/dbus-gobject.c
@@ -1063,6 +1063,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,