[glibmm] Gio::Application, Gio::DBus::AuthObserver: Typos.



commit 7359374ab9fae0921a3ef0b5a1f35ca018e603e4
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Fri Feb 24 01:36:58 2012 -0500

    Gio::Application, Gio::DBus::AuthObserver: Typos.
    
    	* gio/src/application.hg:
    	* gio/src/dbusauthobserver.hg:

 ChangeLog                   |    7 +++++++
 gio/src/application.hg      |    2 +-
 gio/src/dbusauthobserver.hg |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a1b7cd9..8f3c64c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-02-24  Josà Alburquerque  <jaalburquerque gmail com>
 
+	Gio::Application, Gio::DBus::AuthObserver: Typos.
+
+	* gio/src/application.hg:
+	* gio/src/dbusauthobserver.hg:
+
+2012-02-24  Josà Alburquerque  <jaalburquerque gmail com>
+
 	Gio::Application: Add missing virtual functions and methods.
 
 	* gio/src/application.{ccg,hg}: Add the rest of the virtual functions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 2fa3912..888b3a8 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -208,7 +208,7 @@ protected:
   _WRAP_VFUNC(void before_emit(const Glib::VariantBase& platform_data), "before_emit")
   _WRAP_VFUNC(void after_emit(const Glib::VariantBase& platform_data), "after_emit")
 
-  //TODO: File a bug about GVariantBuilder not being registered with the GType system first
+  //TODO: File a bug about GVariantBuilder not being registered with the GType system first:
   //_WRAP_VFUNC(void add_platform_data(Glib::VariantBuilder* builder), "add_platform_data")
 
   _WRAP_VFUNC(void quit_mainloop(), "quit_mainloop")
diff --git a/gio/src/dbusauthobserver.hg b/gio/src/dbusauthobserver.hg
index fdcc11d..d9e4324 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]