summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_iface.xml
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-01-10 11:23:33 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-24 11:15:06 +0100
commitb668c77874c6fed325471bdcf5954979a0d734e2 (patch)
treef2aa1495fd35dabd42b96dec8d190478cb5d7f26 /src/providers/data_provider_iface.xml
parentc2cc119de8eac712c040b3993f41c967ff2278de (diff)
downloadsssd-b668c77874c6fed325471bdcf5954979a0d734e2.tar.gz
sssd-b668c77874c6fed325471bdcf5954979a0d734e2.tar.xz
sssd-b668c77874c6fed325471bdcf5954979a0d734e2.zip
sbus: Use constants to make dbus calls
This allows us to remove duplicated information, and have the compiler check that when an method name is changed or removed the callers are updated. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/providers/data_provider_iface.xml')
-rw-r--r--src/providers/data_provider_iface.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/providers/data_provider_iface.xml b/src/providers/data_provider_iface.xml
index 1f3496493..90397f1b2 100644
--- a/src/providers/data_provider_iface.xml
+++ b/src/providers/data_provider_iface.xml
@@ -26,6 +26,12 @@
</method>
</interface>
+ <!--
+ this is a reverse method sent from providers to
+ the nss responder to tell it to update the mmap
+ cache
+ -->
+
<interface name="org.freedesktop.sssd.dataprovider_rev">
<annotation value="data_provider_rev_iface" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="updateCache">