caa1b5aac6
* NEW: The _unknown() method is now correctly called when reading *and* writing unknown properties. _unknown() is called with no arguments when reading the property, and with one argument (the new property value) when writing it. * BUG: Classes declared in the Gambas part of a component now should correctly override classes declared in the C/C++ part. [GB.DBUS] * NEW: Hide native methods of the DBus class. * NEW: The syntax for calling a method is: DBus[<Application>][<Object>,<Interface>].<Method>(<Arguments>) <Application> can be prefixed by "system://" to access the system bus. * NEW: Properties are readable and writable with this syntax: DBus[<Application>][<Object>,<Interface>].<Property> * NEW: DBusVariant is a new class that allows to send a Variant to a DBus method by specifying is DBus type. Otherwise, when using Variant directly, the associated DBus type is guessed automatically, which may not be accurate is some cases. git-svn-id: svn://localhost/gambas/trunk@2218 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
mime | ||
src | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
ltmain.sh | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
reconf | ||
TODO |