summaryrefslogtreecommitdiff
path: root/gio/src/dbusproxy.hg
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-01-31 12:37:30 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-01-31 12:37:30 +0100
commitcbd3af07e015558802dcf5ac7917bafb69e95ac7 (patch)
tree81cd7dc3e61b4abe535d38ae06fc9849a4532afb /gio/src/dbusproxy.hg
parente0637cdb37460340c9942f5590492dca9558087f (diff)
downloadglibmm-cbd3af07e015558802dcf5ac7917bafb69e95ac7.tar.gz
Fix some doxygen warnings
* gio/src/action.hg: * gio/src/actionmap.hg: * gio/src/dbusconnection.hg: * gio/src/dbusproxy.hg: * gio/src/file.hg: * gio/src/fileinfo.hg: * gio/src/menuitem.hg: * gio/src/mount.hg: * gio/src/settings.hg: * gio/src/simpleaction.hg: * gio/src/threadedsocketservice.hg: * glib/glibmm/base64.h: * glib/glibmm/refptr.h: * glib/src/variant.hg: Fix some warnings in doxygen.log.
Diffstat (limited to 'gio/src/dbusproxy.hg')
-rw-r--r--gio/src/dbusproxy.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/dbusproxy.hg b/gio/src/dbusproxy.hg
index 298f9b2b..0f79156d 100644
--- a/gio/src/dbusproxy.hg
+++ b/gio/src/dbusproxy.hg
@@ -370,6 +370,7 @@ public:
/** Finishes an operation started with call() (with a UnixFDList).
* @param res A AsyncResult obtained from the SlotAsyncReady passed to
* call().
+ * @param out_fd_list Return location for a UnixFDList.
* @result A Variant tuple with return values.
* @throw Glib::Error.
* @newin{2,34}