[maemo-commits] [maemo-commits] r9012 - in projects/haf/trunk/python-dbus: dbus debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 9 19:38:00 EET 2007
Author: osantana
Date: 2007-01-09 19:37:55 +0200 (Tue, 09 Jan 2007)
New Revision: 9012

Modified:
   projects/haf/trunk/python-dbus/dbus/_dbus.py
   projects/haf/trunk/python-dbus/debian/changelog
Log:
- added a instrospect parameter to the get_object() method to disable the

Modified: projects/haf/trunk/python-dbus/dbus/_dbus.py
===================================================================
--- projects/haf/trunk/python-dbus/dbus/_dbus.py	2007-01-09 15:43:53 UTC (rev 9011)
+++ projects/haf/trunk/python-dbus/dbus/_dbus.py	2007-01-09 17:37:55 UTC (rev 9012)
@@ -140,9 +140,9 @@
     get_starter = staticmethod(get_starter)
 
 
-    def get_object(self, named_service, object_path):
+    def get_object(self, named_service, object_path, introspect=True):
         """Get a proxy object to call over the bus"""
-        return self.ProxyObjectClass(self, named_service, object_path)
+        return self.ProxyObjectClass(self, named_service, object_path, introspect=introspect)
 
     def _create_args_dict(self, keywords):
         args_dict = None 

Modified: projects/haf/trunk/python-dbus/debian/changelog
===================================================================
--- projects/haf/trunk/python-dbus/debian/changelog	2007-01-09 15:43:53 UTC (rev 9011)
+++ projects/haf/trunk/python-dbus/debian/changelog	2007-01-09 17:37:55 UTC (rev 9012)
@@ -1,3 +1,10 @@
+python-dbus (0.71-1osso4) unstable; urgency=low
+
+  * added a "instrospect" parameter to the get_object() method to disable the
+    Introspectable call.
+
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Tue, 9 Jan 2007 14:38:00 -0300
+
 python-dbus (0.71-1osso3) unstable; urgency=low
 
   * rebuild the package after fix a problem with subversion


More information about the maemo-commits mailing list