aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/generic-types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/generic-types.xml')
-rw-r--r--extensions/generic-types.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/generic-types.xml b/extensions/generic-types.xml
index 227fde148..fe27d36c9 100644
--- a/extensions/generic-types.xml
+++ b/extensions/generic-types.xml
@@ -53,6 +53,14 @@
with dbus-glib)</tp:docstring>
</tp:simple-type>
+ <tp:struct name="DBus_Tube_Member" array-name="DBus_Tube_Member_List">
+ <tp:docstring>A struct (handle, unique name) representing a participant
+ in a D-Bus tube, as returned by GetDBusNames on the Tubes channel
+ type, and as seen in the DBusNamesChanged signal.</tp:docstring>
+ <tp:member type="u" tp:type="Contact_Handle" name="Handle"/>
+ <tp:member type="s" tp:type="DBus_Unique_Name" name="Unique_Name"/>
+ </tp:struct>
+
<tp:simple-type name="DBus_Member" type="s">
<tp:docstring>An ASCII string representing a D-Bus method, signal
or property name - a non-empty string of ASCII letters, digits and