[gnome-photos] gom-miner: Add InsertSharedContent



commit 195f9d98d0dc6fb75aa2218928169130daa3345d
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Sep 5 20:29:46 2016 +0200

    gom-miner: Add InsertSharedContent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770267

 src/photos-gom-miner.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-gom-miner.xml b/src/photos-gom-miner.xml
index 22fcc67..bca7a4c 100644
--- a/src/photos-gom-miner.xml
+++ b/src/photos-gom-miner.xml
@@ -24,6 +24,12 @@
 
 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd";>
   <interface name="org.gnome.OnlineMiners.Miner">
+    <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>


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