@girs/edatabook-1.2 1.2.0-3.2.8 → 1.2.0-3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/edatabook-1.2.d.cts +5 -5
- package/edatabook-1.2.d.ts +5 -5
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/edatabook-1.2.d.cts
CHANGED
|
@@ -683,7 +683,7 @@ export interface BookBackend {
|
|
|
683
683
|
* @param view_id a view identifier
|
|
684
684
|
* @param range_start 0-based range start to retrieve the contacts for
|
|
685
685
|
* @param range_length how many contacts to retrieve
|
|
686
|
-
* @returns
|
|
686
|
+
* @returns an array of the contacts, or %NULL, when the view cannot be found or when the @range_start is out of bounds.
|
|
687
687
|
*/
|
|
688
688
|
dup_view_contacts(view_id: number, range_start: number, range_length: number): EBookContacts.Contact[] | null
|
|
689
689
|
/**
|
|
@@ -2492,9 +2492,9 @@ export interface BookMetaBackend {
|
|
|
2492
2492
|
* Processes given changes by updating local cache content accordingly.
|
|
2493
2493
|
* The `meta_backend` processes the changes like being online and particularly
|
|
2494
2494
|
* requires to be online to load created and modified objects when needed.
|
|
2495
|
-
* @param created_objects
|
|
2496
|
-
* @param modified_objects
|
|
2497
|
-
* @param removed_objects
|
|
2495
|
+
* @param created_objects a #GSList of #EBookMetaBackendInfo object infos which had been created
|
|
2496
|
+
* @param modified_objects a #GSList of #EBookMetaBackendInfo object infos which had been modified
|
|
2497
|
+
* @param removed_objects a #GSList of #EBookMetaBackendInfo object infos which had been removed
|
|
2498
2498
|
* @param cancellable optional #GCancellable object, or %NULL
|
|
2499
2499
|
* @returns Whether succeeded.
|
|
2500
2500
|
*/
|
|
@@ -2656,7 +2656,7 @@ export interface BookMetaBackend {
|
|
|
2656
2656
|
* when no longer needed.
|
|
2657
2657
|
*
|
|
2658
2658
|
* The caller is still responsible to free `objects` as well.
|
|
2659
|
-
* @param objects
|
|
2659
|
+
* @param objects a #GSList of #EBookMetaBackendInfo object infos to split
|
|
2660
2660
|
* @param cancellable optional #GCancellable object, or %NULL
|
|
2661
2661
|
* @returns Whether succeeded.
|
|
2662
2662
|
*/
|
package/edatabook-1.2.d.ts
CHANGED
|
@@ -685,7 +685,7 @@ interface BookBackend {
|
|
|
685
685
|
* @param view_id a view identifier
|
|
686
686
|
* @param range_start 0-based range start to retrieve the contacts for
|
|
687
687
|
* @param range_length how many contacts to retrieve
|
|
688
|
-
* @returns
|
|
688
|
+
* @returns an array of the contacts, or %NULL, when the view cannot be found or when the @range_start is out of bounds.
|
|
689
689
|
*/
|
|
690
690
|
dup_view_contacts(view_id: number, range_start: number, range_length: number): EBookContacts.Contact[] | null
|
|
691
691
|
/**
|
|
@@ -2494,9 +2494,9 @@ interface BookMetaBackend {
|
|
|
2494
2494
|
* Processes given changes by updating local cache content accordingly.
|
|
2495
2495
|
* The `meta_backend` processes the changes like being online and particularly
|
|
2496
2496
|
* requires to be online to load created and modified objects when needed.
|
|
2497
|
-
* @param created_objects
|
|
2498
|
-
* @param modified_objects
|
|
2499
|
-
* @param removed_objects
|
|
2497
|
+
* @param created_objects a #GSList of #EBookMetaBackendInfo object infos which had been created
|
|
2498
|
+
* @param modified_objects a #GSList of #EBookMetaBackendInfo object infos which had been modified
|
|
2499
|
+
* @param removed_objects a #GSList of #EBookMetaBackendInfo object infos which had been removed
|
|
2500
2500
|
* @param cancellable optional #GCancellable object, or %NULL
|
|
2501
2501
|
* @returns Whether succeeded.
|
|
2502
2502
|
*/
|
|
@@ -2658,7 +2658,7 @@ interface BookMetaBackend {
|
|
|
2658
2658
|
* when no longer needed.
|
|
2659
2659
|
*
|
|
2660
2660
|
* The caller is still responsible to free `objects` as well.
|
|
2661
|
-
* @param objects
|
|
2661
|
+
* @param objects a #GSList of #EBookMetaBackendInfo object infos to split
|
|
2662
2662
|
* @param cancellable optional #GCancellable object, or %NULL
|
|
2663
2663
|
* @returns Whether succeeded.
|
|
2664
2664
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/edatabook-1.2",
|
|
3
|
-
"version": "1.2.0-3.
|
|
3
|
+
"version": "1.2.0-3.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "edatabook-1.2.js",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit edatabook-1.2.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/camel-1.2": "^1.2.0-3.
|
|
35
|
-
"@girs/ebackend-1.2": "^1.2.0-3.
|
|
36
|
-
"@girs/ebookcontacts-1.2": "^1.2.0-3.
|
|
37
|
-
"@girs/edataserver-1.2": "^1.2.0-3.
|
|
38
|
-
"@girs/gio-2.0": "^2.
|
|
39
|
-
"@girs/gjs": "^3.
|
|
40
|
-
"@girs/glib-2.0": "^2.
|
|
41
|
-
"@girs/gobject-2.0": "^2.
|
|
42
|
-
"@girs/json-1.0": "^1.7.1-3.
|
|
43
|
-
"@girs/libxml2-2.0": "^2.0.0-3.
|
|
44
|
-
"@girs/soup-3.0": "^3.4.
|
|
34
|
+
"@girs/camel-1.2": "^1.2.0-3.3.0",
|
|
35
|
+
"@girs/ebackend-1.2": "^1.2.0-3.3.0",
|
|
36
|
+
"@girs/ebookcontacts-1.2": "^1.2.0-3.3.0",
|
|
37
|
+
"@girs/edataserver-1.2": "^1.2.0-3.3.0",
|
|
38
|
+
"@girs/gio-2.0": "^2.78.0-3.3.0",
|
|
39
|
+
"@girs/gjs": "^3.3.0",
|
|
40
|
+
"@girs/glib-2.0": "^2.78.0-3.3.0",
|
|
41
|
+
"@girs/gobject-2.0": "^2.78.0-3.3.0",
|
|
42
|
+
"@girs/json-1.0": "^1.7.1-3.3.0",
|
|
43
|
+
"@girs/libxml2-2.0": "^2.0.0-3.3.0",
|
|
44
|
+
"@girs/soup-3.0": "^3.4.4-3.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "*"
|