Diff between 6f680981e00f9c89d899b6d005740c366b62e31c and 2f15797dfa4dddaeb47738f4481f2b756f8a7c07

Changed Files

File Additions Deletions Status
doc/obex-api.txt +32 -0 modified

Full Patch

diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 9542a30..31afc74 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -431,6 +431,14 @@ Methods		void Select(string location, string phonebook)
 			Possible errors: org.bluez.obex.Error.Forbidden
 					 org.bluez.obex.Error.Failed
 
+		uint16, uint16 GetVersion()
+
+			Return the primary and secondary folder version counters
+			for the selected phonebook.
+
+			Possible errors: org.bluez.obex.Error.Forbidden
+					 org.bluez.obex.Error.Failed
+
 		array{string} ListFilterFields()
 
 			Return All Available fields that can be used in Fields
@@ -465,6 +473,30 @@ Filter:		string Format:
 
 			Possible values can be query with ListFilterFields.
 
+		array{string} FilterBy:
+
+			Filter items by fields. Default do not filter by
+			fields.
+
+			Possible values can be query with ListFilterFields
+			excluding the first item that must be either '&' or
+			'|' that apply AND or OR logic respectively.
+
+		bool ResetNewMissedCalls
+
+			Reset new the missed calls items, shall only be used
+			for folders mch and cch.
+
+Properties	string Folder [readonly]
+
+			Current folder.
+
+		string DatabaseIdentifier [readonly]
+
+			128 bits persistent identifier.
+
+			Value '0' shall be considered as not supported.
+
 
 Synchronization hierarchy
 =========================