gambas-source-code/app/examples/Misc/DBusExplorer/.project
Brian G 63ea861f9e Updated DBusExplorer to work with Latest XML returned by introspectcall
[DbusExplorer]
* BUG  Fixed bug in how the XML introspect file was handled, look for key 'name' now
* NEW  Display the property name with type returned or set, and read/write access type
* NEW  Display Signal information in a more clear format
2022-01-15 14:48:44 -08:00

19 lines
851 B
XML

# Gambas Project File 3.0
Title=Gambas DBus Explorer
Startup=FVersiongbXML
Icon=dbus64.png
Version=1.0.1
Component=gb.image
Component=gb.gui
Component=gb.dbus
Component=gb.settings
Component=gb.libxml
Description="DBus explorer.\n\nThis example allows to explore all applications connected to both DBus system and application buses. You can see all exported interfaces, methods, properties and events, with their signature. But you cannot use them.\n\nUpdated to Correctly report property Names, Looks for Name attribute now \n Was expecting to be first in List, but now randomly located\nUpdated to display Property direction read or read/write\nUpdated to correctly report full details of signal handling"
Authors="Fabien Bodard\nBenoît Minisini"
TabSize=2
Translate=1
Language=en_US
Vendor=Example
Packager=1
Tags=Example,Utility
CreateMenu=1