[Gambas-devel-svn] SF.net SVN: gambas:[7153] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-06-28 01:23:59
|
Revision: 7153 http://sourceforge.net/p/gambas/code/7153 Author: gambas Date: 2015-06-28 01:23:57 +0000 (Sun, 28 Jun 2015) Log Message: ----------- [GB.DBUS] * NEW: DBus.Register() and DBus.Unregister() are now the two methods to register and unregister a DBusObject under the DBus.Name service. * NEW: DBus[service].Register() and DBus[service].Unregister() are two new methods to register and unregister a DBusObject under a specific service name. * BUG: Remove support for calling methods and properties directly from the DBusApplication class. Why did I do that? [GB.FORM.STATUSICON] * NEW: Use the new registering methods. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIcon.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusApplication.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |