~ubuntu-branches/ubuntu/utopic/gnome-online-accounts/utopic

« back to all changes in this revision

Viewing changes to src/goa/goa-generated.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Laurent Bigonville, Andreas Henriksson
  • Date: 2014-05-16 11:42:52 UTC
  • mfrom: (1.1.28) (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140516114252-u5ect6mk6ht8i38x
Tags: 3.12.2-1
[ Laurent Bigonville ]
* debian/control.in: Recommends realmd package (Closes: #725965)

[ Andreas Henriksson ]
* New upstream release.
  - Removes chat support from Windows Live provider (XMPP gateway gone).
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Generated by gdbus-codegen 2.38.2. DO NOT EDIT.
 
2
 * Generated by gdbus-codegen 2.40.0. DO NOT EDIT.
3
3
 *
4
4
 * The license of this code is the same as for the source it was derived from.
5
5
 */
69
69
 
70
70
  gboolean  (*get_photos_disabled) (GoaAccount *object);
71
71
 
 
72
  gboolean  (*get_printers_disabled) (GoaAccount *object);
 
73
 
 
74
  gboolean  (*get_read_later_disabled) (GoaAccount *object);
 
75
 
72
76
};
73
77
 
74
78
GType goa_account_get_type (void) G_GNUC_CONST;
172
176
gboolean goa_account_get_documents_disabled (GoaAccount *object);
173
177
void goa_account_set_documents_disabled (GoaAccount *object, gboolean value);
174
178
 
 
179
gboolean goa_account_get_printers_disabled (GoaAccount *object);
 
180
void goa_account_set_printers_disabled (GoaAccount *object, gboolean value);
 
181
 
175
182
gboolean goa_account_get_photos_disabled (GoaAccount *object);
176
183
void goa_account_set_photos_disabled (GoaAccount *object, gboolean value);
177
184
 
181
188
gboolean goa_account_get_ticketing_disabled (GoaAccount *object);
182
189
void goa_account_set_ticketing_disabled (GoaAccount *object, gboolean value);
183
190
 
 
191
gboolean goa_account_get_read_later_disabled (GoaAccount *object);
 
192
void goa_account_set_read_later_disabled (GoaAccount *object, gboolean value);
 
193
 
184
194
 
185
195
/* ---- */
186
196
 
993
1003
 
994
1004
  gboolean  (*get_smtp_use_ssl) (GoaMail *object);
995
1005
 
 
1006
  gboolean  (*get_smtp_auth_login) (GoaMail *object);
 
1007
 
 
1008
  gboolean  (*get_smtp_auth_plain) (GoaMail *object);
 
1009
 
 
1010
  gboolean  (*get_smtp_auth_xoauth2) (GoaMail *object);
 
1011
 
996
1012
};
997
1013
 
998
1014
GType goa_mail_get_type (void) G_GNUC_CONST;
1043
1059
gboolean goa_mail_get_smtp_use_auth (GoaMail *object);
1044
1060
void goa_mail_set_smtp_use_auth (GoaMail *object, gboolean value);
1045
1061
 
 
1062
gboolean goa_mail_get_smtp_auth_login (GoaMail *object);
 
1063
void goa_mail_set_smtp_auth_login (GoaMail *object, gboolean value);
 
1064
 
 
1065
gboolean goa_mail_get_smtp_auth_plain (GoaMail *object);
 
1066
void goa_mail_set_smtp_auth_plain (GoaMail *object, gboolean value);
 
1067
 
 
1068
gboolean goa_mail_get_smtp_auth_xoauth2 (GoaMail *object);
 
1069
void goa_mail_set_smtp_auth_xoauth2 (GoaMail *object, gboolean value);
 
1070
 
1046
1071
gboolean goa_mail_get_smtp_use_ssl (GoaMail *object);
1047
1072
void goa_mail_set_smtp_use_ssl (GoaMail *object, gboolean value);
1048
1073
 
2189
2214
GoaTicketing *goa_ticketing_skeleton_new (void);
2190
2215
 
2191
2216
 
 
2217
/* ------------------------------------------------------------------------ */
 
2218
/* Declarations for org.gnome.OnlineAccounts.ReadLater */
 
2219
 
 
2220
#define GOA_TYPE_READ_LATER (goa_read_later_get_type ())
 
2221
#define GOA_READ_LATER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_READ_LATER, GoaReadLater))
 
2222
#define GOA_IS_READ_LATER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_READ_LATER))
 
2223
#define GOA_READ_LATER_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GOA_TYPE_READ_LATER, GoaReadLaterIface))
 
2224
 
 
2225
struct _GoaReadLater;
 
2226
typedef struct _GoaReadLater GoaReadLater;
 
2227
typedef struct _GoaReadLaterIface GoaReadLaterIface;
 
2228
 
 
2229
struct _GoaReadLaterIface
 
2230
{
 
2231
  GTypeInterface parent_iface;
 
2232
};
 
2233
 
 
2234
GType goa_read_later_get_type (void) G_GNUC_CONST;
 
2235
 
 
2236
GDBusInterfaceInfo *goa_read_later_interface_info (void);
 
2237
guint goa_read_later_override_properties (GObjectClass *klass, guint property_id_begin);
 
2238
 
 
2239
 
 
2240
/* ---- */
 
2241
 
 
2242
#define GOA_TYPE_READ_LATER_PROXY (goa_read_later_proxy_get_type ())
 
2243
#define GOA_READ_LATER_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_READ_LATER_PROXY, GoaReadLaterProxy))
 
2244
#define GOA_READ_LATER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_READ_LATER_PROXY, GoaReadLaterProxyClass))
 
2245
#define GOA_READ_LATER_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE_READ_LATER_PROXY, GoaReadLaterProxyClass))
 
2246
#define GOA_IS_READ_LATER_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_READ_LATER_PROXY))
 
2247
#define GOA_IS_READ_LATER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_READ_LATER_PROXY))
 
2248
 
 
2249
typedef struct _GoaReadLaterProxy GoaReadLaterProxy;
 
2250
typedef struct _GoaReadLaterProxyClass GoaReadLaterProxyClass;
 
2251
typedef struct _GoaReadLaterProxyPrivate GoaReadLaterProxyPrivate;
 
2252
 
 
2253
struct _GoaReadLaterProxy
 
2254
{
 
2255
  /*< private >*/
 
2256
  GDBusProxy parent_instance;
 
2257
  GoaReadLaterProxyPrivate *priv;
 
2258
};
 
2259
 
 
2260
struct _GoaReadLaterProxyClass
 
2261
{
 
2262
  GDBusProxyClass parent_class;
 
2263
};
 
2264
 
 
2265
GType goa_read_later_proxy_get_type (void) G_GNUC_CONST;
 
2266
 
 
2267
void goa_read_later_proxy_new (
 
2268
    GDBusConnection     *connection,
 
2269
    GDBusProxyFlags      flags,
 
2270
    const gchar         *name,
 
2271
    const gchar         *object_path,
 
2272
    GCancellable        *cancellable,
 
2273
    GAsyncReadyCallback  callback,
 
2274
    gpointer             user_data);
 
2275
GoaReadLater *goa_read_later_proxy_new_finish (
 
2276
    GAsyncResult        *res,
 
2277
    GError             **error);
 
2278
GoaReadLater *goa_read_later_proxy_new_sync (
 
2279
    GDBusConnection     *connection,
 
2280
    GDBusProxyFlags      flags,
 
2281
    const gchar         *name,
 
2282
    const gchar         *object_path,
 
2283
    GCancellable        *cancellable,
 
2284
    GError             **error);
 
2285
 
 
2286
void goa_read_later_proxy_new_for_bus (
 
2287
    GBusType             bus_type,
 
2288
    GDBusProxyFlags      flags,
 
2289
    const gchar         *name,
 
2290
    const gchar         *object_path,
 
2291
    GCancellable        *cancellable,
 
2292
    GAsyncReadyCallback  callback,
 
2293
    gpointer             user_data);
 
2294
GoaReadLater *goa_read_later_proxy_new_for_bus_finish (
 
2295
    GAsyncResult        *res,
 
2296
    GError             **error);
 
2297
GoaReadLater *goa_read_later_proxy_new_for_bus_sync (
 
2298
    GBusType             bus_type,
 
2299
    GDBusProxyFlags      flags,
 
2300
    const gchar         *name,
 
2301
    const gchar         *object_path,
 
2302
    GCancellable        *cancellable,
 
2303
    GError             **error);
 
2304
 
 
2305
 
 
2306
/* ---- */
 
2307
 
 
2308
#define GOA_TYPE_READ_LATER_SKELETON (goa_read_later_skeleton_get_type ())
 
2309
#define GOA_READ_LATER_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_READ_LATER_SKELETON, GoaReadLaterSkeleton))
 
2310
#define GOA_READ_LATER_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_READ_LATER_SKELETON, GoaReadLaterSkeletonClass))
 
2311
#define GOA_READ_LATER_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE_READ_LATER_SKELETON, GoaReadLaterSkeletonClass))
 
2312
#define GOA_IS_READ_LATER_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_READ_LATER_SKELETON))
 
2313
#define GOA_IS_READ_LATER_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_READ_LATER_SKELETON))
 
2314
 
 
2315
typedef struct _GoaReadLaterSkeleton GoaReadLaterSkeleton;
 
2316
typedef struct _GoaReadLaterSkeletonClass GoaReadLaterSkeletonClass;
 
2317
typedef struct _GoaReadLaterSkeletonPrivate GoaReadLaterSkeletonPrivate;
 
2318
 
 
2319
struct _GoaReadLaterSkeleton
 
2320
{
 
2321
  /*< private >*/
 
2322
  GDBusInterfaceSkeleton parent_instance;
 
2323
  GoaReadLaterSkeletonPrivate *priv;
 
2324
};
 
2325
 
 
2326
struct _GoaReadLaterSkeletonClass
 
2327
{
 
2328
  GDBusInterfaceSkeletonClass parent_class;
 
2329
};
 
2330
 
 
2331
GType goa_read_later_skeleton_get_type (void) G_GNUC_CONST;
 
2332
 
 
2333
GoaReadLater *goa_read_later_skeleton_new (void);
 
2334
 
 
2335
 
 
2336
/* ------------------------------------------------------------------------ */
 
2337
/* Declarations for org.gnome.OnlineAccounts.Printers */
 
2338
 
 
2339
#define GOA_TYPE_PRINTERS (goa_printers_get_type ())
 
2340
#define GOA_PRINTERS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_PRINTERS, GoaPrinters))
 
2341
#define GOA_IS_PRINTERS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_PRINTERS))
 
2342
#define GOA_PRINTERS_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GOA_TYPE_PRINTERS, GoaPrintersIface))
 
2343
 
 
2344
struct _GoaPrinters;
 
2345
typedef struct _GoaPrinters GoaPrinters;
 
2346
typedef struct _GoaPrintersIface GoaPrintersIface;
 
2347
 
 
2348
struct _GoaPrintersIface
 
2349
{
 
2350
  GTypeInterface parent_iface;
 
2351
};
 
2352
 
 
2353
GType goa_printers_get_type (void) G_GNUC_CONST;
 
2354
 
 
2355
GDBusInterfaceInfo *goa_printers_interface_info (void);
 
2356
guint goa_printers_override_properties (GObjectClass *klass, guint property_id_begin);
 
2357
 
 
2358
 
 
2359
/* ---- */
 
2360
 
 
2361
#define GOA_TYPE_PRINTERS_PROXY (goa_printers_proxy_get_type ())
 
2362
#define GOA_PRINTERS_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_PRINTERS_PROXY, GoaPrintersProxy))
 
2363
#define GOA_PRINTERS_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_PRINTERS_PROXY, GoaPrintersProxyClass))
 
2364
#define GOA_PRINTERS_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE_PRINTERS_PROXY, GoaPrintersProxyClass))
 
2365
#define GOA_IS_PRINTERS_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_PRINTERS_PROXY))
 
2366
#define GOA_IS_PRINTERS_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_PRINTERS_PROXY))
 
2367
 
 
2368
typedef struct _GoaPrintersProxy GoaPrintersProxy;
 
2369
typedef struct _GoaPrintersProxyClass GoaPrintersProxyClass;
 
2370
typedef struct _GoaPrintersProxyPrivate GoaPrintersProxyPrivate;
 
2371
 
 
2372
struct _GoaPrintersProxy
 
2373
{
 
2374
  /*< private >*/
 
2375
  GDBusProxy parent_instance;
 
2376
  GoaPrintersProxyPrivate *priv;
 
2377
};
 
2378
 
 
2379
struct _GoaPrintersProxyClass
 
2380
{
 
2381
  GDBusProxyClass parent_class;
 
2382
};
 
2383
 
 
2384
GType goa_printers_proxy_get_type (void) G_GNUC_CONST;
 
2385
 
 
2386
void goa_printers_proxy_new (
 
2387
    GDBusConnection     *connection,
 
2388
    GDBusProxyFlags      flags,
 
2389
    const gchar         *name,
 
2390
    const gchar         *object_path,
 
2391
    GCancellable        *cancellable,
 
2392
    GAsyncReadyCallback  callback,
 
2393
    gpointer             user_data);
 
2394
GoaPrinters *goa_printers_proxy_new_finish (
 
2395
    GAsyncResult        *res,
 
2396
    GError             **error);
 
2397
GoaPrinters *goa_printers_proxy_new_sync (
 
2398
    GDBusConnection     *connection,
 
2399
    GDBusProxyFlags      flags,
 
2400
    const gchar         *name,
 
2401
    const gchar         *object_path,
 
2402
    GCancellable        *cancellable,
 
2403
    GError             **error);
 
