about summary refs log tree commit diff
path: root/introspection/generic-types.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
committerMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
commit2bfb3eb7d0323e69affca154395f51d8b577414d (patch)
treee3130a5146441296df6d08a0f4ac7222a854c8f8 /introspection/generic-types.xml
parentd9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff)
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'introspection/generic-types.xml')
-rw-r--r--introspection/generic-types.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/introspection/generic-types.xml b/introspection/generic-types.xml
deleted file mode 100644
index 2fb680af..00000000
--- a/introspection/generic-types.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<tp:generic-types
-  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
-  <tp:mapping name="String_Variant_Map">
-    <annotation name="org.gtk.GDBus.DocString" value="A mapping from strings to variants representing extra
-      key-value pairs." />
-    <tp:member type="s" name="Key"/>
-    <tp:member type="v" name="Value"/>
-  </tp:mapping>
-
-  <tp:mapping name="String_String_Map">
-    <annotation name="org.gtk.GDBus.DocString" value="A mapping from strings to strings representing extra
-      key-value pairs." />
-    <tp:member type="s" name="Key"/>
-    <tp:member type="s" name="Value"/>
-  </tp:mapping>
-
-  <tp:mapping name="String_String_Variant_Map_Map">
-      <annotation name="org.gtk.GDBus.DocString" value="A mapping from strings to a map of string to variant." />
-      <tp:member type="s" name="Key"/>
-      <tp:member type="a{sv}" name="Value" tp:type="String_Variant_Map"/>
-  </tp:mapping>
-
-  <tp:enum name="NM_802_11_MODE" type="u">
-    <annotation name="org.gtk.GDBus.DocString" value="" />
-    <tp:enumvalue suffix="UNKNOWN" value="0">
-      <annotation name="org.gtk.GDBus.DocString" value="Mode is unknown." />
-    </tp:enumvalue>
-    <tp:enumvalue suffix="ADHOC" value="1">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        For both devices and access point objects, indicates the object is
-        part of an Ad-Hoc 802.11 network without a central coordinating access
-        point.
-      " />
-    </tp:enumvalue>
-    <tp:enumvalue suffix="INFRA" value="2">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The wireless device or access point is in infrastructure mode.  For
-        devices, this indicates the device is an 802.11 client/station.  For
-        access point objects, this indicates the object is an access point that
-        provides connectivity to clients.
-      " />
-    </tp:enumvalue>
-    <tp:enumvalue suffix="AP" value="3">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The device is an access point/hotspot.  Not valid for access point
-        objects themselves.
-      " />
-    </tp:enumvalue>
-  </tp:enum>
-</tp:generic-types>