@girs/folkseds-0.6 0.6.0-3.0.0-beta.12

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 ADDED
@@ -0,0 +1,31 @@
1
+
2
+ # FolksEds-0.6
3
+
4
+ GJS TypeScript type definitions for FolksEds-0.6, generated from library version 0.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gjs) v3.0.0-beta.12.
5
+
6
+ ## Install
7
+
8
+ To use this type definitions, install them with NPM like this:
9
+ ```bash
10
+ npm install @girs/folkseds-0.6
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ You can import this package into your project like this:
16
+ ```ts
17
+ import FolksEds from '@girs/folkseds-0.6';
18
+ ```
19
+
20
+ Or if you prefer CommonJS, you can also use this:
21
+ ```ts
22
+ const FolksEds = require('@girs/folkseds-0.6');
23
+ ```
24
+
25
+ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/packages/cli#ambient-modules), you can also import this module like you would do this in JavaScript:
26
+
27
+ ```ts
28
+ import FolksEds from 'gi://FolksEds?version=0.6';
29
+ ```
30
+
31
+ Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
@@ -0,0 +1,9 @@
1
+
2
+
3
+ imports.gi.versions.FolksEds = '0.6'
4
+ const FolksEds = imports.gi.FolksEds;
5
+
6
+ module.exports = FolksEds;
7
+
8
+
9
+
@@ -0,0 +1,330 @@
1
+
2
+ /*
3
+ * Type Definitions for Gjs (https://gjs.guide/)
4
+ *
5
+ * These type definitions are automatically generated, do not edit them by hand.
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
7
+ */
8
+ /**
9
+ * FolksEds-0.6
10
+ */
11
+
12
+ import type EBookContacts from '@girs/ebookcontacts-1.2';
13
+ import type libxml2 from '@girs/libxml2-2.0';
14
+ import type Gio from '@girs/gio-2.0';
15
+ import type GObject from '@girs/gobject-2.0';
16
+ import type GLib from '@girs/glib-2.0';
17
+ import type EDataServer from '@girs/edataserver-1.2';
18
+ import type Soup from '@girs/soup-3.0';
19
+ import type Json from '@girs/json-1.0';
20
+ import type Camel from '@girs/camel-1.2';
21
+ import type Gee from '@girs/gee-0.8';
22
+ import type Folks from '@girs/folks-0.6';
23
+
24
+ export module PersonaStore {
25
+
26
+ // Constructor properties interface
27
+
28
+ export interface ConstructorProperties extends Folks.PersonaStore.ConstructorProperties {
29
+
30
+ // Own constructor properties of FolksEds-0.6.FolksEds.PersonaStore
31
+
32
+ source?: EDataServer.Source | null
33
+ }
34
+
35
+ }
36
+
37
+ export interface PersonaStore {
38
+
39
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStore
40
+
41
+ readonly source: EDataServer.Source
42
+
43
+ // Owm methods of FolksEds-0.6.FolksEds.PersonaStore
44
+
45
+ get_source(): EDataServer.Source
46
+
47
+ // Class property signals of FolksEds-0.6.FolksEds.PersonaStore
48
+
49
+ connect(sigName: "notify::source", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
50
+ connect_after(sigName: "notify::source", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
51
+ emit(sigName: "notify::source", ...args: any[]): void
52
+ connect(sigName: "notify::type-id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
53
+ connect_after(sigName: "notify::type-id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
54
+ emit(sigName: "notify::type-id", ...args: any[]): void
55
+ connect(sigName: "notify::display-name", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
56
+ connect_after(sigName: "notify::display-name", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
57
+ emit(sigName: "notify::display-name", ...args: any[]): void
58
+ connect(sigName: "notify::id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
59
+ connect_after(sigName: "notify::id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
60
+ emit(sigName: "notify::id", ...args: any[]): void
61
+ connect(sigName: "notify::personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
62
+ connect_after(sigName: "notify::personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
63
+ emit(sigName: "notify::personas", ...args: any[]): void
64
+ connect(sigName: "notify::can-add-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
65
+ connect_after(sigName: "notify::can-add-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
66
+ emit(sigName: "notify::can-add-personas", ...args: any[]): void
67
+ connect(sigName: "notify::can-alias-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
68
+ connect_after(sigName: "notify::can-alias-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
69
+ emit(sigName: "notify::can-alias-personas", ...args: any[]): void
70
+ connect(sigName: "notify::can-group-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
71
+ connect_after(sigName: "notify::can-group-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
72
+ emit(sigName: "notify::can-group-personas", ...args: any[]): void
73
+ connect(sigName: "notify::can-remove-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
74
+ connect_after(sigName: "notify::can-remove-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
75
+ emit(sigName: "notify::can-remove-personas", ...args: any[]): void
76
+ connect(sigName: "notify::is-prepared", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
77
+ connect_after(sigName: "notify::is-prepared", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
78
+ emit(sigName: "notify::is-prepared", ...args: any[]): void
79
+ connect(sigName: "notify::is-quiescent", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
80
+ connect_after(sigName: "notify::is-quiescent", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
81
+ emit(sigName: "notify::is-quiescent", ...args: any[]): void
82
+ connect(sigName: "notify::is-writeable", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
83
+ connect_after(sigName: "notify::is-writeable", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
84
+ emit(sigName: "notify::is-writeable", ...args: any[]): void
85
+ connect(sigName: "notify::trust-level", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
86
+ connect_after(sigName: "notify::trust-level", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
87
+ emit(sigName: "notify::trust-level", ...args: any[]): void
88
+ connect(sigName: "notify::always-writeable-properties", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
89
+ connect_after(sigName: "notify::always-writeable-properties", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
90
+ emit(sigName: "notify::always-writeable-properties", ...args: any[]): void
91
+ connect(sigName: "notify::is-primary-store", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
92
+ connect_after(sigName: "notify::is-primary-store", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
93
+ emit(sigName: "notify::is-primary-store", ...args: any[]): void
94
+ connect(sigName: "notify::is-user-set-default", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
95
+ connect_after(sigName: "notify::is-user-set-default", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
96
+ emit(sigName: "notify::is-user-set-default", ...args: any[]): void
97
+ connect(sigName: string, callback: (...args: any[]) => void): number
98
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
99
+ emit(sigName: string, ...args: any[]): void
100
+ disconnect(id: number): void
101
+ }
102
+
103
+ export class PersonaStore extends Folks.PersonaStore {
104
+
105
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStore
106
+
107
+ static name: string
108
+ static $gtype: GObject.GType<PersonaStore>
109
+
110
+ // Constructors of FolksEds-0.6.FolksEds.PersonaStore
111
+
112
+ constructor(config?: PersonaStore.ConstructorProperties)
113
+ constructor(s: EDataServer.Source)
114
+ static new(s: EDataServer.Source): PersonaStore
115
+ static with_source_registry(r: EDataServer.SourceRegistry, s: EDataServer.Source): PersonaStore
116
+ _init(config?: PersonaStore.ConstructorProperties): void
117
+ static create_address_book(id: string | null, _callback_?: Gio.AsyncReadyCallback<PersonaStore> | null): void
118
+ static create_address_book_finish(_res_: Gio.AsyncResult): void
119
+ static remove_address_book(store: PersonaStore, _callback_?: Gio.AsyncReadyCallback<PersonaStore> | null): void
120
+ static remove_address_book_finish(_res_: Gio.AsyncResult): void
121
+ }
122
+
123
+ export module Persona {
124
+
125
+ // Constructor properties interface
126
+
127
+ export interface ConstructorProperties extends Folks.AntiLinkable.ConstructorProperties, Folks.AvatarDetails.ConstructorProperties, Folks.BirthdayDetails.ConstructorProperties, Folks.EmailDetails.ConstructorProperties, Folks.ExtendedInfo.ConstructorProperties, Folks.FavouriteDetails.ConstructorProperties, Folks.GenderDetails.ConstructorProperties, Folks.GroupDetails.ConstructorProperties, Folks.ImDetails.ConstructorProperties, Folks.LocalIdDetails.ConstructorProperties, Folks.LocationDetails.ConstructorProperties, Folks.NameDetails.ConstructorProperties, Folks.NoteDetails.ConstructorProperties, Folks.PhoneDetails.ConstructorProperties, Folks.RoleDetails.ConstructorProperties, Folks.UrlDetails.ConstructorProperties, Folks.PostalAddressDetails.ConstructorProperties, Folks.WebServiceDetails.ConstructorProperties, Folks.Persona.ConstructorProperties {
128
+
129
+ // Own constructor properties of FolksEds-0.6.FolksEds.Persona
130
+
131
+ contact?: EBookContacts.Contact | null
132
+ contact_id?: string | null
133
+ system_groups?: Gee.Set | null
134
+ in_google_personal_group?: boolean | null
135
+ }
136
+
137
+ }
138
+
139
+ export interface Persona extends Folks.AntiLinkable, Folks.AvatarDetails, Folks.BirthdayDetails, Folks.EmailDetails, Folks.ExtendedInfo, Folks.FavouriteDetails, Folks.GenderDetails, Folks.GroupDetails, Folks.ImDetails, Folks.LocalIdDetails, Folks.LocationDetails, Folks.NameDetails, Folks.NoteDetails, Folks.PhoneDetails, Folks.RoleDetails, Folks.UrlDetails, Folks.PostalAddressDetails, Folks.WebServiceDetails {
140
+
141
+ // Own properties of FolksEds-0.6.FolksEds.Persona
142
+
143
+ readonly contact: EBookContacts.Contact
144
+ readonly contact_id: string | null
145
+ system_groups: Gee.Set
146
+ in_google_personal_group: boolean
147
+
148
+ // Owm methods of FolksEds-0.6.FolksEds.Persona
149
+
150
+ change_system_groups(system_groups: Gee.Set, _callback_?: Gio.AsyncReadyCallback<this> | null): void
151
+ change_system_groups_finish(_res_: Gio.AsyncResult): void
152
+ change_in_google_personal_group(in_personal: boolean, _callback_?: Gio.AsyncReadyCallback<this> | null): void
153
+ change_in_google_personal_group_finish(_res_: Gio.AsyncResult): void
154
+ get_contact(): EBookContacts.Contact
155
+ get_contact_id(): string | null
156
+ get_system_groups(): Gee.Set | null
157
+ set_system_groups(value?: Gee.Set | null): void
158
+ get_in_google_personal_group(): boolean
159
+ set_in_google_personal_group(value: boolean): void
160
+
161
+ // Class property signals of FolksEds-0.6.FolksEds.Persona
162
+
163
+ connect(sigName: "notify::contact", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
164
+ connect_after(sigName: "notify::contact", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
165
+ emit(sigName: "notify::contact", ...args: any[]): void
166
+ connect(sigName: "notify::contact-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
167
+ connect_after(sigName: "notify::contact-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
168
+ emit(sigName: "notify::contact-id", ...args: any[]): void
169
+ connect(sigName: "notify::system-groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
170
+ connect_after(sigName: "notify::system-groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
171
+ emit(sigName: "notify::system-groups", ...args: any[]): void
172
+ connect(sigName: "notify::in-google-personal-group", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
173
+ connect_after(sigName: "notify::in-google-personal-group", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
174
+ emit(sigName: "notify::in-google-personal-group", ...args: any[]): void
175
+ connect(sigName: "notify::iid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
176
+ connect_after(sigName: "notify::iid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
177
+ emit(sigName: "notify::iid", ...args: any[]): void
178
+ connect(sigName: "notify::uid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
179
+ connect_after(sigName: "notify::uid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
180
+ emit(sigName: "notify::uid", ...args: any[]): void
181
+ connect(sigName: "notify::display-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
182
+ connect_after(sigName: "notify::display-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
183
+ emit(sigName: "notify::display-id", ...args: any[]): void
184
+ connect(sigName: "notify::is-user", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
185
+ connect_after(sigName: "notify::is-user", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
186
+ emit(sigName: "notify::is-user", ...args: any[]): void
187
+ connect(sigName: "notify::store", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
188
+ connect_after(sigName: "notify::store", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
189
+ emit(sigName: "notify::store", ...args: any[]): void
190
+ connect(sigName: "notify::individual", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
191
+ connect_after(sigName: "notify::individual", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
192
+ emit(sigName: "notify::individual", ...args: any[]): void
193
+ connect(sigName: "notify::linkable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
194
+ connect_after(sigName: "notify::linkable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
195
+ emit(sigName: "notify::linkable-properties", ...args: any[]): void
196
+ connect(sigName: "notify::writeable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
197
+ connect_after(sigName: "notify::writeable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
198
+ emit(sigName: "notify::writeable-properties", ...args: any[]): void
199
+ connect(sigName: "notify::anti-links", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
200
+ connect_after(sigName: "notify::anti-links", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
201
+ emit(sigName: "notify::anti-links", ...args: any[]): void
202
+ connect(sigName: "notify::avatar", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
203
+ connect_after(sigName: "notify::avatar", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
204
+ emit(sigName: "notify::avatar", ...args: any[]): void
205
+ connect(sigName: "notify::birthday", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
206
+ connect_after(sigName: "notify::birthday", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
207
+ emit(sigName: "notify::birthday", ...args: any[]): void
208
+ connect(sigName: "notify::calendar-event-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
209
+ connect_after(sigName: "notify::calendar-event-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
210
+ emit(sigName: "notify::calendar-event-id", ...args: any[]): void
211
+ connect(sigName: "notify::email-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
212
+ connect_after(sigName: "notify::email-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
213
+ emit(sigName: "notify::email-addresses", ...args: any[]): void
214
+ connect(sigName: "notify::is-favourite", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
215
+ connect_after(sigName: "notify::is-favourite", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
216
+ emit(sigName: "notify::is-favourite", ...args: any[]): void
217
+ connect(sigName: "notify::gender", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
218
+ connect_after(sigName: "notify::gender", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
219
+ emit(sigName: "notify::gender", ...args: any[]): void
220
+ connect(sigName: "notify::groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
221
+ connect_after(sigName: "notify::groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
222
+ emit(sigName: "notify::groups", ...args: any[]): void
223
+ connect(sigName: "notify::im-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
224
+ connect_after(sigName: "notify::im-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
225
+ emit(sigName: "notify::im-addresses", ...args: any[]): void
226
+ connect(sigName: "notify::local-ids", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
227
+ connect_after(sigName: "notify::local-ids", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
228
+ emit(sigName: "notify::local-ids", ...args: any[]): void
229
+ connect(sigName: "notify::location", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
230
+ connect_after(sigName: "notify::location", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
231
+ emit(sigName: "notify::location", ...args: any[]): void
232
+ connect(sigName: "notify::structured-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
233
+ connect_after(sigName: "notify::structured-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
234
+ emit(sigName: "notify::structured-name", ...args: any[]): void
235
+ connect(sigName: "notify::full-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
236
+ connect_after(sigName: "notify::full-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
237
+ emit(sigName: "notify::full-name", ...args: any[]): void
238
+ connect(sigName: "notify::nickname", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
239
+ connect_after(sigName: "notify::nickname", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
240
+ emit(sigName: "notify::nickname", ...args: any[]): void
241
+ connect(sigName: "notify::notes", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
242
+ connect_after(sigName: "notify::notes", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
243
+ emit(sigName: "notify::notes", ...args: any[]): void
244
+ connect(sigName: "notify::phone-numbers", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
245
+ connect_after(sigName: "notify::phone-numbers", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
246
+ emit(sigName: "notify::phone-numbers", ...args: any[]): void
247
+ connect(sigName: "notify::roles", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
248
+ connect_after(sigName: "notify::roles", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
249
+ emit(sigName: "notify::roles", ...args: any[]): void
250
+ connect(sigName: "notify::urls", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
251
+ connect_after(sigName: "notify::urls", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
252
+ emit(sigName: "notify::urls", ...args: any[]): void
253
+ connect(sigName: "notify::postal-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
254
+ connect_after(sigName: "notify::postal-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
255
+ emit(sigName: "notify::postal-addresses", ...args: any[]): void
256
+ connect(sigName: "notify::web-service-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
257
+ connect_after(sigName: "notify::web-service-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
258
+ emit(sigName: "notify::web-service-addresses", ...args: any[]): void
259
+ connect(sigName: string, callback: (...args: any[]) => void): number
260
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
261
+ emit(sigName: string, ...args: any[]): void
262
+ disconnect(id: number): void
263
+ }
264
+
265
+ export class Persona extends Folks.Persona {
266
+
267
+ // Own properties of FolksEds-0.6.FolksEds.Persona
268
+
269
+ static name: string
270
+ static $gtype: GObject.GType<Persona>
271
+
272
+ // Constructors of FolksEds-0.6.FolksEds.Persona
273
+
274
+ constructor(config?: Persona.ConstructorProperties)
275
+ constructor(store: PersonaStore, contact: EBookContacts.Contact)
276
+ static new(store: PersonaStore, contact: EBookContacts.Contact): Persona
277
+ _init(config?: Persona.ConstructorProperties): void
278
+ }
279
+
280
+ export interface PersonaStoreClass {
281
+ }
282
+
283
+ export abstract class PersonaStoreClass {
284
+
285
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStoreClass
286
+
287
+ static name: string
288
+ }
289
+
290
+ export interface PersonaStorePrivate {
291
+ }
292
+
293
+ export class PersonaStorePrivate {
294
+
295
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStorePrivate
296
+
297
+ static name: string
298
+ }
299
+
300
+ export interface PersonaClass {
301
+ }
302
+
303
+ export abstract class PersonaClass {
304
+
305
+ // Own properties of FolksEds-0.6.FolksEds.PersonaClass
306
+
307
+ static name: string
308
+ }
309
+
310
+ export interface PersonaPrivate {
311
+ }
312
+
313
+ export class PersonaPrivate {
314
+
315
+ // Own properties of FolksEds-0.6.FolksEds.PersonaPrivate
316
+
317
+ static name: string
318
+ }
319
+
320
+ /**
321
+ * Name of the imported GIR library
322
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
323
+ */
324
+ export const __name__: string
325
+ /**
326
+ * Version of the imported GIR library
327
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
328
+ */
329
+ export const __version__: string
330
+ // END
@@ -0,0 +1,335 @@
1
+
2
+ /*
3
+ * Type Definitions for Gjs (https://gjs.guide/)
4
+ *
5
+ * These type definitions are automatically generated, do not edit them by hand.
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
7
+ */
8
+ /**
9
+ * FolksEds-0.6
10
+ */
11
+
12
+ import type EBookContacts from '@girs/ebookcontacts-1.2';
13
+ import type libxml2 from '@girs/libxml2-2.0';
14
+ import type Gio from '@girs/gio-2.0';
15
+ import type GObject from '@girs/gobject-2.0';
16
+ import type GLib from '@girs/glib-2.0';
17
+ import type EDataServer from '@girs/edataserver-1.2';
18
+ import type Soup from '@girs/soup-3.0';
19
+ import type Json from '@girs/json-1.0';
20
+ import type Camel from '@girs/camel-1.2';
21
+ import type Gee from '@girs/gee-0.8';
22
+ import type Folks from '@girs/folks-0.6';
23
+
24
+ export namespace FolksEds {
25
+
26
+ module PersonaStore {
27
+
28
+ // Constructor properties interface
29
+
30
+ interface ConstructorProperties extends Folks.PersonaStore.ConstructorProperties {
31
+
32
+ // Own constructor properties of FolksEds-0.6.FolksEds.PersonaStore
33
+
34
+ source?: EDataServer.Source | null
35
+ }
36
+
37
+ }
38
+
39
+ interface PersonaStore {
40
+
41
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStore
42
+
43
+ readonly source: EDataServer.Source
44
+
45
+ // Owm methods of FolksEds-0.6.FolksEds.PersonaStore
46
+
47
+ get_source(): EDataServer.Source
48
+
49
+ // Class property signals of FolksEds-0.6.FolksEds.PersonaStore
50
+
51
+ connect(sigName: "notify::source", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
52
+ connect_after(sigName: "notify::source", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
53
+ emit(sigName: "notify::source", ...args: any[]): void
54
+ connect(sigName: "notify::type-id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
55
+ connect_after(sigName: "notify::type-id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
56
+ emit(sigName: "notify::type-id", ...args: any[]): void
57
+ connect(sigName: "notify::display-name", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
58
+ connect_after(sigName: "notify::display-name", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
59
+ emit(sigName: "notify::display-name", ...args: any[]): void
60
+ connect(sigName: "notify::id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
61
+ connect_after(sigName: "notify::id", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
62
+ emit(sigName: "notify::id", ...args: any[]): void
63
+ connect(sigName: "notify::personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
64
+ connect_after(sigName: "notify::personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
65
+ emit(sigName: "notify::personas", ...args: any[]): void
66
+ connect(sigName: "notify::can-add-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
67
+ connect_after(sigName: "notify::can-add-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
68
+ emit(sigName: "notify::can-add-personas", ...args: any[]): void
69
+ connect(sigName: "notify::can-alias-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
70
+ connect_after(sigName: "notify::can-alias-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
71
+ emit(sigName: "notify::can-alias-personas", ...args: any[]): void
72
+ connect(sigName: "notify::can-group-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
73
+ connect_after(sigName: "notify::can-group-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
74
+ emit(sigName: "notify::can-group-personas", ...args: any[]): void
75
+ connect(sigName: "notify::can-remove-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
76
+ connect_after(sigName: "notify::can-remove-personas", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
77
+ emit(sigName: "notify::can-remove-personas", ...args: any[]): void
78
+ connect(sigName: "notify::is-prepared", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
79
+ connect_after(sigName: "notify::is-prepared", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
80
+ emit(sigName: "notify::is-prepared", ...args: any[]): void
81
+ connect(sigName: "notify::is-quiescent", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
82
+ connect_after(sigName: "notify::is-quiescent", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
83
+ emit(sigName: "notify::is-quiescent", ...args: any[]): void
84
+ connect(sigName: "notify::is-writeable", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
85
+ connect_after(sigName: "notify::is-writeable", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
86
+ emit(sigName: "notify::is-writeable", ...args: any[]): void
87
+ connect(sigName: "notify::trust-level", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
88
+ connect_after(sigName: "notify::trust-level", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
89
+ emit(sigName: "notify::trust-level", ...args: any[]): void
90
+ connect(sigName: "notify::always-writeable-properties", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
91
+ connect_after(sigName: "notify::always-writeable-properties", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
92
+ emit(sigName: "notify::always-writeable-properties", ...args: any[]): void
93
+ connect(sigName: "notify::is-primary-store", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
94
+ connect_after(sigName: "notify::is-primary-store", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
95
+ emit(sigName: "notify::is-primary-store", ...args: any[]): void
96
+ connect(sigName: "notify::is-user-set-default", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
97
+ connect_after(sigName: "notify::is-user-set-default", callback: (($obj: PersonaStore, pspec: GObject.ParamSpec) => void)): number
98
+ emit(sigName: "notify::is-user-set-default", ...args: any[]): void
99
+ connect(sigName: string, callback: (...args: any[]) => void): number
100
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
101
+ emit(sigName: string, ...args: any[]): void
102
+ disconnect(id: number): void
103
+ }
104
+
105
+ class PersonaStore extends Folks.PersonaStore {
106
+
107
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStore
108
+
109
+ static name: string
110
+ static $gtype: GObject.GType<PersonaStore>
111
+
112
+ // Constructors of FolksEds-0.6.FolksEds.PersonaStore
113
+
114
+ constructor(config?: PersonaStore.ConstructorProperties)
115
+ constructor(s: EDataServer.Source)
116
+ static new(s: EDataServer.Source): PersonaStore
117
+ static with_source_registry(r: EDataServer.SourceRegistry, s: EDataServer.Source): PersonaStore
118
+ _init(config?: PersonaStore.ConstructorProperties): void
119
+ static create_address_book(id: string | null, _callback_?: Gio.AsyncReadyCallback<PersonaStore> | null): void
120
+ static create_address_book_finish(_res_: Gio.AsyncResult): void
121
+ static remove_address_book(store: PersonaStore, _callback_?: Gio.AsyncReadyCallback<PersonaStore> | null): void
122
+ static remove_address_book_finish(_res_: Gio.AsyncResult): void
123
+ }
124
+
125
+ module Persona {
126
+
127
+ // Constructor properties interface
128
+
129
+ interface ConstructorProperties extends Folks.AntiLinkable.ConstructorProperties, Folks.AvatarDetails.ConstructorProperties, Folks.BirthdayDetails.ConstructorProperties, Folks.EmailDetails.ConstructorProperties, Folks.ExtendedInfo.ConstructorProperties, Folks.FavouriteDetails.ConstructorProperties, Folks.GenderDetails.ConstructorProperties, Folks.GroupDetails.ConstructorProperties, Folks.ImDetails.ConstructorProperties, Folks.LocalIdDetails.ConstructorProperties, Folks.LocationDetails.ConstructorProperties, Folks.NameDetails.ConstructorProperties, Folks.NoteDetails.ConstructorProperties, Folks.PhoneDetails.ConstructorProperties, Folks.RoleDetails.ConstructorProperties, Folks.UrlDetails.ConstructorProperties, Folks.PostalAddressDetails.ConstructorProperties, Folks.WebServiceDetails.ConstructorProperties, Folks.Persona.ConstructorProperties {
130
+
131
+ // Own constructor properties of FolksEds-0.6.FolksEds.Persona
132
+
133
+ contact?: EBookContacts.Contact | null
134
+ contact_id?: string | null
135
+ system_groups?: Gee.Set | null
136
+ in_google_personal_group?: boolean | null
137
+ }
138
+
139
+ }
140
+
141
+ interface Persona extends Folks.AntiLinkable, Folks.AvatarDetails, Folks.BirthdayDetails, Folks.EmailDetails, Folks.ExtendedInfo, Folks.FavouriteDetails, Folks.GenderDetails, Folks.GroupDetails, Folks.ImDetails, Folks.LocalIdDetails, Folks.LocationDetails, Folks.NameDetails, Folks.NoteDetails, Folks.PhoneDetails, Folks.RoleDetails, Folks.UrlDetails, Folks.PostalAddressDetails, Folks.WebServiceDetails {
142
+
143
+ // Own properties of FolksEds-0.6.FolksEds.Persona
144
+
145
+ readonly contact: EBookContacts.Contact
146
+ readonly contact_id: string | null
147
+ system_groups: Gee.Set
148
+ in_google_personal_group: boolean
149
+
150
+ // Owm methods of FolksEds-0.6.FolksEds.Persona
151
+
152
+ change_system_groups(system_groups: Gee.Set, _callback_?: Gio.AsyncReadyCallback<this> | null): void
153
+ change_system_groups_finish(_res_: Gio.AsyncResult): void
154
+ change_in_google_personal_group(in_personal: boolean, _callback_?: Gio.AsyncReadyCallback<this> | null): void
155
+ change_in_google_personal_group_finish(_res_: Gio.AsyncResult): void
156
+ get_contact(): EBookContacts.Contact
157
+ get_contact_id(): string | null
158
+ get_system_groups(): Gee.Set | null
159
+ set_system_groups(value?: Gee.Set | null): void
160
+ get_in_google_personal_group(): boolean
161
+ set_in_google_personal_group(value: boolean): void
162
+
163
+ // Class property signals of FolksEds-0.6.FolksEds.Persona
164
+
165
+ connect(sigName: "notify::contact", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
166
+ connect_after(sigName: "notify::contact", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
167
+ emit(sigName: "notify::contact", ...args: any[]): void
168
+ connect(sigName: "notify::contact-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
169
+ connect_after(sigName: "notify::contact-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
170
+ emit(sigName: "notify::contact-id", ...args: any[]): void
171
+ connect(sigName: "notify::system-groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
172
+ connect_after(sigName: "notify::system-groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
173
+ emit(sigName: "notify::system-groups", ...args: any[]): void
174
+ connect(sigName: "notify::in-google-personal-group", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
175
+ connect_after(sigName: "notify::in-google-personal-group", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
176
+ emit(sigName: "notify::in-google-personal-group", ...args: any[]): void
177
+ connect(sigName: "notify::iid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
178
+ connect_after(sigName: "notify::iid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
179
+ emit(sigName: "notify::iid", ...args: any[]): void
180
+ connect(sigName: "notify::uid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
181
+ connect_after(sigName: "notify::uid", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
182
+ emit(sigName: "notify::uid", ...args: any[]): void
183
+ connect(sigName: "notify::display-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
184
+ connect_after(sigName: "notify::display-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
185
+ emit(sigName: "notify::display-id", ...args: any[]): void
186
+ connect(sigName: "notify::is-user", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
187
+ connect_after(sigName: "notify::is-user", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
188
+ emit(sigName: "notify::is-user", ...args: any[]): void
189
+ connect(sigName: "notify::store", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
190
+ connect_after(sigName: "notify::store", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
191
+ emit(sigName: "notify::store", ...args: any[]): void
192
+ connect(sigName: "notify::individual", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
193
+ connect_after(sigName: "notify::individual", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
194
+ emit(sigName: "notify::individual", ...args: any[]): void
195
+ connect(sigName: "notify::linkable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
196
+ connect_after(sigName: "notify::linkable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
197
+ emit(sigName: "notify::linkable-properties", ...args: any[]): void
198
+ connect(sigName: "notify::writeable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
199
+ connect_after(sigName: "notify::writeable-properties", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
200
+ emit(sigName: "notify::writeable-properties", ...args: any[]): void
201
+ connect(sigName: "notify::anti-links", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
202
+ connect_after(sigName: "notify::anti-links", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
203
+ emit(sigName: "notify::anti-links", ...args: any[]): void
204
+ connect(sigName: "notify::avatar", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
205
+ connect_after(sigName: "notify::avatar", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
206
+ emit(sigName: "notify::avatar", ...args: any[]): void
207
+ connect(sigName: "notify::birthday", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
208
+ connect_after(sigName: "notify::birthday", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
209
+ emit(sigName: "notify::birthday", ...args: any[]): void
210
+ connect(sigName: "notify::calendar-event-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
211
+ connect_after(sigName: "notify::calendar-event-id", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
212
+ emit(sigName: "notify::calendar-event-id", ...args: any[]): void
213
+ connect(sigName: "notify::email-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
214
+ connect_after(sigName: "notify::email-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
215
+ emit(sigName: "notify::email-addresses", ...args: any[]): void
216
+ connect(sigName: "notify::is-favourite", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
217
+ connect_after(sigName: "notify::is-favourite", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
218
+ emit(sigName: "notify::is-favourite", ...args: any[]): void
219
+ connect(sigName: "notify::gender", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
220
+ connect_after(sigName: "notify::gender", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
221
+ emit(sigName: "notify::gender", ...args: any[]): void
222
+ connect(sigName: "notify::groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
223
+ connect_after(sigName: "notify::groups", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
224
+ emit(sigName: "notify::groups", ...args: any[]): void
225
+ connect(sigName: "notify::im-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
226
+ connect_after(sigName: "notify::im-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
227
+ emit(sigName: "notify::im-addresses", ...args: any[]): void
228
+ connect(sigName: "notify::local-ids", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
229
+ connect_after(sigName: "notify::local-ids", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
230
+ emit(sigName: "notify::local-ids", ...args: any[]): void
231
+ connect(sigName: "notify::location", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
232
+ connect_after(sigName: "notify::location", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
233
+ emit(sigName: "notify::location", ...args: any[]): void
234
+ connect(sigName: "notify::structured-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
235
+ connect_after(sigName: "notify::structured-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
236
+ emit(sigName: "notify::structured-name", ...args: any[]): void
237
+ connect(sigName: "notify::full-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
238
+ connect_after(sigName: "notify::full-name", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
239
+ emit(sigName: "notify::full-name", ...args: any[]): void
240
+ connect(sigName: "notify::nickname", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
241
+ connect_after(sigName: "notify::nickname", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
242
+ emit(sigName: "notify::nickname", ...args: any[]): void
243
+ connect(sigName: "notify::notes", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
244
+ connect_after(sigName: "notify::notes", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
245
+ emit(sigName: "notify::notes", ...args: any[]): void
246
+ connect(sigName: "notify::phone-numbers", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
247
+ connect_after(sigName: "notify::phone-numbers", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
248
+ emit(sigName: "notify::phone-numbers", ...args: any[]): void
249
+ connect(sigName: "notify::roles", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
250
+ connect_after(sigName: "notify::roles", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
251
+ emit(sigName: "notify::roles", ...args: any[]): void
252
+ connect(sigName: "notify::urls", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
253
+ connect_after(sigName: "notify::urls", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
254
+ emit(sigName: "notify::urls", ...args: any[]): void
255
+ connect(sigName: "notify::postal-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
256
+ connect_after(sigName: "notify::postal-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
257
+ emit(sigName: "notify::postal-addresses", ...args: any[]): void
258
+ connect(sigName: "notify::web-service-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
259
+ connect_after(sigName: "notify::web-service-addresses", callback: (($obj: Persona, pspec: GObject.ParamSpec) => void)): number
260
+ emit(sigName: "notify::web-service-addresses", ...args: any[]): void
261
+ connect(sigName: string, callback: (...args: any[]) => void): number
262
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
263
+ emit(sigName: string, ...args: any[]): void
264
+ disconnect(id: number): void
265
+ }
266
+
267
+ class Persona extends Folks.Persona {
268
+
269
+ // Own properties of FolksEds-0.6.FolksEds.Persona
270
+
271
+ static name: string
272
+ static $gtype: GObject.GType<Persona>
273
+
274
+ // Constructors of FolksEds-0.6.FolksEds.Persona
275
+
276
+ constructor(config?: Persona.ConstructorProperties)
277
+ constructor(store: PersonaStore, contact: EBookContacts.Contact)
278
+ static new(store: PersonaStore, contact: EBookContacts.Contact): Persona
279
+ _init(config?: Persona.ConstructorProperties): void
280
+ }
281
+
282
+ interface PersonaStoreClass {
283
+ }
284
+
285
+ abstract class PersonaStoreClass {
286
+
287
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStoreClass
288
+
289
+ static name: string
290
+ }
291
+
292
+ interface PersonaStorePrivate {
293
+ }
294
+
295
+ class PersonaStorePrivate {
296
+
297
+ // Own properties of FolksEds-0.6.FolksEds.PersonaStorePrivate
298
+
299
+ static name: string
300
+ }
301
+
302
+ interface PersonaClass {
303
+ }
304
+
305
+ abstract class PersonaClass {
306
+
307
+ // Own properties of FolksEds-0.6.FolksEds.PersonaClass
308
+
309
+ static name: string
310
+ }
311
+
312
+ interface PersonaPrivate {
313
+ }
314
+
315
+ class PersonaPrivate {
316
+
317
+ // Own properties of FolksEds-0.6.FolksEds.PersonaPrivate
318
+
319
+ static name: string
320
+ }
321
+
322
+ /**
323
+ * Name of the imported GIR library
324
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
325
+ */
326
+ const __name__: string
327
+ /**
328
+ * Version of the imported GIR library
329
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
330
+ */
331
+ const __version__: string
332
+ }
333
+
334
+ export default FolksEds;
335
+ // END
@@ -0,0 +1,8 @@
1
+
2
+
3
+ // @ts-expect-error
4
+ import FolksEds from 'gi://FolksEds?version=0.6';
5
+ export { FolksEds };
6
+ export default FolksEds;
7
+
8
+
package/package.json ADDED
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@girs/folkseds-0.6",
3
+ "version": "0.6.0-3.0.0-beta.12",
4
+ "description": "GJS TypeScript type definitions for FolksEds-0.6, generated from library version 0.6.0",
5
+ "type": "module",
6
+ "module": "folkseds-0.6.js",
7
+ "main": "folkseds-0.6.js",
8
+ "typedoc": {
9
+ "entryPoint": "./folkseds-0.6.d.ts",
10
+ "readmeFile": "./README.md",
11
+ "displayName": "FolksEds-0.6",
12
+ "tsconfig": "./tsconfig.doc.json"
13
+ },
14
+ "exports": {
15
+ ".": {
16
+ "import": {
17
+ "types": "./folkseds-0.6.d.ts",
18
+ "default": "./folkseds-0.6.js"
19
+ },
20
+ "require": {
21
+ "types": "./folkseds-0.6.d.cts",
22
+ "default": "./folkseds-0.6.cjs"
23
+ }
24
+ }
25
+ },
26
+ "scripts": {
27
+ "test": "yarn test:esm && yarn test:cjs",
28
+ "test:esm": "tsc --noEmit folkseds-0.6.d.ts",
29
+ "test:cjs": "tsc --noEmit folkseds-0.6.d.cts"
30
+ },
31
+ "dependencies": {
32
+ "@girs/camel-1.2": "^1.2.0-3.0.0-beta.12",
33
+ "@girs/ebookcontacts-1.2": "^1.2.0-3.0.0-beta.12",
34
+ "@girs/edataserver-1.2": "^1.2.0-3.0.0-beta.12",
35
+ "@girs/folks-0.6": "^0.6.0-3.0.0-beta.12",
36
+ "@girs/gee-0.8": "^0.8.0-3.0.0-beta.12",
37
+ "@girs/gio-2.0": "^2.75.1-3.0.0-beta.12",
38
+ "@girs/glib-2.0": "^2.75.1-3.0.0-beta.12",
39
+ "@girs/gobject-2.0": "^2.75.1-3.0.0-beta.12",
40
+ "@girs/json-1.0": "^1.7.1-3.0.0-beta.12",
41
+ "@girs/libxml2-2.0": "^2.0.0-3.0.0-beta.12",
42
+ "@girs/soup-3.0": "^3.3.1-3.0.0-beta.12"
43
+ },
44
+ "devDependencies": {
45
+ "typescript": "^*"
46
+ },
47
+ "keywords": [
48
+ "Gir",
49
+ "TypeScript",
50
+ "FolksEds-0.6"
51
+ ],
52
+ "author": "ts-for-gir",
53
+ "license": "Apache-2.0",
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
57
+ },
58
+ "bugs": {
59
+ "url": "https://github.com/gjsify/ts-for-gir/issues"
60
+ },
61
+ "homepage": "https://github.com/gjsify/ts-for-gir#readme"
62
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "compilerOptions": {
3
+ // General settings for code interpretation
4
+ "target": "ESNext",
5
+ "module": "ESNext",
6
+ "experimentalDecorators": true,
7
+ "moduleResolution": "node",
8
+ "noEmit": true,
9
+ "noEmitOnError": false,
10
+ "baseUrl": "./",
11
+ "rootDir": ".",
12
+ // General settings for code generation
13
+ "removeComments": false,
14
+ "inlineSourceMap": false,
15
+ "inlineSources": false,
16
+ "newLine": "LF"
17
+ },
18
+ "include": ["./folkseds-0.6.d.ts"]
19
+ }