summaryrefslogtreecommitdiff
path: root/gio/src/dbusmethodinvocation.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/dbusmethodinvocation.hg')
-rw-r--r--gio/src/dbusmethodinvocation.hg6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/src/dbusmethodinvocation.hg b/gio/src/dbusmethodinvocation.hg
index bbe84db7..dde86857 100644
--- a/gio/src/dbusmethodinvocation.hg
+++ b/gio/src/dbusmethodinvocation.hg
@@ -36,12 +36,12 @@ class Connection;
_GMMPROC_EXTRA_NAMESPACE(DBus)
-/** DBusMethodInvocation - Object for handling remote calls.
- * Instances of the DBusMethodInvocation class are used when handling D-Bus
+/** An Object for handling remote calls.
+ * Instances of the MethodInvocation class are used when handling D-Bus
* method calls. It provides a way to asynchronously return results and
* errors.
*
- * The normal way to obtain a DBusMethodInvocation object is to receive it as
+ * The normal way to obtain a MethodInvocation object is to receive it as
* an argument to the SlotMethodCall that was passed to
* Gio::DBus::Connection::register_object().
*