This file is indexed.

/usr/share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendSync.html is in libedata-cal1.2-dev 3.2.3-0ubuntu7.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ECalBackendSync</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
<link rel="prev" href="libedata-cal-ECalBackendFileStore.html" title="ECalBackendFileStore">
<link rel="next" href="libedata-cal-e-cal-backend-util.html" title="e-cal-backend-util">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libedata-cal-ECalBackendFileStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Evolution-Data-Server Manual: Calendar Backend (libedata-cal)</th>
<td><a accesskey="n" href="libedata-cal-e-cal-backend-util.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libedata-cal-ECalBackendSync.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#libedata-cal-ECalBackendSync.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="libedata-cal-ECalBackendSync"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libedata-cal-ECalBackendSync.top_of_page"></a>ECalBackendSync</span></h2>
<p>ECalBackendSync</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libedata-cal-ECalBackendSync.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync">ECalBackendSync</a>;
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-set-lock" title="e_cal_backend_sync_set_lock ()">e_cal_backend_sync_set_lock</a>         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> lock</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-open" title="e_cal_backend_sync_open ()">e_cal_backend_sync_open</a>             (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> only_if_exists</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-remove" title="e_cal_backend_sync_remove ()">e_cal_backend_sync_remove</a>           (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-refresh" title="e_cal_backend_sync_refresh ()">e_cal_backend_sync_refresh</a>          (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-backend-property" title="e_cal_backend_sync_get_backend_property ()">e_cal_backend_sync_get_backend_property</a>
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_name</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **prop_value</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-set-backend-property" title="e_cal_backend_sync_set_backend_property ()">e_cal_backend_sync_set_backend_property</a>
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_name</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_value</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-object" title="e_cal_backend_sync_get_object ()">e_cal_backend_sync_get_object</a>       (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-object-list" title="e_cal_backend_sync_get_object_list ()">e_cal_backend_sync_get_object_list</a>  (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **calobjs</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-free-busy" title="e_cal_backend_sync_get_free_busy ()">e_cal_backend_sync_get_free_busy</a>    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **freebusyobjs</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-create-object" title="e_cal_backend_sync_create_object ()">e_cal_backend_sync_create_object</a>    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-modify-object" title="e_cal_backend_sync_modify_object ()">e_cal_backend_sync_modify_object</a>    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">CalObjModType</span> mod</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **old_object</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-remove-object" title="e_cal_backend_sync_remove_object ()">e_cal_backend_sync_remove_object</a>    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">CalObjModType</span> mod</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **old_object</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-receive-objects" title="e_cal_backend_sync_receive_objects ()">e_cal_backend_sync_receive_objects</a>  (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-send-objects" title="e_cal_backend_sync_send_objects ()">e_cal_backend_sync_send_objects</a>     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **modified_calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-attachment-uris" title="e_cal_backend_sync_get_attachment_uris ()">e_cal_backend_sync_get_attachment_uris</a>
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachments</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-discard-alarm" title="e_cal_backend_sync_discard_alarm ()">e_cal_backend_sync_discard_alarm</a>    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-get-timezone" title="e_cal_backend_sync_get_timezone ()">e_cal_backend_sync_get_timezone</a>     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tzobject</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-add-timezone" title="e_cal_backend_sync_add_timezone ()">e_cal_backend_sync_add_timezone</a>     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzobject</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendSync.html#e-cal-backend-sync-authenticate-user" title="e_cal_backend_sync_authenticate_user ()">e_cal_backend_sync_authenticate_user</a>
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">ECredentials</span> *credentials</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="libedata-cal-ECalBackendSync.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="libedata-cal-ECalBackendSync.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="ECalBackendSync"></a><h3>struct ECalBackendSync</h3>
<pre class="programlisting">struct ECalBackendSync {
	ECalBackend parent_object;

	ECalBackendSyncPrivate *priv;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-set-lock"></a><h3>e_cal_backend_sync_set_lock ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_set_lock         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> lock</code></em>);</pre>
<p>
Sets the lock mode on the ECalBackendSync object. If TRUE, the backend
will create a locking mutex for every operation, so that only one can
happen at a time. If FALSE, no lock would be done and many operations
can happen at the same time.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>lock</code></em> :</span></p></td>
<td>Lock mode.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-open"></a><h3>e_cal_backend_sync_open ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_open             (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> only_if_exists</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the open_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>only_if_exists</code></em> :</span></p></td>
<td>Whether to open the calendar if and only if it already exists
or just create it when it does not exist.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-remove"></a><h3>e_cal_backend_sync_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_remove           (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the remove_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-refresh"></a><h3>e_cal_backend_sync_refresh ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_refresh          (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the refresh_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.30</p>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-backend-property"></a><h3>e_cal_backend_sync_get_backend_property ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_backend_sync_get_backend_property
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_name</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **prop_value</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_backend_property_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>prop_name</code></em> :</span></p></td>
<td>Property name whose value to retrieve.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>prop_value</code></em> :</span></p></td>
<td>Return value of the <em class="parameter"><code>prop_name</code></em>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>whether processed this property. Returning FALSE means to pass
the call to the ECalBackend parent class, thus neither <em class="parameter"><code>error</code></em> should be
set in this case.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 3.2</p>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-set-backend-property"></a><h3>e_cal_backend_sync_set_backend_property ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_backend_sync_set_backend_property
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_name</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *prop_value</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the set_backend_property_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>prop_name</code></em> :</span></p></td>
<td>Property name to set.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>prop_value</code></em> :</span></p></td>
<td>New value of the <em class="parameter"><code>prop_name</code></em>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>whether processed this property. Returning FALSE means to pass
the call to the ECalBackend parent class, thus neither <em class="parameter"><code>error</code></em> should be
set in this case.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 3.2</p>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-object"></a><h3>e_cal_backend_sync_get_object ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_get_object       (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_object_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>UID of the object to get.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>rid</code></em> :</span></p></td>
<td>Recurrence ID of the specific instance to get, or NULL if getting the
master object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobj</code></em> :</span></p></td>
<td>Placeholder for returned object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-object-list"></a><h3>e_cal_backend_sync_get_object_list ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_get_object_list  (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **calobjs</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_object_list_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
<td>Search query.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobjs</code></em> :</span></p></td>
<td>Placeholder for list of returned objects.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-free-busy"></a><h3>e_cal_backend_sync_get_free_busy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_get_free_busy    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **freebusyobjs</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_free_busy_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>users</code></em> :</span></p></td>
<td>List of users to get F/B info from.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
<td>Time range start.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
<td>Time range end.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-create-object"></a><h3>e_cal_backend_sync_create_object ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_create_object    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the create_object_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobj</code></em> :</span></p></td>
<td>The object to be added.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>Placeholder for server-generated UID.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>new_object</code></em> :</span></p></td>
<td>Placeholder for server-calobj, if it changed. Can be left as is if it's same as <em class="parameter"><code>calobj</code></em>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-modify-object"></a><h3>e_cal_backend_sync_modify_object ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_modify_object    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">CalObjModType</span> mod</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **old_object</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the modify_object_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobj</code></em> :</span></p></td>
<td>Object to be modified.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mod</code></em> :</span></p></td>
<td>Type of modification to be done.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>old_object</code></em> :</span></p></td>
<td>Placeholder for returning the old object as it was stored on the
backend.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>new_object</code></em> :</span></p></td>
<td>Placeholder for returning the new object as it has been stored
on the backend.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-remove-object"></a><h3>e_cal_backend_sync_remove_object ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_remove_object    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">CalObjModType</span> mod</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **old_object</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **new_object</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the remove_object_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>UID of the object to remove.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>rid</code></em> :</span></p></td>
<td>Recurrence ID of the instance to remove, or NULL if removing the
whole object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mod</code></em> :</span></p></td>
<td>Type of removal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>old_object</code></em> :</span></p></td>
<td>Placeholder for returning the old object as it was stored on the
backend.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>new_object</code></em> :</span></p></td>
<td>Placeholder for returning the object after it has been modified (when
removing individual instances). If removing the whole object, this will be
NULL.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-receive-objects"></a><h3>e_cal_backend_sync_receive_objects ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_receive_objects  (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the receive_objects_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobj</code></em> :</span></p></td>
<td>iCalendar object to receive.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-send-objects"></a><h3>e_cal_backend_sync_send_objects ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_send_objects     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **modified_calobj</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the send_objects_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>calobj</code></em> :</span></p></td>
<td>The iCalendar object to send.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>users</code></em> :</span></p></td>
<td>List of users to send notifications to.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>modified_calobj</code></em> :</span></p></td>
<td>Placeholder for the iCalendar object after being modified.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-attachment-uris"></a><h3>e_cal_backend_sync_get_attachment_uris ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_get_attachment_uris
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachments</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_attachment_uris_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>Unique id of the calendar object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>rid</code></em> :</span></p></td>
<td>Recurrence id of the calendar object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attachments</code></em> :</span></p></td>
<td>Placeholder for list of returned attachment uris.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 3.2</p>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-discard-alarm"></a><h3>e_cal_backend_sync_discard_alarm ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_discard_alarm    (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the discard_alarm_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>Unique id of the calendar object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>rid</code></em> :</span></p></td>
<td>Recurrence id of the calendar object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>auid</code></em> :</span></p></td>
<td>Alarm ID to remove.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-get-timezone"></a><h3>e_cal_backend_sync_get_timezone ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_get_timezone     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tzobject</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the get_timezone_sync method on the given backend.
This method is not mandatory on the backend, because here
is used internal_get_timezone call to fetch timezone from
it and that is transformed to a string. In other words,
any object deriving from ECalBackendSync can implement only
internal_get_timezone and can skip implementation of
get_timezone_sync completely.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tzid</code></em> :</span></p></td>
<td>ID of the timezone to retrieve.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tzobject</code></em> :</span></p></td>
<td>Placeholder for the returned timezone.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-add-timezone"></a><h3>e_cal_backend_sync_add_timezone ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_add_timezone     (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libedata-cal-EDataCal.html#EDataCal" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzobject</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Calls the add_timezone_sync method on the given backend.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>An ECalBackendSync object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cal</code></em> :</span></p></td>
<td>An EDataCal object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tzobject</code></em> :</span></p></td>
<td>VTIMEZONE object to be added.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Out parameter for a <span class="type">GError</span>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-cal-backend-sync-authenticate-user"></a><h3>e_cal_backend_sync_authenticate_user ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_authenticate_user
                                                        (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">ECredentials</span> *credentials</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Authenticates <em class="parameter"><code>backend</code></em> with given <em class="parameter"><code>credentials</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>backend</code></em> :</span></p></td>
<td>an <a class="link" href="libedata-cal-ECalBackendSync.html#ECalBackendSync" title="struct ECalBackendSync"><span class="type">ECalBackendSync</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span> for the operation</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
<td>an <span class="type">ECredentials</span> to authenticate with</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>
<span class="type">GError</span> to set, when something fails</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 3.2</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>