aboutsummaryrefslogtreecommitdiffstats
path: root/win32/libevolution-calendar.def
blob: d7dda49b16f3ffdffff56fcd86a54740217f38fc (plain) (blame)
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
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
EXPORTS
    Bonobo_Plugin_info DATA
    EMeetingTimeSelectorHours DATA
    EMeetingTimeSelectorHours12 DATA
    GNOME_Evolution_Calendar_AlarmNotify__classid DATA
    GNOME_Evolution_Calendar_AlarmNotify__iinterface DATA
    GNOME_Evolution_Calendar_CalFactory__classid DATA
    GNOME_Evolution_Calendar_CalFactory__iinterface DATA
    GNOME_Evolution_Calendar_CalFactory__imethods DATA
    GNOME_Evolution_Calendar_CalFactory_getCal
    GNOME_Evolution_Calendar_CalListener__classid DATA
    GNOME_Evolution_Calendar_CalListener__iinterface DATA
    GNOME_Evolution_Calendar_CalListener__imethods DATA
    GNOME_Evolution_Calendar_CalListener_notifyAlarmDiscarded
    GNOME_Evolution_Calendar_CalListener_notifyAlarmEmailAddress
    GNOME_Evolution_Calendar_CalListener_notifyAttachmentListRequested
    GNOME_Evolution_Calendar_CalListener_notifyAuthRequired
    GNOME_Evolution_Calendar_CalListener_notifyCalAddress
    GNOME_Evolution_Calendar_CalListener_notifyCalOpened
    GNOME_Evolution_Calendar_CalListener_notifyCalRemoved
    GNOME_Evolution_Calendar_CalListener_notifyCalSetMode
    GNOME_Evolution_Calendar_CalListener_notifyChanges
    GNOME_Evolution_Calendar_CalListener_notifyDefaultObjectRequested
    GNOME_Evolution_Calendar_CalListener_notifyDefaultTimezoneSet
    GNOME_Evolution_Calendar_CalListener_notifyErrorOccurred
    GNOME_Evolution_Calendar_CalListener_notifyFreeBusy
    GNOME_Evolution_Calendar_CalListener_notifyLDAPAttribute
    GNOME_Evolution_Calendar_CalListener_notifyObjectCreated
    GNOME_Evolution_Calendar_CalListener_notifyObjectListRequested
    GNOME_Evolution_Calendar_CalListener_notifyObjectModified
    GNOME_Evolution_Calendar_CalListener_notifyObjectRemoved
    GNOME_Evolution_Calendar_CalListener_notifyObjectRequested
    GNOME_Evolution_Calendar_CalListener_notifyObjectsReceived
    GNOME_Evolution_Calendar_CalListener_notifyObjectsSent
    GNOME_Evolution_Calendar_CalListener_notifyQuery
    GNOME_Evolution_Calendar_CalListener_notifyReadOnly
    GNOME_Evolution_Calendar_CalListener_notifyStaticCapabilities
    GNOME_Evolution_Calendar_CalListener_notifyTimezoneAdded
    GNOME_Evolution_Calendar_CalListener_notifyTimezoneRequested
    GNOME_Evolution_Calendar_CalViewListener__classid DATA
    GNOME_Evolution_Calendar_CalViewListener__iinterface DATA
    GNOME_Evolution_Calendar_CalViewListener__imethods DATA
    GNOME_Evolution_Calendar_CalViewListener_notifyObjectsAdded
    GNOME_Evolution_Calendar_CalViewListener_notifyObjectsModified
    GNOME_Evolution_Calendar_CalViewListener_notifyObjectsRemoved
    GNOME_Evolution_Calendar_CalViewListener_notifyQueryDone
    GNOME_Evolution_Calendar_CalViewListener_notifyQueryProgress
    GNOME_Evolution_Calendar_CalView__classid DATA
    GNOME_Evolution_Calendar_CalView__iinterface DATA
    GNOME_Evolution_Calendar_CalView__imethods DATA
    GNOME_Evolution_Calendar_CalView_start
    GNOME_Evolution_Calendar_Cal__classid DATA
    GNOME_Evolution_Calendar_Cal__get_uri
    GNOME_Evolution_Calendar_Cal__iinterface DATA
    GNOME_Evolution_Calendar_Cal__imethods DATA
    GNOME_Evolution_Calendar_Cal_addTimezone
    GNOME_Evolution_Calendar_Cal_createObject
    GNOME_Evolution_Calendar_Cal_discardAlarm
    GNOME_Evolution_Calendar_Cal_getAlarmEmailAddress
    GNOME_Evolution_Calendar_Cal_getAttachmentList
    GNOME_Evolution_Calendar_Cal_getCalAddress
    GNOME_Evolution_Calendar_Cal_getChanges
    GNOME_Evolution_Calendar_Cal_getDefaultObject
    GNOME_Evolution_Calendar_Cal_getFreeBusy
    GNOME_Evolution_Calendar_Cal_getLdapAttribute
    GNOME_Evolution_Calendar_Cal_getObject
    GNOME_Evolution_Calendar_Cal_getObjectList
    GNOME_Evolution_Calendar_Cal_getQuery
    GNOME_Evolution_Calendar_Cal_getStaticCapabilities
    GNOME_Evolution_Calendar_Cal_getTimezone
    GNOME_Evolution_Calendar_Cal_isReadOnly
    GNOME_Evolution_Calendar_Cal_modifyObject
    GNOME_Evolution_Calendar_Cal_open
    GNOME_Evolution_Calendar_Cal_receiveObjects
    GNOME_Evolution_Calendar_Cal_remove
    GNOME_Evolution_Calendar_Cal_removeObject
    GNOME_Evolution_Calendar_Cal_sendObjects
    GNOME_Evolution_Calendar_Cal_setDefaultTimezone
    GNOME_Evolution_Calendar_Cal_setMode
    GNOME_Evolution_Calendar_CompEditorFactory__classid DATA
    GNOME_Evolution_Calendar_CompEditorFactory__iinterface DATA
    GNOME_Evolution_Calendar_CompEditorFactory__imethods DATA
    GNOME_Evolution_Calendar_CompEditorFactory_editExisting
    GNOME_Evolution_Calendar_CompEditorFactory_editNew
    POA_GNOME_Evolution_Calendar_AlarmNotify__fini
    POA_GNOME_Evolution_Calendar_AlarmNotify__init
    POA_GNOME_Evolution_Calendar_CalFactory__fini
    POA_GNOME_Evolution_Calendar_CalFactory__init
    POA_GNOME_Evolution_Calendar_CalListener__fini
    POA_GNOME_Evolution_Calendar_CalListener__init
    POA_GNOME_Evolution_Calendar_CalViewListener__fini
    POA_GNOME_Evolution_Calendar_CalViewListener__init
    POA_GNOME_Evolution_Calendar_CalView__fini
    POA_GNOME_Evolution_Calendar_CalView__init
    POA_GNOME_Evolution_Calendar_Cal__fini
    POA_GNOME_Evolution_Calendar_Cal__init
    POA_GNOME_Evolution_Calendar_CompEditorFactory__fini
    POA_GNOME_Evolution_Calendar_CompEditorFactory__init
    TC_CORBA_sequence_GNOME_Evolution_Calendar_CalObjChange_struct DATA
    TC_CORBA_sequence_GNOME_Evolution_Calendar_CalObjID_struct DATA
    TC_CORBA_sequence_GNOME_Evolution_Calendar_CalObjInstance_struct DATA
    TC_CORBA_sequence_GNOME_Evolution_Calendar_CalObjUID_struct DATA
    TC_CORBA_sequence_GNOME_Evolution_Calendar_CalObj_struct DATA
    TC_CORBA_sequence_GNOME_Evolution_Calendar_User_struct DATA
    TC_GNOME_Evolution_Calendar_AlarmNotify_struct DATA
    TC_GNOME_Evolution_Calendar_CalAlarmUID_struct DATA
    TC_GNOME_Evolution_Calendar_CalFactory_InvalidURI_struct DATA
    TC_GNOME_Evolution_Calendar_CalFactory_NilListener_struct DATA
    TC_GNOME_Evolution_Calendar_CalFactory_UnsupportedMethod_struct DATA
    TC_GNOME_Evolution_Calendar_CalFactory_struct DATA
    TC_GNOME_Evolution_Calendar_CalListener_SetModeStatus_struct DATA
    TC_GNOME_Evolution_Calendar_CalListener_struct DATA
    TC_GNOME_Evolution_Calendar_CalMode_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjChangeSeq_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjChangeType_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjChange_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjIDSeq_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjID_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjInstanceSeq_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjInstance_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjModType_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjSeq_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjType_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjUIDSeq_struct DATA
    TC_GNOME_Evolution_Calendar_CalObjUID_struct DATA
    TC_GNOME_Evolution_Calendar_CalObj_struct DATA
    TC_GNOME_Evolution_Calendar_CalRecurID_struct DATA
    TC_GNOME_Evolution_Calendar_CalTimezoneObjUID_struct DATA
    TC_GNOME_Evolution_Calendar_CalTimezoneObj_struct DATA
    TC_GNOME_Evolution_Calendar_CalViewListener_struct DATA
    TC_GNOME_Evolution_Calendar_CalView_struct DATA
    TC_GNOME_Evolution_Calendar_Cal_InvalidRange_struct DATA
    TC_GNOME_Evolution_Calendar_Cal_NotFound_struct DATA
    TC_GNOME_Evolution_Calendar_Cal_struct DATA
    TC_GNOME_Evolution_Calendar_CallStatus_struct DATA
    TC_GNOME_Evolution_Calendar_CompEditorFactory_BackendContactError_struct DATA
    TC_GNOME_Evolution_Calendar_CompEditorFactory_CompEditorMode_struct DATA
    TC_GNOME_Evolution_Calendar_CompEditorFactory_InvalidURI_struct DATA
    TC_GNOME_Evolution_Calendar_CompEditorFactory_UnsupportedType_struct DATA
    TC_GNOME_Evolution_Calendar_CompEditorFactory_struct DATA
    TC_GNOME_Evolution_Calendar_StringSeq_struct DATA
    TC_GNOME_Evolution_Calendar_Time_t_struct DATA
    TC_GNOME_Evolution_Calendar_UserList_struct DATA
    TC_GNOME_Evolution_Calendar_User_struct DATA
    TC_GNOME_Evolution_Calendar_stringlist_struct DATA
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalFactory_getCal
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyAlarmDiscarded
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyAlarmEmailAddress
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyAttachmentListRequested
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyAuthRequired
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyCalAddress
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyCalOpened
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyCalRemoved
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyCalSetMode
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyChanges
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyDefaultObjectRequested
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyDefaultTimezoneSet
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyErrorOccurred
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyFreeBusy
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyLDAPAttribute
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectCreated
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectListRequested
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectModified
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectRemoved
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectRequested
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectsReceived
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyObjectsSent
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyQuery
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyReadOnly
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyStaticCapabilities
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyTimezoneAdded
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalListener_notifyTimezoneRequested
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalViewListener_notifyObjectsAdded
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalViewListener_notifyObjectsModified
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalViewListener_notifyObjectsRemoved
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalViewListener_notifyQueryDone
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalViewListener_notifyQueryProgress
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CalView_start
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal__get_uri
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_addTimezone
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_createObject
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_discardAlarm
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getAlarmEmailAddress
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getAttachmentList
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getCalAddress
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getChanges
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getDefaultObject
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getFreeBusy
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getLdapAttribute
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getObject
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getObjectList
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getQuery
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getStaticCapabilities
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_getTimezone
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_isReadOnly
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_modifyObject
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_open
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_receiveObjects
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_remove
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_removeObject
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_sendObjects
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_setDefaultTimezone
    _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_setMode
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CompEditorFactory_editExisting
    _ORBIT_skel_small_GNOME_Evolution_Calendar_CompEditorFactory_editNew
    alarm_dialog_run
    alarm_list_dialog_peek
    alarm_list_dialog_run
    alarm_list_dialog_set_client
    auth_cal_forget_password
    auth_new_cal_from_default
    auth_new_cal_from_source
    auth_new_cal_from_uri
    cal_comp_event_new_with_current_time
    cal_comp_event_new_with_defaults
    cal_comp_is_on_server
    cal_comp_memo_new_with_defaults
    cal_comp_process_source_list_drop
    cal_comp_selection_get_string_list
    cal_comp_selection_set_string_list
    cal_comp_set_dtend_with_oldzone
    cal_comp_set_dtstart_with_oldzone
    cal_comp_task_new_with_defaults
    cal_comp_util_add_exdate
    cal_comp_util_compare_event_timezones
    cal_comp_util_get_n_icons
    cal_prefs_dialog_create_time_edit
    cal_search_bar_construct
    cal_search_bar_get_category
    cal_search_bar_get_time_range
    cal_search_bar_get_type
    cal_search_bar_new
    cal_search_bar_set_categories
    calculate_time
    calendar_command_print
    calendar_component_get_type
    calendar_component_peek
    calendar_component_peek_activity_handler
    calendar_component_peek_base_directory
    calendar_component_peek_config_directory
    calendar_component_peek_source_list
    calendar_component_show_logger
    calendar_config_add_notification_24_hour_format
    calendar_config_add_notification_calendars_selected
    calendar_config_add_notification_compress_weekend
    calendar_config_add_notification_day_end_hour
    calendar_config_add_notification_day_end_minute
    calendar_config_add_notification_day_second_zone
    calendar_config_add_notification_day_start_hour
    calendar_config_add_notification_day_start_minute
    calendar_config_add_notification_dnav_show_week_no
    calendar_config_add_notification_dview_show_week_no
    calendar_config_add_notification_free_busy_template
    calendar_config_add_notification_hide_completed_tasks
    calendar_config_add_notification_hide_completed_tasks_units
    calendar_config_add_notification_hide_completed_tasks_value
    calendar_config_add_notification_marcus_bains
    calendar_config_add_notification_memos_selected
    calendar_config_add_notification_month_scroll_by_week
    calendar_config_add_notification_preview_state
    calendar_config_add_notification_primary_calendar
    calendar_config_add_notification_primary_memos
    calendar_config_add_notification_primary_tasks
    calendar_config_add_notification_show_event_end
    calendar_config_add_notification_tasks_selected
    calendar_config_add_notification_time_divisions
    calendar_config_add_notification_timezone
    calendar_config_add_notification_use_system_timezone
    calendar_config_add_notification_week_start_day
    calendar_config_add_notification_working_days
    calendar_config_free_day_second_zones
    calendar_config_get_24_hour_format
    calendar_config_get_ba_reminder
    calendar_config_get_calendars_selected
    calendar_config_get_compress_weekend
    calendar_config_get_confirm_delete
    calendar_config_get_confirm_purge
    calendar_config_get_day_end_hour
    calendar_config_get_day_end_minute
    calendar_config_get_day_second_zone
    calendar_config_get_day_second_zones
    calendar_config_get_day_start_hour
    calendar_config_get_day_start_minute
    calendar_config_get_default_reminder_interval
    calendar_config_get_default_reminder_units
    calendar_config_get_dir_path
    calendar_config_get_dnav_show_week_no
    calendar_config_get_dview_show_week_no
    calendar_config_get_free_busy_template
    calendar_config_get_hide_completed_tasks
    calendar_config_get_hide_completed_tasks_sexp
    calendar_config_get_hide_completed_tasks_units
    calendar_config_get_hide_completed_tasks_value
    calendar_config_get_hpane_pos
    calendar_config_get_icaltimezone
    calendar_config_get_marcus_bains
    calendar_config_get_memos_selected
    calendar_config_get_month_hpane_pos
    calendar_config_get_month_scroll_by_week
    calendar_config_get_month_vpane_pos
    calendar_config_get_preview_state
    calendar_config_get_primary_calendar
    calendar_config_get_primary_memos
    calendar_config_get_primary_tasks
    calendar_config_get_show_categories
    calendar_config_get_show_event_end
    calendar_config_get_show_role
    calendar_config_get_show_rsvp
    calendar_config_get_show_status
    calendar_config_get_show_timezone
    calendar_config_get_show_type
    calendar_config_get_tag_vpane_pos
    calendar_config_get_task_vpane_pos
    calendar_config_get_tasks_due_today_color
    calendar_config_get_tasks_overdue_color
    calendar_config_get_tasks_selected
    calendar_config_get_time_divisions
    calendar_config_get_timezone
    calendar_config_get_timezone_stored
    calendar_config_get_use_default_reminder
    calendar_config_get_use_system_timezone
    calendar_config_get_vpane_pos
    calendar_config_get_week_start_day
    calendar_config_get_working_days
    calendar_config_locale_supports_12_hour_format
    calendar_config_remove_notification
    calendar_config_select_day_second_zone
    calendar_config_set_24_hour_format
    calendar_config_set_ba_reminder
    calendar_config_set_calendars_selected
    calendar_config_set_compress_weekend
    calendar_config_set_confirm_delete
    calendar_config_set_confirm_purge
    calendar_config_set_day_end_hour
    calendar_config_set_day_end_minute
    calendar_config_set_day_second_zone
    calendar_config_set_day_start_hour
    calendar_config_set_day_start_minute
    calendar_config_set_default_reminder_interval
    calendar_config_set_default_reminder_units
    calendar_config_set_dir_path
    calendar_config_set_dnav_show_week_no
    calendar_config_set_dview_show_week_no
    calendar_config_set_free_busy_template
    calendar_config_set_hide_completed_tasks
    calendar_config_set_hide_completed_tasks_units
    calendar_config_set_hide_completed_tasks_value
    calendar_config_set_hpane_pos
    calendar_config_set_memos_selected
    calendar_config_set_month_hpane_pos
    calendar_config_set_month_scroll_by_week
    calendar_config_set_month_vpane_pos
    calendar_config_set_preview_state
    calendar_config_set_primary_calendar
    calendar_config_set_primary_memos
    calendar_config_set_primary_tasks
    calendar_config_set_show_categories
    calendar_config_set_show_event_end
    calendar_config_set_show_role
    calendar_config_set_show_rsvp
    calendar_config_set_show_status
    calendar_config_set_show_timezone
    calendar_config_set_show_type
    calendar_config_set_tag_vpane_pos
    calendar_config_set_task_vpane_pos
    calendar_config_set_tasks_due_today_color
    calendar_config_set_tasks_overdue_color
    calendar_config_set_tasks_selected
    calendar_config_set_time_divisions
    calendar_config_set_timezone
    calendar_config_set_use_default_reminder
    calendar_config_set_use_system_timezone
    calendar_config_set_vpane_pos
    calendar_config_set_week_start_day
    calendar_config_set_working_days
    calendar_control_activate
    calendar_control_deactivate
    calendar_control_sensitize_calendar_commands
    calendar_goto_today
    calendar_prefs_dialog_get_type
    calendar_prefs_dialog_new
    calendar_setup_edit_calendar
    calendar_setup_edit_memo_list
    calendar_setup_edit_task_list
    calendar_setup_new_calendar
    calendar_setup_new_memo_list
    calendar_setup_new_task_list
    calendar_view_construct
    calendar_view_factory_construct
    calendar_view_factory_get_type
    calendar_view_factory_new
    calendar_view_get_type
    calendar_view_get_view_type
    calendar_view_new
    cancel_component_dialog
    changed_component_dialog
    comp_editor_append_page
    comp_editor_close
    comp_editor_date_label
    comp_editor_dates
    comp_editor_delete_comp
    comp_editor_edit_comp
    comp_editor_factory_get_type
    comp_editor_factory_new
    comp_editor_free_dates
    comp_editor_get_action
    comp_editor_get_action_group
    comp_editor_get_changed
    comp_editor_get_classification
    comp_editor_get_client
    comp_editor_get_comp
    comp_editor_get_current_comp
    comp_editor_get_current_time
    comp_editor_get_existing_org
    comp_editor_get_flags
    comp_editor_get_group_item
    comp_editor_get_managed_widget
    comp_editor_get_mime_attach_list
    comp_editor_get_needs_send
    comp_editor_get_summary
    comp_editor_get_type
    comp_editor_get_ui_manager
    comp_editor_get_user_org
    comp_editor_new_date_edit
    comp_editor_page_changed
    comp_editor_page_display_validation_error
    comp_editor_page_fill_component
    comp_editor_page_fill_timezones
    comp_editor_page_fill_widgets
    comp_editor_page_focus_main_widget
    comp_editor_page_get_editor
    comp_editor_page_get_type
    comp_editor_page_get_updating
    comp_editor_page_get_widget
    comp_editor_page_notify_dates_changed
    comp_editor_page_set_dates
    comp_editor_page_set_updating
    comp_editor_registry DATA
    comp_editor_remove_page
    comp_editor_save_comp
    comp_editor_select_file
    comp_editor_select_file_attachments
    comp_editor_send_comp
    comp_editor_set_changed
    comp_editor_set_classification
    comp_editor_set_client
    comp_editor_set_existing_org
    comp_editor_set_flags
    comp_editor_set_group_item
    comp_editor_set_needs_send
    comp_editor_set_summary
    comp_editor_set_user_org
    comp_editor_show_page
    comp_editor_strip_categories
    comp_util_sanitize_recurrence_master
    control_factory_new_control
    copy_source_dialog
    delete_component_dialog
    delete_error_dialog
    draw_curved_rectangle
    e_alarm_list_append
    e_alarm_list_clear
    e_alarm_list_get_alarm
    e_alarm_list_get_type
    e_alarm_list_new
    e_alarm_list_remove
    e_alarm_list_set_alarm
    e_attachment_handler_calendar_get_type
    e_cal_comp_preview_url_requested_cb
    e_cal_component_memo_preview_clear
    e_cal_component_memo_preview_display
    e_cal_component_memo_preview_get_default_timezone
    e_cal_component_memo_preview_get_html
    e_cal_component_memo_preview_get_type
    e_cal_component_memo_preview_new
    e_cal_component_memo_preview_set_default_timezone
    e_cal_component_preview_clear
    e_cal_component_preview_display
    e_cal_component_preview_get_default_timezone
    e_cal_component_preview_get_html
    e_cal_component_preview_get_type
    e_cal_component_preview_new
    e_cal_component_preview_set_default_timezone
    e_cal_config_get_type
    e_cal_config_hook_get_type
    e_cal_config_new
    e_cal_config_target_new_prefs
    e_cal_config_target_new_source
    e_cal_event_get_type
    e_cal_event_hook_get_type
    e_cal_event_peek
    e_cal_event_target_new_component
    e_cal_list_view_config_get_type
    e_cal_list_view_config_get_view
    e_cal_list_view_config_new
    e_cal_list_view_config_set_view
    e_cal_list_view_construct
    e_cal_list_view_get_range_shown
    e_cal_list_view_get_type
    e_cal_list_view_load_state
    e_cal_list_view_new
    e_cal_list_view_save_state
    e_cal_menu_get_type
    e_cal_menu_hook_get_type
    e_cal_menu_new
    e_cal_menu_target_new_select
    e_cal_model_add_client
    e_cal_model_calendar_get_type
    e_cal_model_calendar_new
    e_cal_model_component_get_type
    e_cal_model_copy_component_data
    e_cal_model_create_component_with_defaults
    e_cal_model_date_value_to_string
    e_cal_model_free_component_data
    e_cal_model_generate_instances
    e_cal_model_get_client_for_uri
    e_cal_model_get_client_list
    e_cal_model_get_color_for_component
    e_cal_model_get_component_at
    e_cal_model_get_component_for_uid
    e_cal_model_get_component_kind
    e_cal_model_get_default_client
    e_cal_model_get_flags
    e_cal_model_get_object_array
    e_cal_model_get_rgb_color_for_component
    e_cal_model_get_search_query
    e_cal_model_get_time_range
    e_cal_model_get_timezone
    e_cal_model_get_type
    e_cal_model_get_use_24_hour_format
    e_cal_model_memos_get_type
    e_cal_model_memos_new
    e_cal_model_remove_all_clients
    e_cal_model_remove_client
    e_cal_model_set_component_kind
    e_cal_model_set_default_category
    e_cal_model_set_default_client
    e_cal_model_set_default_time_func
    e_cal_model_set_flags
    e_cal_model_set_instance_times
    e_cal_model_set_search_query
    e_cal_model_set_search_query_with_time_range
    e_cal_model_set_time_range
    e_cal_model_set_timezone
    e_cal_model_set_use_24_hour_format
    e_cal_model_tasks_get_type
    e_cal_model_tasks_mark_comp_complete
    e_cal_model_tasks_mark_comp_incomplete
    e_cal_model_tasks_new
    e_cal_model_tasks_update_due_tasks
    e_cal_model_test_row_editable
    e_cal_popup_get_type
    e_cal_popup_hook_get_type
    e_cal_popup_new
    e_cal_popup_target_new_select
    e_cal_popup_target_new_source
    e_calendar_table_complete_selected
    e_calendar_table_config_get_table
    e_calendar_table_config_get_type
    e_calendar_table_config_new
    e_calendar_table_config_set_table
    e_calendar_table_copy_clipboard
    e_calendar_table_cut_clipboard
    e_calendar_table_delete_selected
    e_calendar_table_get_model
    e_calendar_table_get_selected
    e_calendar_table_get_selected_comp
    e_calendar_table_get_table
    e_calendar_table_get_type
    e_calendar_table_load_state
    e_calendar_table_new
    e_calendar_table_open_selected
    e_calendar_table_open_task
    e_calendar_table_paste_clipboard
    e_calendar_table_process_completed_tasks
    e_calendar_table_save_state
    e_calendar_table_set_activity_handler
    e_calendar_table_set_status_message
    e_calendar_utils_show_error_silent
    e_calendar_utils_show_info_silent
    e_calendar_view_add_event
    e_calendar_view_copy_clipboard
    e_calendar_view_create_popup_menu
    e_calendar_view_cut_clipboard
    e_calendar_view_delete_selected_event
    e_calendar_view_delete_selected_events
    e_calendar_view_delete_selected_occurrence
    e_calendar_view_edit_appointment
    e_calendar_view_get_attendees_status_info
    e_calendar_view_get_calendar
    e_calendar_view_get_default_category
    e_calendar_view_get_icalcomponent_summary
    e_calendar_view_get_model
    e_calendar_view_get_selected_events
    e_calendar_view_get_selected_time_range
    e_calendar_view_get_timezone
    e_calendar_view_get_tooltips
    e_calendar_view_get_type
    e_calendar_view_get_use_24_hour_format
    e_calendar_view_get_visible_time_range
    e_calendar_view_modify_and_send
    e_calendar_view_move_tip
    e_calendar_view_new_appointment
    e_calendar_view_new_appointment_for
    e_calendar_view_new_appointment_full
    e_calendar_view_open_event
    e_calendar_view_open_event_with_flags
    e_calendar_view_paste_clipboard
    e_calendar_view_set_activity_handler
    e_calendar_view_set_calendar
    e_calendar_view_set_default_category
    e_calendar_view_set_model
    e_calendar_view_set_selected_time_range
    e_calendar_view_set_status_message
    e_calendar_view_set_timezone
    e_calendar_view_set_use_24_hour_format
    e_calendar_view_update_query
    e_cell_date_edit_config_get_cell
    e_cell_date_edit_config_get_type
    e_cell_date_edit_config_new
    e_cell_date_edit_config_set_cell
    e_cell_date_edit_text_get_type
    e_cell_date_edit_text_new
    e_cell_date_edit_text_set_timezone
    e_cell_date_edit_text_set_use_24_hour_format
    e_comp_editor_registry_add
    e_comp_editor_registry_close_all
    e_comp_editor_registry_find
    e_comp_editor_registry_get_type
    e_comp_editor_registry_new
    e_date_edit_config_get_edit
    e_date_edit_config_get_type
    e_date_edit_config_new
    e_date_edit_config_set_edit
    e_date_time_list_append
    e_date_time_list_clear
    e_date_time_list_get_date_time
    e_date_time_list_get_type
    e_date_time_list_new
    e_date_time_list_remove
    e_date_time_list_set_date_time
    e_day_view_check_auto_scroll
    e_day_view_check_layout
    e_day_view_config_get_type
    e_day_view_config_get_view
    e_day_view_config_new
    e_day_view_config_set_view
    e_day_view_convert_time_to_display
    e_day_view_convert_time_to_position
    e_day_view_convert_time_to_row
    e_day_view_ensure_rows_visible
    e_day_view_event_sort_func
    e_day_view_find_event_from_item
    e_day_view_find_long_event_days
    e_day_view_finish_selection
    e_day_view_get_days_shown
    e_day_view_get_event_position
    e_day_view_get_event_rows
    e_day_view_get_long_event_position
    e_day_view_get_mins_per_row
    e_day_view_get_num_events_selected
    e_day_view_get_show_event_end_times
    e_day_view_get_show_marcus_bains
    e_day_view_get_show_week_number
    e_day_view_get_time_string_width
    e_day_view_get_type
    e_day_view_get_week_start_day
    e_day_view_get_work_week_view
    e_day_view_get_working_day
    e_day_view_get_working_days
    e_day_view_layout_day_events
    e_day_view_layout_long_events
    e_day_view_main_item_get_type
    e_day_view_new
    e_day_view_set_days_shown
    e_day_view_set_marcus_bains
    e_day_view_set_mins_per_row
    e_day_view_set_show_event_end_times
    e_day_view_set_show_week_number
    e_day_view_set_week_start_day
    e_day_view_set_work_week_view
    e_day_view_set_working_day
    e_day_view_set_working_days
    e_day_view_start_selection
    e_day_view_stop_auto_scroll
    e_day_view_time_item_get_column_width
    e_day_view_time_item_get_type
    e_day_view_top_item_get_day_label
    e_day_view_top_item_get_type
    e_day_view_update_calendar_selection_time
    e_day_view_update_marcus_bains
    e_day_view_update_selection
    e_delegate_dialog_construct
    e_delegate_dialog_get_delegate
    e_delegate_dialog_get_delegate_name
    e_delegate_dialog_get_toplevel
    e_delegate_dialog_get_type
    e_delegate_dialog_new
    e_itip_control_get_calendar_uid
    e_itip_control_get_data
    e_itip_control_get_data_size
    e_itip_control_get_delegator_address
    e_itip_control_get_delegator_name
    e_itip_control_get_from_address
    e_itip_control_get_type
    e_itip_control_get_view_only
    e_itip_control_new
    e_itip_control_set_calendar_uid
    e_itip_control_set_data
    e_itip_control_set_delegator_address
    e_itip_control_set_delegator_name
    e_itip_control_set_from_address
    e_itip_control_set_view_only
    e_meeting_attendee_add_busy_period
    e_meeting_attendee_as_e_cal_component_attendee
    e_meeting_attendee_clear_busy_periods
    e_meeting_attendee_find_first_busy_period
    e_meeting_attendee_get_address
    e_meeting_attendee_get_atype
    e_meeting_attendee_get_busy_periods
    e_meeting_attendee_get_cn
    e_meeting_attendee_get_cutype
    e_meeting_attendee_get_delfrom
    e_meeting_attendee_get_delto
    e_meeting_attendee_get_edit_level
    e_meeting_attendee_get_end_busy_range
    e_meeting_attendee_get_fburi
    e_meeting_attendee_get_has_calendar_info
    e_meeting_attendee_get_language
    e_meeting_attendee_get_member
    e_meeting_attendee_get_role
    e_meeting_attendee_get_rsvp
    e_meeting_attendee_get_sentby
    e_meeting_attendee_get_start_busy_range
    e_meeting_attendee_get_status
    e_meeting_attendee_get_type
    e_meeting_attendee_is_set_address
    e_meeting_attendee_is_set_cn
    e_meeting_attendee_is_set_delfrom
    e_meeting_attendee_is_set_delto
    e_meeting_attendee_is_set_language
    e_meeting_attendee_is_set_member
    e_meeting_attendee_is_set_sentby
    e_meeting_attendee_new
    e_meeting_attendee_new_from_e_cal_component_attendee
    e_meeting_attendee_set_address
    e_meeting_attendee_set_cn
    e_meeting_attendee_set_cutype
    e_meeting_attendee_set_delfrom
    e_meeting_attendee_set_delto
    e_meeting_attendee_set_edit_level
    e_meeting_attendee_set_end_busy_range
    e_meeting_attendee_set_fburi
    e_meeting_attendee_set_has_calendar_info
    e_meeting_attendee_set_language
    e_meeting_attendee_set_member
    e_meeting_attendee_set_role
    e_meeting_attendee_set_rsvp
    e_meeting_attendee_set_sentby
    e_meeting_attendee_set_start_busy_range
    e_meeting_attendee_set_status
    e_meeting_list_view_add_attendee_to_name_selector
    e_meeting_list_view_column_set_visible
    e_meeting_list_view_edit
    e_meeting_list_view_get_name_selector
    e_meeting_list_view_get_type
    e_meeting_list_view_invite_others_dialog
    e_meeting_list_view_new
    e_meeting_list_view_remove_all_attendees_from_name_selector
    e_meeting_list_view_remove_attendee_from_name_selector
    e_meeting_list_view_set_editable
    e_meeting_list_view_set_name_selector
    e_meeting_store_add_attendee
    e_meeting_store_add_attendee_with_defaults
    e_meeting_store_count_actual_attendees
    e_meeting_store_find_attendee
    e_meeting_store_find_attendee_at_row
    e_meeting_store_find_attendee_path
    e_meeting_store_get_attendees
    e_meeting_store_get_e_cal
    e_meeting_store_get_fb_uri
    e_meeting_store_get_num_queries
    e_meeting_store_get_type
    e_meeting_store_get_zone
    e_meeting_store_new
    e_meeting_store_refresh_all_busy_periods
    e_meeting_store_refresh_busy_periods
    e_meeting_store_remove_all_attendees
    e_meeting_store_remove_attendee
    e_meeting_store_set_e_cal
    e_meeting_store_set_fb_uri
    e_meeting_store_set_value
    e_meeting_store_set_zone
    e_meeting_time_compare_times
    e_meeting_time_selector_calculate_day_and_position
    e_meeting_time_selector_calculate_time
    e_meeting_time_selector_calculate_time_position
    e_meeting_time_selector_construct
    e_meeting_time_selector_convert_day_position_to_hours_and_mins
    e_meeting_time_selector_drag_meeting_time
    e_meeting_time_selector_fix_time_overflows
    e_meeting_time_selector_get_autopick_option
    e_meeting_time_selector_get_meeting_time
    e_meeting_time_selector_get_meeting_time_positions
    e_meeting_time_selector_get_type
    e_meeting_time_selector_item_get_type
    e_meeting_time_selector_item_set_normal_cursor
    e_meeting_time_selector_new
    e_meeting_time_selector_refresh_free_busy
    e_meeting_time_selector_remove_timeout
    e_meeting_time_selector_set_all_day
    e_meeting_time_selector_set_autopick_option
    e_meeting_time_selector_set_meeting_time
    e_meeting_time_selector_set_read_only
    e_meeting_time_selector_set_working_hours
    e_meeting_time_selector_set_working_hours_only
    e_meeting_time_selector_set_zoomed_out
    e_memo_table_config_get_table
    e_memo_table_config_get_type
    e_memo_table_config_new
    e_memo_table_config_set_table
    e_memo_table_copy_clipboard
    e_memo_table_cut_clipboard
    e_memo_table_delete_selected
    e_memo_table_get_model
    e_memo_table_get_selected
    e_memo_table_get_table
    e_memo_table_get_type
    e_memo_table_load_state
    e_memo_table_new
    e_memo_table_open_selected
    e_memo_table_paste_clipboard
    e_memo_table_save_state
    e_memo_table_set_activity_handler
    e_memo_table_set_status_message
    e_memos_add_memo_source
    e_memos_delete_selected
    e_memos_discard_view_menus
    e_memos_get_calendar_table
    e_memos_get_default_client
    e_memos_get_preview
    e_memos_get_type
    e_memos_new
    e_memos_new_memo
    e_memos_open_memo
    e_memos_remove_memo_source
    e_memos_set_default_source
    e_memos_set_ui_component
    e_memos_setup_view_menus
    e_mini_calendar_config_get_calendar
    e_mini_calendar_config_get_type
    e_mini_calendar_config_new
    e_mini_calendar_config_set_calendar
    e_select_names_editable_get_email
    e_select_names_editable_get_emails
    e_select_names_editable_get_name
    e_select_names_editable_get_names
    e_select_names_editable_get_type
    e_select_names_editable_new
    e_select_names_editable_set_address
    e_select_names_renderer_get_type
    e_select_names_renderer_new
    e_sendoptions_utils_fill_component
    e_sendoptions_utils_set_default_data
    e_tasks_add_todo_source
    e_tasks_complete_selected
    e_tasks_delete_completed
    e_tasks_delete_selected
    e_tasks_discard_view_menus
    e_tasks_get_calendar_table
    e_tasks_get_default_client
    e_tasks_get_preview
    e_tasks_get_tasks_menu
    e_tasks_get_type
    e_tasks_new
    e_tasks_new_task
    e_tasks_open_task
    e_tasks_open_task_id
    e_tasks_remove_todo_source
    e_tasks_set_default_source
    e_tasks_set_ui_component
    e_tasks_setup_view_menus
    e_tasks_show_preview
    e_timezone_entry_get_timezone
    e_timezone_entry_get_type
    e_timezone_entry_new
    e_timezone_entry_set_default_timezone
    e_timezone_entry_set_timezone
    e_week_view_config_get_type
    e_week_view_config_get_view
    e_week_view_config_new
    e_week_view_config_set_view
    e_week_view_convert_time_to_display
    e_week_view_event_item_get_type
    e_week_view_event_sort_func
    e_week_view_find_event_from_item
    e_week_view_get_compress_weekend
    e_week_view_get_day_position
    e_week_view_get_first_day_shown
    e_week_view_get_multi_week_view
    e_week_view_get_num_events_selected
    e_week_view_get_show_event_end_times
    e_week_view_get_span_position
    e_week_view_get_time_string_width
    e_week_view_get_type
    e_week_view_get_update_base_date
    e_week_view_get_week_start_day
    e_week_view_get_weeks_shown
    e_week_view_is_jump_button_visible
    e_week_view_is_one_day_event
    e_week_view_jump_to_button_item
    e_week_view_layout_events
    e_week_view_layout_get_day_position
    e_week_view_layout_get_span_position
    e_week_view_main_item_get_type
    e_week_view_new
    e_week_view_set_compress_weekend
    e_week_view_set_first_day_shown
    e_week_view_set_multi_week_view
    e_week_view_set_selected_time_range_visible
    e_week_view_set_show_event_end_times
    e_week_view_set_update_base_date
    e_week_view_set_week_start_day
    e_week_view_set_weeks_shown
    e_week_view_show_popup_menu
    e_week_view_start_editing_event
    e_week_view_stop_editing_event
    e_week_view_titles_item_get_type
    ec_query_tooltip
    ev DATA
    event_editor_get_type
    event_editor_new
    event_editor_show_meeting
    event_page_add_attendee
    event_page_construct
    event_page_create_source_combo_box
    event_page_get_cancel_comp
    event_page_get_name_selector
    event_page_get_type
    event_page_hide_options
    event_page_new
    event_page_remove_all_attendees
    event_page_sendoptions_clicked_cb
    event_page_set_all_day_event
    event_page_set_delegate
    event_page_set_info_string
    event_page_set_meeting
    event_page_set_show_categories
    event_page_set_show_time_busy
    event_page_set_show_timezone
    event_page_set_view_role
    event_page_set_view_rsvp
    event_page_set_view_status
    event_page_set_view_type
    event_page_show_alarm
    event_page_show_options
    get_position_in_array
    get_uri_without_password
    gnome_calendar_add_source
    gnome_calendar_construct
    gnome_calendar_copy_clipboard
    gnome_calendar_cut_clipboard
    gnome_calendar_dayjump
    gnome_calendar_delete_selected_occurrence
    gnome_calendar_delete_selection
    gnome_calendar_discard_view_menus
    gnome_calendar_edit_appointment
    gnome_calendar_emit_user_created_signal
    gnome_calendar_get_calendar_menu
    gnome_calendar_get_calendar_model
    gnome_calendar_get_current_time_range
    gnome_calendar_get_current_view_widget
    gnome_calendar_get_default_client
    gnome_calendar_get_e_calendar_widget
    gnome_calendar_get_memopad_menu
    gnome_calendar_get_num_events_selected
    gnome_calendar_get_num_tasks_selected
    gnome_calendar_get_search_bar_widget
    gnome_calendar_get_selected_time_range
    gnome_calendar_get_tag
    gnome_calendar_get_task_pad
    gnome_calendar_get_taskpad_menu
    gnome_calendar_get_timezone
    gnome_calendar_get_type
    gnome_calendar_get_view
    gnome_calendar_get_view_notebook_widget
    gnome_calendar_get_visible_time_range
    gnome_calendar_goto
    gnome_calendar_goto_today
    gnome_calendar_new
    gnome_calendar_new_task
    gnome_calendar_next
    gnome_calendar_paste_clipboard
    gnome_calendar_previous
    gnome_calendar_purge
    gnome_calendar_remove_source
    gnome_calendar_remove_source_by_uid
    gnome_calendar_set_activity_handler
    gnome_calendar_set_default_source
    gnome_calendar_set_selected_time_range
    gnome_calendar_set_ui_component
    gnome_calendar_set_view
    gnome_calendar_setup_view_menus
    gnome_calendar_view_popup_factory
    goto_dialog
    is_icalcomp_on_the_server
    is_icalcomp_valid
    itip_addresses_get
    itip_addresses_get_default
    itip_bonobo_control_new
    itip_get_comp_attendee
    itip_organizer_is_user
    itip_organizer_is_user_ex
    itip_publish_begin
    itip_publish_comp
    itip_send_comp
    itip_sentby_is_user
    itip_strip_mailto
    ldata DATA
    make_date_edit
    make_exdate_date_edit
    make_status_icons
    make_timezone_entry
    memo_editor_get_type
    memo_editor_new
    memo_page_construct
    memo_page_create_date_edit
    memo_page_create_source_combo_box
    memo_page_get_type
    memo_page_new
    memo_page_set_info_string
    memo_page_set_show_categories
    memos_component_get_type
    memos_component_peek
    memos_component_peek_base_directory
    memos_component_peek_config_directory
    memos_component_peek_source_list
    memos_control_activate
    memos_control_deactivate
    memos_control_new
    memos_control_sensitize_commands
    migrate_calendars
    migrate_memos
    migrate_tasks
    orb DATA
    print_calendar
    print_comp
    print_table
    prompt_retract_dialog
    recur_component_dialog
    recurrence_page_construct
    recurrence_page_get_type
    recurrence_page_new
    reply_to_calendar_comp
    save_component_dialog
    schedule_page_construct
    schedule_page_get_type
    schedule_page_new
    schedule_page_set_meeting_time
    schedule_page_set_name_selector
    schedule_page_update_free_busy
    select_source_dialog
    send_component_dialog
    send_component_prompt_subject
    string_is_empty
    tag_calendar_by_client
    tag_calendar_by_comp
    task_details_page_construct
    task_details_page_create_date_edit
    task_details_page_get_type
    task_details_page_new
    task_editor_get_type
    task_editor_new
    task_editor_show_assignment
    task_page_add_attendee
    task_page_construct
    task_page_create_date_edit
    task_page_create_source_combo_box
    task_page_get_cancel_comp
    task_page_get_type
    task_page_hide_options
    task_page_new
    task_page_sendoptions_clicked_cb
    task_page_set_assignment
    task_page_set_info_string
    task_page_set_show_categories
    task_page_set_show_timezone
    task_page_set_view_role
    task_page_set_view_rsvp
    task_page_set_view_status
    task_page_set_view_type
    task_page_show_options
    tasks_component_get_type
    tasks_component_peek
    tasks_component_peek_base_directory
    tasks_component_peek_config_directory
    tasks_component_peek_source_list
    tasks_control_activate
    tasks_control_deactivate
    tasks_control_new
    tasks_control_sensitize_commands
    weekday_picker_get_blocked_days
    weekday_picker_get_days
    weekday_picker_get_type
    weekday_picker_get_week_start_day
    weekday_picker_new
    weekday_picker_set_blocked_days
    weekday_picker_set_days
    weekday_picker_set_week_start_day