lms plugin: add trackable container support (based on lms update id signal)
[profile/ivi/rygel.git] / src / plugins / lms / rygel-lms-dbus-interfaces.vala
index 6c14f5b..13f00cb 100644 (file)
  */
 
 [DBus (name = "org.lightmediascanner.Scanner1")]
-interface Rygel.LMS.DBus : Object {
+interface Rygel.LMS.DBus : DBusProxy {
     public abstract string data_base_path { owned get; }
+    [DBus (name = "UpdateID")]
+    public abstract uint64 update_id { get; }
 
     //TODO: add all the other API items which are currently unused
 }
\ No newline at end of file