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

@@ -37,7 +37,11 @@
* @include: gio/gio.h
*
* Various data structures and convenience routines to parse and
* generate D-Bus introspection XML.
* generate D-Bus introspection XML. Introspection information is
* used when registering objects with g_dbus_connection_register_object().
*
* The format of D-BUs introspection XML is specified in the
* <link linkend="http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format">D-Bus specification</link>.
*/
/* ---------------------------------------------------------------------------------------------------- */