summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-11 10:11:39 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:19:19 +0200
commitb582ba58e8e5a3f6ab0b0b18b3883b71373e5e05 (patch)
tree024290b21544ba276313869ddbc8b72d1b2dfd81 /introspection
parentce84ea510f5213e526917db2d7218d4ca001089d (diff)
downloadModemManager-b582ba58e8e5a3f6ab0b0b18b3883b71373e5e05.tar.gz
api,introspection: avoid exposing the Contacts interface
There is no implementation of the Contacts interface yet, just avoid exposing it for now. https://bugzilla.gnome.org/show_bug.cgi?id=701989
Diffstat (limited to 'introspection')
-rw-r--r--introspection/Makefile.am2
-rw-r--r--introspection/all.xml3
-rw-r--r--introspection/wip-org.freedesktop.ModemManager1.Modem.Contacts.xml (renamed from introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml)0
3 files changed, 3 insertions, 2 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index f29f8dc9b..cf91caff3 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -1,6 +1,6 @@
# DBus Introspection files
XMLS = $(wildcard *.xml)
xmldir = $(datadir)/dbus-1/interfaces
-xml_DATA = $(filter-out all.xml, $(XMLS))
+xml_DATA = $(filter-out all.xml wip-*, $(XMLS))
EXTRA_DIST = $(XMLS)
diff --git a/introspection/all.xml b/introspection/all.xml
index 1df239e37..24acf5953 100644
--- a/introspection/all.xml
+++ b/introspection/all.xml
@@ -14,6 +14,7 @@
<xi:include href="org.freedesktop.ModemManager1.Modem.Location.xml"/>
<xi:include href="org.freedesktop.ModemManager1.Modem.Time.xml"/>
<xi:include href="org.freedesktop.ModemManager1.Modem.Firmware.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Contacts.xml"/>
+
+ <!--xi:include href="wip-org.freedesktop.ModemManager1.Modem.Contacts.xml"/-->
</tp:spec>
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml b/introspection/wip-org.freedesktop.ModemManager1.Modem.Contacts.xml
index 40b765efb..40b765efb 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml
+++ b/introspection/wip-org.freedesktop.ModemManager1.Modem.Contacts.xml