[glibmm] DBus: Client Example: Correct typo.



commit b06c7783658abd4ddce3bc5a05e7e9c88ab14ac3
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Wed Dec 8 01:47:54 2010 -0500

    	DBus: Client Example: Correct typo.
    
    	* examples/dbus/client.cc: Correct a typo in a comment.
    	* tools/m4/convert_gio.m4: Correct alphabetizing of last enum
    	conversion.

 ChangeLog               |    8 ++++++++
 examples/dbus/client.cc |    2 +-
 tools/m4/convert_gio.m4 |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a035704..a86dc39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-12-08  José Alburquerque  <jaalburqu svn gnome org>
 
+	DBus: Client Example: Correct typo.
+
+	* examples/dbus/client.cc: Correct a typo in a comment.
+	* tools/m4/convert_gio.m4: Correct alphabetizing of last enum
+	conversion.
+
+2010-12-08  José Alburquerque  <jaalburqu svn gnome org>
+
 	DBus: Add an initial client example accessing a user's bus.
 
 	* examples/dbus/client.cc: Initial example opening a connection to the
diff --git a/examples/dbus/client.cc b/examples/dbus/client.cc
index 96d4158..db084aa 100644
--- a/examples/dbus/client.cc
+++ b/examples/dbus/client.cc
@@ -27,7 +27,7 @@ int main(int, char**)
   Glib::RefPtr<Gio::DBusConnection> connection =
     Gio::DBusConnection::get_sync(Gio::BUS_TYPE_SESSION);
 
-  // Print out the unique name of the user session bus.
+  // Print out the unique name of the connection to the user session bus.
   std::cout << connection->get_unique_name() << std::endl;
 
   return 0;
diff --git a/tools/m4/convert_gio.m4 b/tools/m4/convert_gio.m4
index f7b75de..c24ea6f 100644
--- a/tools/m4/convert_gio.m4
+++ b/tools/m4/convert_gio.m4
@@ -1,8 +1,8 @@
 _CONV_ENUM(G,AppInfoCreateFlags)
 _CONV_ENUM(G,ApplicationFlags)
 _CONV_ENUM(G,AskPasswordFlags)
-_CONV_ENUM(G,CredentialsType)
 _CONV_ENUM(G,BusType)
+_CONV_ENUM(G,CredentialsType)
 _CONV_ENUM(G,DataStreamByteOrder)
 _CONV_ENUM(G,DataStreamNewlineType)
 _CONV_ENUM(G,DBusCapabilityFlags)



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