Some documentation tweaks

Add links to the D-Bus docs in some places, and various
other additions.
This commit is contained in:
Matthias Clasen
2010-05-09 01:44:11 -04:00
parent 9164fd02c9
commit 8315eb77d5
7 changed files with 33 additions and 21 deletions

View File

@@ -43,6 +43,10 @@
* Instances of the #GDBusMethodInvocation 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 #GDBusMethodInvocation object is to receive
* it as an argument to the handle_method_call() function in a
* #GDBusInterfaceVTable that was passed to g_dbus_connection_register_object().
*/
struct _GDBusMethodInvocationPrivate