dbus/doc dbus-specification.xml,1.20,1.21
Havoc Pennington
hp at freedesktop.org
Sat Jan 29 12:12:24 PST 2005
- Previous message: dbus/glib .cvsignore, 1.5, 1.6 Makefile.am, 1.9, 1.10 dbus-gidl.c,
1.8, 1.9 dbus-gidl.h, 1.5, 1.6 dbus-glib-tool.c, 1.6,
1.7 dbus-gobject.c, 1.12, 1.13 dbus-gparser.c, 1.7, 1.8
- Next message: dbus/glib dbus-gobject.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv21445/doc
Modified Files:
dbus-specification.xml
Log Message:
2005-01-29 Havoc Pennington <hp at redhat.com>
* tools/dbus-tree-view.c: add support for displaying properties.
(run dbus-viewer with an introspect xml file as arg, then resize
the window so the tree elements show up, not sure what that is)
* glib/dbus-gobject.c (handle_introspect): return
org.freedesktop.Properties and org.freedesktop.Introspectable
interfaces when we are introspected.
* doc/dbus-specification.xml: allow empty interface name when
Get/Set a property
Index: dbus-specification.xml
===================================================================
RCS file: /cvs/dbus/dbus/doc/dbus-specification.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dbus-specification.xml 29 Jan 2005 19:52:19 -0000 1.20
+++ dbus-specification.xml 29 Jan 2005 20:12:21 -0000 1.21
@@ -2147,6 +2147,13 @@
by calling <literal>org.freedesktop.Introspectable.Introspect</literal>,
see <xref linkend="standard-interfaces-introspectable"/>.
</para>
+ <para>
+ An empty string may be provided for the interface name; in this case,
+ if there are multiple properties on an object with the same name,
+ the results are undefined (picking one by according to an arbitrary
+ deterministic rule, or returning an error, are the reasonable
+ possibilities).
+ </para>
</sect2>
</sect1>
- Previous message: dbus/glib .cvsignore, 1.5, 1.6 Makefile.am, 1.9, 1.10 dbus-gidl.c,
1.8, 1.9 dbus-gidl.h, 1.5, 1.6 dbus-glib-tool.c, 1.6,
1.7 dbus-gobject.c, 1.12, 1.13 dbus-gparser.c, 1.7, 1.8
- Next message: dbus/glib dbus-gobject.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list