diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2012-02-24 01:36:58 -0500 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2012-02-24 01:36:58 -0500 |
commit | 7359374ab9fae0921a3ef0b5a1f35ca018e603e4 (patch) | |
tree | 1ffcf6579b597af4fb58e74adb1c677f105978d0 /gio/src/dbusauthobserver.hg | |
parent | dc9c8c157625ffc0b76c991508ce84c134b497ca (diff) | |
download | glibmm-7359374ab9fae0921a3ef0b5a1f35ca018e603e4.tar.gz |
Gio::Application, Gio::DBus::AuthObserver: Typos.
* gio/src/application.hg:
* gio/src/dbusauthobserver.hg:
Diffstat (limited to 'gio/src/dbusauthobserver.hg')
-rw-r--r-- | gio/src/dbusauthobserver.hg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/dbusauthobserver.hg b/gio/src/dbusauthobserver.hg index fdcc11d8..d9e43248 100644 --- a/gio/src/dbusauthobserver.hg +++ b/gio/src/dbusauthobserver.hg @@ -33,7 +33,7 @@ namespace DBus _GMMPROC_EXTRA_NAMESPACE(DBus) //TODO: Add example from the C API docs in class docs. -/** Ah object used for authenticating connections. +/** AuthObserver - An object used for authenticating connections. * The AuthObserver type provides a mechanism for participating in how a * Server (or a Connection) authenticates remote peers. Simply * instantiate an AuthObserver and connect to the signals you are |