diff options
author | David Zeuthen <davidz@redhat.com> | 2010-05-06 15:31:45 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2010-05-06 15:31:45 -0400 |
commit | c490c14f4e3fbbe8c74b26e6cacac31b0e744c92 (patch) | |
tree | df9113881a866c54b5ef870900e2bd0ae581257b /gio/gdbusmethodinvocation.c | |
parent | d0a14469d09d5fe23de219ba293fd4a266b02ced (diff) |
Set up gtk-doc for GDBus
Also move send_credentials() and receive_credentials() to
GUnixConnection. This code might change, discussion is still ongoing
in
https://bugzilla.gnome.org/show_bug.cgi?id=617483.
Diffstat (limited to 'gio/gdbusmethodinvocation.c')
-rw-r--r-- | gio/gdbusmethodinvocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusmethodinvocation.c b/gio/gdbusmethodinvocation.c index dc6950bea..5885abcec 100644 --- a/gio/gdbusmethodinvocation.c +++ b/gio/gdbusmethodinvocation.c @@ -36,7 +36,7 @@ /** * SECTION:gdbusmethodinvocation * @short_description: Object for handling remote calls - * @include: gdbus/gdbus.h + * @include: gio/gio.h * * Instances of the #GDBusMethodInvocation class are used when * handling D-Bus method calls. It provides a way to asynchronously |