2404
 
 
2405
void goa_printers_proxy_new_for_bus (
 
2406
    GBusType             bus_type,
 
2407
    GDBusProxyFlags      flags,
 
2408
    const gchar         *name,
 
2409
    const gchar         *object_path,
 
2410
    GCancellable        *cancellable,
 
2411
    GAsyncReadyCallback  callback,
 
2412
    gpointer             user_data);
 
2413
GoaPrinters *goa_printers_proxy_new_for_bus_finish (
 
2414
    GAsyncResult        *res,
 
2415
    GError             **error);
 
2416
GoaPrinters *goa_printers_proxy_new_for_bus_sync (
 
2417
    GBusType             bus_type,
 
2418
    GDBusProxyFlags      flags,
 
2419
    const gchar         *name,
 
2420
    const gchar         *object_path,
 
2421
    GCancellable        *cancellable,
 
2422
    GError             **error);
 
2423
 
 
2424
 
 
2425
/* ---- */
 
2426
 
 
2427
#define GOA_TYPE_PRINTERS_SKELETON (goa_printers_skeleton_get_type ())
 
2428
#define GOA_PRINTERS_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_PRINTERS_SKELETON, GoaPrintersSkeleton))
 
2429
#define GOA_PRINTERS_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_PRINTERS_SKELETON, GoaPrintersSkeletonClass))
 
2430
#define GOA_PRINTERS_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE_PRINTERS_SKELETON, GoaPrintersSkeletonClass))
 
2431
#define GOA_IS_PRINTERS_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYPE_PRINTERS_SKELETON))
 
2432
#define GOA_IS_PRINTERS_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_PRINTERS_SKELETON))
 
2433
 
 
2434
typedef struct _GoaPrintersSkeleton GoaPrintersSkeleton;
 
2435
typedef struct _GoaPrintersSkeletonClass GoaPrintersSkeletonClass;
 
2436
typedef struct _GoaPrintersSkeletonPrivate GoaPrintersSkeletonPrivate;
 
2437
 
 
2438
struct _GoaPrintersSkeleton
 
2439
{
 
2440
  /*< private >*/
 
2441
  GDBusInterfaceSkeleton parent_instance;
 
2442
  GoaPrintersSkeletonPrivate *priv;
 
2443
};
 
2444
 
 
2445
struct _GoaPrintersSkeletonClass
 
2446
{
 
2447
  GDBusInterfaceSkeletonClass parent_class;
 
2448
};
 
2449
 
 
2450
GType goa_printers_skeleton_get_type (void) G_GNUC_CONST;
 
2451
 
 
2452
GoaPrinters *goa_printers_skeleton_new (void);
 
2453
 
 
2454
 
2192
2455
/* ---- */
2193
2456
 
2194
2457
#define GOA_TYPE_OBJECT (goa_object_get_type ())
2221
2484
GoaFiles *goa_object_get_files (GoaObject *object);
2222
2485
GoaExchange *goa_object_get_exchange (GoaObject *object);
2223
2486
GoaTicketing *goa_object_get_ticketing (GoaObject *object);
 
2487
GoaReadLater *goa_object_get_read_later (GoaObject *object);
 
2488
GoaPrinters *goa_object_get_printers (GoaObject *object);
2224
2489
GoaAccount *goa_object_peek_account (GoaObject *object);
2225
2490
GoaOAuth2Based *goa_object_peek_oauth2_based (GoaObject *object);
2226
2491
GoaOAuthBased *goa_object_peek_oauth_based (GoaObject *object);
2235
2500
GoaFiles *goa_object_peek_files (GoaObject *object);
2236
2501
GoaExchange *goa_object_peek_exchange (GoaObject *object);
2237
2502
GoaTicketing *goa_object_peek_ticketing (GoaObject *object);
 
2503
GoaReadLater *goa_object_peek_read_later (GoaObject *object);
 
2504
GoaPrinters *goa_object_peek_printers (GoaObject *object);
2238
2505
 
2239
2506
#define GOA_TYPE_OBJECT_PROXY (goa_object_proxy_get_type ())
2240
2507
#define GOA_OBJECT_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_OBJECT_PROXY, GoaObjectProxy))
2301
2568
void goa_object_skeleton_set_files (GoaObjectSkeleton *object, GoaFiles *interface_);
2302
2569
void goa_object_skeleton_set_exchange (GoaObjectSkeleton *object, GoaExchange *interface_);
2303
2570
void goa_object_skeleton_set_ticketing (GoaObjectSkeleton *object, GoaTicketing *interface_);
 
2571
void goa_object_skeleton_set_read_later (GoaObjectSkeleton *object, GoaReadLater *interface_);
 
2572
void goa_object_skeleton_set_printers (GoaObjectSkeleton *object, GoaPrinters *interface_);
2304
2573
 
2305
2574
/* ---- */
2306
2575