[gnome-photos/wip/rishi/online-miners: 2/7] Absorb the online miners




commit 0085a342645ab977e50b798797d2e5fe375f61ac
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Mar 19 16:13:20 2021 +0100

    Absorb the online miners

 src/{photos-gom-miner.xml => photos-online-miner-dbus.xml} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/photos-gom-miner.xml b/src/photos-online-miner-dbus.xml
similarity index 85%
rename from src/photos-gom-miner.xml
rename to src/photos-online-miner-dbus.xml
index 0575ccf0..986ac0ca 100644
--- a/src/photos-gom-miner.xml
+++ b/src/photos-online-miner-dbus.xml
@@ -21,16 +21,13 @@
 -->
 
 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd";>
-  <interface name="org.gnome.OnlineMiners.Miner">
+  <interface name="org.gnome.Photos.OnlineMiner">
     <method name="InsertSharedContent">
       <arg name="account_id" type="s" direction="in" />
       <arg name="shared_id" type="s" direction="in" />
       <arg name="shared_type" type="s" direction="in" />
       <arg name="source_urn" type="s" direction="in" />
     </method>
-    <method name="RefreshDB">
-      <arg name="index_types" type="as" direction="in" />
-    </method>
-    <property name="DisplayName" type="s" access="read" />
+    <method name="RefreshDB" />
   </interface>
 </node>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]