From 5ff3694f5476aaaff3fe48fd0738c238189c25bb Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Thu, 11 Feb 2010 16:47:44 -0800 Subject: Completely re-work the protocol definitions. The XML has been re-done without the telepathy extensions. An 'idl' has been added. This is NOT currently the canonical protocol definition. It has more information than the XML spec but is written in a pseudo idl for which there is no parser. In the future the protocol should be defined to a similar standard. The requirements for moving to canonical IDL are that it is useful for generating Qt / GBus bindings. Add a script to create c literals of introspection data out of the introspection XML. --- xml/DeviceEventListener.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 xml/DeviceEventListener.xml (limited to 'xml/DeviceEventListener.xml') diff --git a/xml/DeviceEventListener.xml b/xml/DeviceEventListener.xml new file mode 100644 index 00000000..69193e39 --- /dev/null +++ b/xml/DeviceEventListener.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.1