summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-18 12:02:54 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-18 12:02:54 +0100
commitcf1878a9c7a84788b67bad2308717d3a954f68f1 (patch)
tree62618ef99e2fa608379fbe5b8e55baef237651f6
parent8e7c49abea4c92e888fb9c24b59e1bf95fb12a62 (diff)
Document that {request,release}_name block
-rw-r--r--telepathy-glib/dbus.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 91b53d454..5fbf77a47 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -1042,7 +1042,8 @@ _tp_dbus_daemon_get_name_owner (TpDBusDaemon *self,
* @error: used to raise an error if %FALSE is returned
*
* Claim the given well-known name without queueing, allowing replacement
- * or replacing an existing name-owner.
+ * or replacing an existing name-owner. This makes a synchronous call to the
+ * bus daemon.
*
* Returns: %TRUE if @well_known_name was claimed, or %FALSE and sets @error if
* an error occurred.
@@ -1113,7 +1114,8 @@ tp_dbus_daemon_request_name (TpDBusDaemon *self,
* @well_known_name: a well-known name to acquire
* @error: used to raise an error if %FALSE is returned
*
- * Release the given well-known name.
+ * Release the given well-known name. This makes a synchronous call to the bus
+ * daemon.
*
* Returns: %TRUE if @well_known_name was released, or %FALSE and sets @error
* if an error occurred.