summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-transport-unix.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-03-26 19:21:42 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-03-26 19:21:42 +0000
commit4b13bb6d7f9a8e240cc41466dc70d9beb912a35e (patch)
tree288fc3cfabded4338a7d4eae00cd4f8d3811bb5a /dbus/dbus-transport-unix.c
parent269d74f214f87bed0f6fd58f1c848240d31e0b9f (diff)
2003-03-26 Anders Carlsson <andersca@codefactory.se>
* Doxyfile.in: * dbus/dbus-address.c: * dbus/dbus-dict.c: * dbus/dbus-marshal.c: * dbus/dbus-server-debug-pipe.c: * dbus/dbus-transport-unix.c: Fix documentation warnings.
Diffstat (limited to 'dbus/dbus-transport-unix.c')
-rw-r--r--dbus/dbus-transport-unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-transport-unix.c b/dbus/dbus-transport-unix.c
index 35eccb84..d34565eb 100644
--- a/dbus/dbus-transport-unix.c
+++ b/dbus/dbus-transport-unix.c
@@ -1028,7 +1028,7 @@ _dbus_transport_new_for_fd (int fd,
*
* @param path the path to the domain socket.
* @param server #TRUE if this transport is on the server side of a connection
- * @param error location to store reason for failure.
+ * @param error address where an error can be returned.
* @returns a new transport, or #NULL on failure.
*/
DBusTransport*
@@ -1070,7 +1070,7 @@ _dbus_transport_new_for_domain_socket (const char *path,
* @param host the host to connect to
* @param port the port to connect to
* @param server #TRUE if this transport is on the server side of a connection
- * @param result location to store reason for failure.
+ * @param error location to store reason for failure.
* @returns a new transport, or #NULL on failure.
*/
DBusTransport*