This file is indexed.

/usr/include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h is in libgnome-mag-dev 1:0.16.3-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
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
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
/*
 * This file was generated by orbit-idl-2 - DO NOT EDIT!
 */

#ifndef GNOME_Magnifier_H
#define GNOME_Magnifier_H 1
#include <glib.h>
#define ORBIT_IDL_SERIAL 20
#include <orbit/orbit-types.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


/** typedefs **/
#include <bonobo-activation/Bonobo_Unknown.h>
#if !defined(ORBIT_DECL_Bonobo_Listener) && !defined(_Bonobo_Listener_defined)
#define ORBIT_DECL_Bonobo_Listener 1
#define _Bonobo_Listener_defined 1
#define Bonobo_Listener__freekids CORBA_Object__freekids
typedef CORBA_Object Bonobo_Listener;
extern CORBA_unsigned_long Bonobo_Listener__classid;
#if !defined(TC_IMPL_TC_Bonobo_Listener_0)
#define TC_IMPL_TC_Bonobo_Listener_0 'G'
#define TC_IMPL_TC_Bonobo_Listener_1 'N'
#define TC_IMPL_TC_Bonobo_Listener_2 'O'
#define TC_IMPL_TC_Bonobo_Listener_3 'M'
#define TC_IMPL_TC_Bonobo_Listener_4 'E'
#define TC_IMPL_TC_Bonobo_Listener_5 '_'
#define TC_IMPL_TC_Bonobo_Listener_6 'M'
#define TC_IMPL_TC_Bonobo_Listener_7 'a'
#define TC_IMPL_TC_Bonobo_Listener_8 'g'
#define TC_IMPL_TC_Bonobo_Listener_9 'n'
#define TC_IMPL_TC_Bonobo_Listener_10 'i'
#define TC_IMPL_TC_Bonobo_Listener_11 'f'
#define TC_IMPL_TC_Bonobo_Listener_12 'i'
#define TC_IMPL_TC_Bonobo_Listener_13 'e'
#define TC_IMPL_TC_Bonobo_Listener_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_Listener_struct;
#define TC_Bonobo_Listener ((CORBA_TypeCode)&TC_Bonobo_Listener_struct)
#endif
#endif
#if !defined(ORBIT_DECL_Bonobo_EventSource) && !defined(_Bonobo_EventSource_defined)
#define ORBIT_DECL_Bonobo_EventSource 1
#define _Bonobo_EventSource_defined 1
#define Bonobo_EventSource__freekids CORBA_Object__freekids
typedef CORBA_Object Bonobo_EventSource;
extern CORBA_unsigned_long Bonobo_EventSource__classid;
#if !defined(TC_IMPL_TC_Bonobo_EventSource_0)
#define TC_IMPL_TC_Bonobo_EventSource_0 'G'
#define TC_IMPL_TC_Bonobo_EventSource_1 'N'
#define TC_IMPL_TC_Bonobo_EventSource_2 'O'
#define TC_IMPL_TC_Bonobo_EventSource_3 'M'
#define TC_IMPL_TC_Bonobo_EventSource_4 'E'
#define TC_IMPL_TC_Bonobo_EventSource_5 '_'
#define TC_IMPL_TC_Bonobo_EventSource_6 'M'
#define TC_IMPL_TC_Bonobo_EventSource_7 'a'
#define TC_IMPL_TC_Bonobo_EventSource_8 'g'
#define TC_IMPL_TC_Bonobo_EventSource_9 'n'
#define TC_IMPL_TC_Bonobo_EventSource_10 'i'
#define TC_IMPL_TC_Bonobo_EventSource_11 'f'
#define TC_IMPL_TC_Bonobo_EventSource_12 'i'
#define TC_IMPL_TC_Bonobo_EventSource_13 'e'
#define TC_IMPL_TC_Bonobo_EventSource_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_EventSource_struct;
#define TC_Bonobo_EventSource ((CORBA_TypeCode)&TC_Bonobo_EventSource_struct)
#endif
#endif
#undef ex_Bonobo_EventSource_UnknownListener
#define ex_Bonobo_EventSource_UnknownListener "IDL:Bonobo/EventSource/UnknownListener:1.0"
#if !defined(_Bonobo_EventSource_UnknownListener_defined)
#define _Bonobo_EventSource_UnknownListener_defined 1
typedef struct Bonobo_EventSource_UnknownListener_type Bonobo_EventSource_UnknownListener;
struct Bonobo_EventSource_UnknownListener_type {
int dummy;
};

#if !defined(TC_IMPL_TC_Bonobo_EventSource_UnknownListener_0)
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_0 'G'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_1 'N'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_2 'O'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_3 'M'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_4 'E'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_5 '_'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_6 'M'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_7 'a'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_8 'g'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_9 'n'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_10 'i'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_11 'f'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_12 'i'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_13 'e'
#define TC_IMPL_TC_Bonobo_EventSource_UnknownListener_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_EventSource_UnknownListener_struct;
#define TC_Bonobo_EventSource_UnknownListener ((CORBA_TypeCode)&TC_Bonobo_EventSource_UnknownListener_struct)
#endif
#define Bonobo_EventSource_UnknownListener__alloc() ((Bonobo_EventSource_UnknownListener *)ORBit_small_alloc (TC_Bonobo_EventSource_UnknownListener))
#define Bonobo_EventSource_UnknownListener__freekids(m,d) ORBit_small_freekids (TC_Bonobo_EventSource_UnknownListener,(m),(d))
#endif
#if !defined(_Bonobo_Pair_defined)
#define _Bonobo_Pair_defined 1
typedef struct Bonobo_Pair_type Bonobo_Pair;
struct Bonobo_Pair_type {
CORBA_string name;
CORBA_any value;
};

#if !defined(TC_IMPL_TC_Bonobo_Pair_0)
#define TC_IMPL_TC_Bonobo_Pair_0 'G'
#define TC_IMPL_TC_Bonobo_Pair_1 'N'
#define TC_IMPL_TC_Bonobo_Pair_2 'O'
#define TC_IMPL_TC_Bonobo_Pair_3 'M'
#define TC_IMPL_TC_Bonobo_Pair_4 'E'
#define TC_IMPL_TC_Bonobo_Pair_5 '_'
#define TC_IMPL_TC_Bonobo_Pair_6 'M'
#define TC_IMPL_TC_Bonobo_Pair_7 'a'
#define TC_IMPL_TC_Bonobo_Pair_8 'g'
#define TC_IMPL_TC_Bonobo_Pair_9 'n'
#define TC_IMPL_TC_Bonobo_Pair_10 'i'
#define TC_IMPL_TC_Bonobo_Pair_11 'f'
#define TC_IMPL_TC_Bonobo_Pair_12 'i'
#define TC_IMPL_TC_Bonobo_Pair_13 'e'
#define TC_IMPL_TC_Bonobo_Pair_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_Pair_struct;
#define TC_Bonobo_Pair ((CORBA_TypeCode)&TC_Bonobo_Pair_struct)
#endif
#define Bonobo_Pair__alloc() ((Bonobo_Pair *)ORBit_small_alloc (TC_Bonobo_Pair))
#define Bonobo_Pair__freekids(m,d) ORBit_small_freekids (TC_Bonobo_Pair,(m),(d))
#endif
#if !defined(ORBIT_DECL_CORBA_sequence_Bonobo_Pair)
#define ORBIT_DECL_CORBA_sequence_Bonobo_Pair 1
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_0 'G'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_1 'N'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_2 'O'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_3 'M'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_4 'E'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_5 '_'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_6 'M'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_7 'a'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_8 'g'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_9 'n'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_10 'i'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_11 'f'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_12 'i'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_13 'e'
#define ORBIT_IMPL_CORBA_sequence_Bonobo_Pair_14 'r'
#if !defined(_CORBA_sequence_Bonobo_Pair_defined)
#define _CORBA_sequence_Bonobo_Pair_defined 1
typedef struct { CORBA_unsigned_long _maximum, _length; Bonobo_Pair* _buffer; CORBA_boolean _release; } CORBA_sequence_Bonobo_Pair;
#endif
#if !defined(TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_0)
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_0 'G'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_1 'N'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_2 'O'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_3 'M'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_4 'E'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_5 '_'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_6 'M'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_7 'a'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_8 'g'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_9 'n'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_10 'i'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_11 'f'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_12 'i'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_13 'e'
#define TC_IMPL_TC_CORBA_sequence_Bonobo_Pair_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_CORBA_sequence_Bonobo_Pair_struct;
#define TC_CORBA_sequence_Bonobo_Pair ((CORBA_TypeCode)&TC_CORBA_sequence_Bonobo_Pair_struct)
#endif
#define CORBA_sequence_Bonobo_Pair__alloc() ((CORBA_sequence_Bonobo_Pair *)ORBit_small_alloc (TC_CORBA_sequence_Bonobo_Pair))
#define CORBA_sequence_Bonobo_Pair__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_Bonobo_Pair,(m),(d))
#define CORBA_sequence_Bonobo_Pair_allocbuf(l) ((Bonobo_Pair*)ORBit_small_allocbuf (TC_CORBA_sequence_Bonobo_Pair, (l)))
#define CORBA_sequence_Bonobo_Pair_allocbuf(l) ((Bonobo_Pair*)ORBit_small_allocbuf (TC_CORBA_sequence_Bonobo_Pair, (l)))
#endif
#if !defined(_Bonobo_PropertySet_defined)
#define _Bonobo_PropertySet_defined 1
typedef CORBA_sequence_Bonobo_Pair Bonobo_PropertySet;
#define Bonobo_PropertySet_marshal(x,y,z) CORBA_sequence_Bonobo_Pair_marshal((x),(y),(z))
#define Bonobo_PropertySet_demarshal(x,y,z,i) CORBA_sequence_Bonobo_Pair_demarshal((x),(y),(z),(i))
#if !defined(TC_IMPL_TC_Bonobo_PropertySet_0)
#define TC_IMPL_TC_Bonobo_PropertySet_0 'G'
#define TC_IMPL_TC_Bonobo_PropertySet_1 'N'
#define TC_IMPL_TC_Bonobo_PropertySet_2 'O'
#define TC_IMPL_TC_Bonobo_PropertySet_3 'M'
#define TC_IMPL_TC_Bonobo_PropertySet_4 'E'
#define TC_IMPL_TC_Bonobo_PropertySet_5 '_'
#define TC_IMPL_TC_Bonobo_PropertySet_6 'M'
#define TC_IMPL_TC_Bonobo_PropertySet_7 'a'
#define TC_IMPL_TC_Bonobo_PropertySet_8 'g'
#define TC_IMPL_TC_Bonobo_PropertySet_9 'n'
#define TC_IMPL_TC_Bonobo_PropertySet_10 'i'
#define TC_IMPL_TC_Bonobo_PropertySet_11 'f'
#define TC_IMPL_TC_Bonobo_PropertySet_12 'i'
#define TC_IMPL_TC_Bonobo_PropertySet_13 'e'
#define TC_IMPL_TC_Bonobo_PropertySet_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertySet_struct;
#define TC_Bonobo_PropertySet ((CORBA_TypeCode)&TC_Bonobo_PropertySet_struct)
#endif
#define Bonobo_PropertySet__alloc() ((Bonobo_PropertySet *)ORBit_small_alloc (TC_CORBA_sequence_Bonobo_Pair))
#define Bonobo_PropertySet__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_Bonobo_Pair,(m),(d))
#define Bonobo_PropertySet_allocbuf(l) ((Bonobo_Pair*)ORBit_small_allocbuf (TC_CORBA_sequence_Bonobo_Pair, (l)))
#endif
#if !defined(ORBIT_DECL_CORBA_sequence_CORBA_string)
#define ORBIT_DECL_CORBA_sequence_CORBA_string 1
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_0 'G'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_1 'N'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_2 'O'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_3 'M'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_4 'E'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_5 '_'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_6 'M'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_7 'a'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_8 'g'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_9 'n'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_10 'i'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_11 'f'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_12 'i'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_13 'e'
#define ORBIT_IMPL_CORBA_sequence_CORBA_string_14 'r'
#if !defined(_CORBA_sequence_CORBA_string_defined)
#define _CORBA_sequence_CORBA_string_defined 1
typedef struct { CORBA_unsigned_long _maximum, _length; CORBA_string* _buffer; CORBA_boolean _release; } CORBA_sequence_CORBA_string;
#endif
#if !defined(TC_IMPL_TC_CORBA_sequence_CORBA_string_0)
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_0 'G'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_1 'N'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_2 'O'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_3 'M'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_4 'E'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_5 '_'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_6 'M'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_7 'a'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_8 'g'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_9 'n'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_10 'i'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_11 'f'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_12 'i'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_13 'e'
#define TC_IMPL_TC_CORBA_sequence_CORBA_string_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_string_struct;
#define TC_CORBA_sequence_CORBA_string ((CORBA_TypeCode)&TC_CORBA_sequence_CORBA_string_struct)
#endif
#define CORBA_sequence_CORBA_string__alloc() ((CORBA_sequence_CORBA_string *)ORBit_small_alloc (TC_CORBA_sequence_CORBA_string))
#define CORBA_sequence_CORBA_string__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_CORBA_string,(m),(d))
#define CORBA_sequence_CORBA_string_allocbuf(l) ((CORBA_string*)ORBit_small_allocbuf (TC_CORBA_sequence_CORBA_string, (l)))
#define CORBA_sequence_CORBA_string_allocbuf(l) ((CORBA_string*)ORBit_small_allocbuf (TC_CORBA_sequence_CORBA_string, (l)))
#endif
#if !defined(_Bonobo_KeyList_defined)
#define _Bonobo_KeyList_defined 1
typedef CORBA_sequence_CORBA_string Bonobo_KeyList;
#define Bonobo_KeyList_marshal(x,y,z) CORBA_sequence_CORBA_string_marshal((x),(y),(z))
#define Bonobo_KeyList_demarshal(x,y,z,i) CORBA_sequence_CORBA_string_demarshal((x),(y),(z),(i))
#if !defined(TC_IMPL_TC_Bonobo_KeyList_0)
#define TC_IMPL_TC_Bonobo_KeyList_0 'G'
#define TC_IMPL_TC_Bonobo_KeyList_1 'N'
#define TC_IMPL_TC_Bonobo_KeyList_2 'O'
#define TC_IMPL_TC_Bonobo_KeyList_3 'M'
#define TC_IMPL_TC_Bonobo_KeyList_4 'E'
#define TC_IMPL_TC_Bonobo_KeyList_5 '_'
#define TC_IMPL_TC_Bonobo_KeyList_6 'M'
#define TC_IMPL_TC_Bonobo_KeyList_7 'a'
#define TC_IMPL_TC_Bonobo_KeyList_8 'g'
#define TC_IMPL_TC_Bonobo_KeyList_9 'n'
#define TC_IMPL_TC_Bonobo_KeyList_10 'i'
#define TC_IMPL_TC_Bonobo_KeyList_11 'f'
#define TC_IMPL_TC_Bonobo_KeyList_12 'i'
#define TC_IMPL_TC_Bonobo_KeyList_13 'e'
#define TC_IMPL_TC_Bonobo_KeyList_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_KeyList_struct;
#define TC_Bonobo_KeyList ((CORBA_TypeCode)&TC_Bonobo_KeyList_struct)
#endif
#define Bonobo_KeyList__alloc() ((Bonobo_KeyList *)ORBit_small_alloc (TC_CORBA_sequence_CORBA_string))
#define Bonobo_KeyList__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_CORBA_string,(m),(d))
#define Bonobo_KeyList_allocbuf(l) ((CORBA_string*)ORBit_small_allocbuf (TC_CORBA_sequence_CORBA_string, (l)))
#endif
#if !defined(_Bonobo_PropertyFlags_defined)
#define _Bonobo_PropertyFlags_defined 1
typedef CORBA_long Bonobo_PropertyFlags;
#define Bonobo_PropertyFlags_marshal(x,y,z) CORBA_long_marshal((x),(y),(z))
#define Bonobo_PropertyFlags_demarshal(x,y,z,i) CORBA_long_demarshal((x),(y),(z),(i))
#if !defined(TC_IMPL_TC_Bonobo_PropertyFlags_0)
#define TC_IMPL_TC_Bonobo_PropertyFlags_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyFlags_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyFlags_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyFlags_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyFlags_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyFlags_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyFlags_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyFlags_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyFlags_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyFlags_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyFlags_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyFlags_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyFlags_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyFlags_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyFlags_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyFlags_struct;
#define TC_Bonobo_PropertyFlags ((CORBA_TypeCode)&TC_Bonobo_PropertyFlags_struct)
#endif
#define Bonobo_PropertyFlags__alloc() ((Bonobo_PropertyFlags *)ORBit_small_alloc (TC_CORBA_long))
#define Bonobo_PropertyFlags__freekids(m,d) ORBit_small_freekids (TC_CORBA_long,(m),(d))
#endif
#ifndef Bonobo_PROPERTY_READABLE
#define Bonobo_PROPERTY_READABLE 1
#endif /* !Bonobo_PROPERTY_READABLE */

#ifndef Bonobo_PROPERTY_WRITEABLE
#define Bonobo_PROPERTY_WRITEABLE 2
#endif /* !Bonobo_PROPERTY_WRITEABLE */

#ifndef Bonobo_PROPERTY_NO_LISTENING
#define Bonobo_PROPERTY_NO_LISTENING 4
#endif /* !Bonobo_PROPERTY_NO_LISTENING */

#ifndef Bonobo_PROPERTY_NO_AUTONOTIFY
#define Bonobo_PROPERTY_NO_AUTONOTIFY 8
#endif /* !Bonobo_PROPERTY_NO_AUTONOTIFY */

#ifndef Bonobo_PROPERTY_NO_PERSIST
#define Bonobo_PROPERTY_NO_PERSIST 16
#endif /* !Bonobo_PROPERTY_NO_PERSIST */

#if !defined(ORBIT_DECL_Bonobo_PropertyBag) && !defined(_Bonobo_PropertyBag_defined)
#define ORBIT_DECL_Bonobo_PropertyBag 1
#define _Bonobo_PropertyBag_defined 1
#define Bonobo_PropertyBag__freekids CORBA_Object__freekids
typedef CORBA_Object Bonobo_PropertyBag;
extern CORBA_unsigned_long Bonobo_PropertyBag__classid;
#if !defined(TC_IMPL_TC_Bonobo_PropertyBag_0)
#define TC_IMPL_TC_Bonobo_PropertyBag_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyBag_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyBag_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyBag_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyBag_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyBag_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyBag_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyBag_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyBag_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyBag_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyBag_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_struct;
#define TC_Bonobo_PropertyBag ((CORBA_TypeCode)&TC_Bonobo_PropertyBag_struct)
#endif
#endif
#undef ex_Bonobo_PropertyBag_NotFound
#define ex_Bonobo_PropertyBag_NotFound "IDL:Bonobo/PropertyBag/NotFound:1.0"
#if !defined(_Bonobo_PropertyBag_NotFound_defined)
#define _Bonobo_PropertyBag_NotFound_defined 1
typedef struct Bonobo_PropertyBag_NotFound_type Bonobo_PropertyBag_NotFound;
struct Bonobo_PropertyBag_NotFound_type {
int dummy;
};

#if !defined(TC_IMPL_TC_Bonobo_PropertyBag_NotFound_0)
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyBag_NotFound_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_NotFound_struct;
#define TC_Bonobo_PropertyBag_NotFound ((CORBA_TypeCode)&TC_Bonobo_PropertyBag_NotFound_struct)
#endif
#define Bonobo_PropertyBag_NotFound__alloc() ((Bonobo_PropertyBag_NotFound *)ORBit_small_alloc (TC_Bonobo_PropertyBag_NotFound))
#define Bonobo_PropertyBag_NotFound__freekids(m,d) ORBit_small_freekids (TC_Bonobo_PropertyBag_NotFound,(m),(d))
#endif
#undef ex_Bonobo_PropertyBag_InvalidType
#define ex_Bonobo_PropertyBag_InvalidType "IDL:Bonobo/PropertyBag/InvalidType:1.0"
#if !defined(_Bonobo_PropertyBag_InvalidType_defined)
#define _Bonobo_PropertyBag_InvalidType_defined 1
typedef struct Bonobo_PropertyBag_InvalidType_type Bonobo_PropertyBag_InvalidType;
struct Bonobo_PropertyBag_InvalidType_type {
int dummy;
};

#if !defined(TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_0)
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyBag_InvalidType_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_InvalidType_struct;
#define TC_Bonobo_PropertyBag_InvalidType ((CORBA_TypeCode)&TC_Bonobo_PropertyBag_InvalidType_struct)
#endif
#define Bonobo_PropertyBag_InvalidType__alloc() ((Bonobo_PropertyBag_InvalidType *)ORBit_small_alloc (TC_Bonobo_PropertyBag_InvalidType))
#define Bonobo_PropertyBag_InvalidType__freekids(m,d) ORBit_small_freekids (TC_Bonobo_PropertyBag_InvalidType,(m),(d))
#endif
#undef ex_Bonobo_PropertyBag_ReadOnly
#define ex_Bonobo_PropertyBag_ReadOnly "IDL:Bonobo/PropertyBag/ReadOnly:1.0"
#if !defined(_Bonobo_PropertyBag_ReadOnly_defined)
#define _Bonobo_PropertyBag_ReadOnly_defined 1
typedef struct Bonobo_PropertyBag_ReadOnly_type Bonobo_PropertyBag_ReadOnly;
struct Bonobo_PropertyBag_ReadOnly_type {
int dummy;
};

#if !defined(TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_0)
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyBag_ReadOnly_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_ReadOnly_struct;
#define TC_Bonobo_PropertyBag_ReadOnly ((CORBA_TypeCode)&TC_Bonobo_PropertyBag_ReadOnly_struct)
#endif
#define Bonobo_PropertyBag_ReadOnly__alloc() ((Bonobo_PropertyBag_ReadOnly *)ORBit_small_alloc (TC_Bonobo_PropertyBag_ReadOnly))
#define Bonobo_PropertyBag_ReadOnly__freekids(m,d) ORBit_small_freekids (TC_Bonobo_PropertyBag_ReadOnly,(m),(d))
#endif
#undef ex_Bonobo_PropertyBag_BackendFailed
#define ex_Bonobo_PropertyBag_BackendFailed "IDL:Bonobo/PropertyBag/BackendFailed:1.0"
#if !defined(_Bonobo_PropertyBag_BackendFailed_defined)
#define _Bonobo_PropertyBag_BackendFailed_defined 1
typedef struct Bonobo_PropertyBag_BackendFailed_type Bonobo_PropertyBag_BackendFailed;
struct Bonobo_PropertyBag_BackendFailed_type {
int dummy;
};

#if !defined(TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_0)
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_0 'G'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_1 'N'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_2 'O'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_3 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_4 'E'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_5 '_'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_6 'M'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_7 'a'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_8 'g'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_9 'n'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_10 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_11 'f'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_12 'i'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_13 'e'
#define TC_IMPL_TC_Bonobo_PropertyBag_BackendFailed_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_BackendFailed_struct;
#define TC_Bonobo_PropertyBag_BackendFailed ((CORBA_TypeCode)&TC_Bonobo_PropertyBag_BackendFailed_struct)
#endif
#define Bonobo_PropertyBag_BackendFailed__alloc() ((Bonobo_PropertyBag_BackendFailed *)ORBit_small_alloc (TC_Bonobo_PropertyBag_BackendFailed))
#define Bonobo_PropertyBag_BackendFailed__freekids(m,d) ORBit_small_freekids (TC_Bonobo_PropertyBag_BackendFailed,(m),(d))
#endif
#if !defined(ORBIT_DECL_Bonobo_ConfigDatabase) && !defined(_Bonobo_ConfigDatabase_defined)
#define ORBIT_DECL_Bonobo_ConfigDatabase 1
#define _Bonobo_ConfigDatabase_defined 1
#define Bonobo_ConfigDatabase__freekids CORBA_Object__freekids
typedef CORBA_Object Bonobo_ConfigDatabase;
extern CORBA_unsigned_long Bonobo_ConfigDatabase__classid;
#if !defined(TC_IMPL_TC_Bonobo_ConfigDatabase_0)
#define TC_IMPL_TC_Bonobo_ConfigDatabase_0 'G'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_1 'N'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_2 'O'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_3 'M'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_4 'E'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_5 '_'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_6 'M'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_7 'a'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_8 'g'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_9 'n'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_10 'i'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_11 'f'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_12 'i'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_13 'e'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_ConfigDatabase_struct;
#define TC_Bonobo_ConfigDatabase ((CORBA_TypeCode)&TC_Bonobo_ConfigDatabase_struct)
#endif
#endif
#if !defined(_Bonobo_ConfigDatabase_DBFlags_defined)
#define _Bonobo_ConfigDatabase_DBFlags_defined 1
typedef enum {
  Bonobo_ConfigDatabase_DEFAULT,
  Bonobo_ConfigDatabase_WRITE,
  Bonobo_ConfigDatabase_MANDATORY
} Bonobo_ConfigDatabase_DBFlags;
#if !defined(TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_0)
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_0 'G'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_1 'N'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_2 'O'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_3 'M'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_4 'E'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_5 '_'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_6 'M'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_7 'a'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_8 'g'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_9 'n'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_10 'i'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_11 'f'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_12 'i'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_13 'e'
#define TC_IMPL_TC_Bonobo_ConfigDatabase_DBFlags_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_Bonobo_ConfigDatabase_DBFlags_struct;
#define TC_Bonobo_ConfigDatabase_DBFlags ((CORBA_TypeCode)&TC_Bonobo_ConfigDatabase_DBFlags_struct)
#endif
#endif
#if !defined(_GNOME_Magnifier_Point_defined)
#define _GNOME_Magnifier_Point_defined 1
typedef struct GNOME_Magnifier_Point_type GNOME_Magnifier_Point;
struct GNOME_Magnifier_Point_type {
CORBA_long x;
CORBA_long y;
};

#if !defined(TC_IMPL_TC_GNOME_Magnifier_Point_0)
#define TC_IMPL_TC_GNOME_Magnifier_Point_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_Point_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_Point_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_Point_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_Point_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_Point_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_Point_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_Point_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_Point_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_Point_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_Point_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_Point_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_Point_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_Point_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_Point_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_Point_struct;
#define TC_GNOME_Magnifier_Point ((CORBA_TypeCode)&TC_GNOME_Magnifier_Point_struct)
#endif
#define GNOME_Magnifier_Point__alloc() ((GNOME_Magnifier_Point *)ORBit_small_alloc (TC_GNOME_Magnifier_Point))
#define GNOME_Magnifier_Point__freekids(m,d) ORBit_small_freekids (TC_GNOME_Magnifier_Point,(m),(d))
#endif
#if !defined(_GNOME_Magnifier_RectBounds_defined)
#define _GNOME_Magnifier_RectBounds_defined 1
typedef struct GNOME_Magnifier_RectBounds_type GNOME_Magnifier_RectBounds;
struct GNOME_Magnifier_RectBounds_type {
CORBA_long x1;
CORBA_long y1;
CORBA_long x2;
CORBA_long y2;
};

#if !defined(TC_IMPL_TC_GNOME_Magnifier_RectBounds_0)
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_RectBounds_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_RectBounds_struct;
#define TC_GNOME_Magnifier_RectBounds ((CORBA_TypeCode)&TC_GNOME_Magnifier_RectBounds_struct)
#endif
#define GNOME_Magnifier_RectBounds__alloc() ((GNOME_Magnifier_RectBounds *)ORBit_small_alloc (TC_GNOME_Magnifier_RectBounds))
#define GNOME_Magnifier_RectBounds__freekids(m,d) ORBit_small_freekids (TC_GNOME_Magnifier_RectBounds,(m),(d))
#endif
#if !defined(ORBIT_DECL_GNOME_Magnifier_ZoomRegion) && !defined(_GNOME_Magnifier_ZoomRegion_defined)
#define ORBIT_DECL_GNOME_Magnifier_ZoomRegion 1
#define _GNOME_Magnifier_ZoomRegion_defined 1
#define GNOME_Magnifier_ZoomRegion__freekids CORBA_Object__freekids
typedef CORBA_Object GNOME_Magnifier_ZoomRegion;
extern CORBA_unsigned_long GNOME_Magnifier_ZoomRegion__classid;
#if !defined(TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_0)
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_ZoomRegion_struct;
#define TC_GNOME_Magnifier_ZoomRegion ((CORBA_TypeCode)&TC_GNOME_Magnifier_ZoomRegion_struct)
#endif
#endif
#if !defined(_GNOME_Magnifier_ZoomRegion_AlignPolicy_defined)
#define _GNOME_Magnifier_ZoomRegion_AlignPolicy_defined 1
typedef enum {
  GNOME_Magnifier_ZoomRegion_ALIGN_CENTER,
  GNOME_Magnifier_ZoomRegion_ALIGN_MIN,
  GNOME_Magnifier_ZoomRegion_ALIGN_MAX
} GNOME_Magnifier_ZoomRegion_AlignPolicy;
#if !defined(TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_0)
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_struct;
#define TC_GNOME_Magnifier_ZoomRegion_AlignPolicy ((CORBA_TypeCode)&TC_GNOME_Magnifier_ZoomRegion_AlignPolicy_struct)
#endif
#endif
#if !defined(_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_defined)
#define _GNOME_Magnifier_ZoomRegion_ScrollingPolicy_defined 1
typedef enum {
  GNOME_Magnifier_ZoomRegion_SCROLL_FASTEST,
  GNOME_Magnifier_ZoomRegion_SCROLL_FAST,
  GNOME_Magnifier_ZoomRegion_SCROLL_NORMAL,
  GNOME_Magnifier_ZoomRegion_SCROLL_SMOOTH,
  GNOME_Magnifier_ZoomRegion_SCROLL_SMOOTHEST
} GNOME_Magnifier_ZoomRegion_ScrollingPolicy;
#if !defined(TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_0)
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_struct;
#define TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy ((CORBA_TypeCode)&TC_GNOME_Magnifier_ZoomRegion_ScrollingPolicy_struct)
#endif
#endif
#if !defined(_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_defined)
#define _GNOME_Magnifier_ZoomRegion_ColorBlindFilter_defined 1
typedef enum {
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_NO_FILTER,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_SATURATE_RED,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_SATURATE_GREEN,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_SATURATE_BLUE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_DESSATURATE_RED,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_DESSATURATE_GREEN,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_DESSATURATE_BLUE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_HUE_SHIFT_POSITIVE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_HUE_SHIFT_NEGATIVE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_SATURATE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_SELECTIVE_DESSATURATE,
  GNOME_Magnifier_ZoomRegion_COLORBLIND_FILTER_T_MONOCHRONE_OTHERS
} GNOME_Magnifier_ZoomRegion_ColorBlindFilter;
#if !defined(TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_0)
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_struct;
#define TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter ((CORBA_TypeCode)&TC_GNOME_Magnifier_ZoomRegion_ColorBlindFilter_struct)
#endif
#endif
#if !defined(ORBIT_DECL_CORBA_sequence_CORBA_Object)
#define ORBIT_DECL_CORBA_sequence_CORBA_Object 1
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_0 'G'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_1 'N'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_2 'O'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_3 'M'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_4 'E'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_5 '_'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_6 'M'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_7 'a'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_8 'g'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_9 'n'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_10 'i'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_11 'f'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_12 'i'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_13 'e'
#define ORBIT_IMPL_CORBA_sequence_CORBA_Object_14 'r'
#if !defined(_CORBA_sequence_CORBA_Object_defined)
#define _CORBA_sequence_CORBA_Object_defined 1
typedef struct { CORBA_unsigned_long _maximum, _length; CORBA_Object* _buffer; CORBA_boolean _release; } CORBA_sequence_CORBA_Object;
#endif
#if !defined(TC_IMPL_TC_CORBA_sequence_CORBA_Object_0)
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_0 'G'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_1 'N'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_2 'O'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_3 'M'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_4 'E'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_5 '_'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_6 'M'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_7 'a'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_8 'g'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_9 'n'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_10 'i'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_11 'f'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_12 'i'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_13 'e'
#define TC_IMPL_TC_CORBA_sequence_CORBA_Object_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_Object_struct;
#define TC_CORBA_sequence_CORBA_Object ((CORBA_TypeCode)&TC_CORBA_sequence_CORBA_Object_struct)
#endif
#define CORBA_sequence_CORBA_Object__alloc() ((CORBA_sequence_CORBA_Object *)ORBit_small_alloc (TC_CORBA_sequence_CORBA_Object))
#define CORBA_sequence_CORBA_Object__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_CORBA_Object,(m),(d))
#define CORBA_sequence_CORBA_Object_allocbuf(l) ((CORBA_Object*)ORBit_small_allocbuf (TC_CORBA_sequence_CORBA_Object, (l)))
#define CORBA_sequence_CORBA_Object_allocbuf(l) ((CORBA_Object*)ORBit_small_allocbuf (TC_CORBA_sequence_CORBA_Object, (l)))
#endif
#if !defined(ORBIT_DECL_CORBA_sequence_GNOME_Magnifier_ZoomRegion)
#define ORBIT_DECL_CORBA_sequence_GNOME_Magnifier_ZoomRegion 1
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_0 'G'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_1 'N'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_2 'O'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_3 'M'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_4 'E'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_5 '_'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_6 'M'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_7 'a'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_8 'g'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_9 'n'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_10 'i'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_11 'f'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_12 'i'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_13 'e'
#define ORBIT_IMPL_CORBA_sequence_GNOME_Magnifier_ZoomRegion_14 'r'
#if !defined(_CORBA_sequence_GNOME_Magnifier_ZoomRegion_defined)
#define _CORBA_sequence_GNOME_Magnifier_ZoomRegion_defined 1
typedef CORBA_sequence_CORBA_Object CORBA_sequence_GNOME_Magnifier_ZoomRegion;
#endif
#if !defined(TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_0)
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_0 'G'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_1 'N'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_2 'O'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_3 'M'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_4 'E'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_5 '_'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_6 'M'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_7 'a'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_8 'g'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_9 'n'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_10 'i'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_11 'f'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_12 'i'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_13 'e'
#define TC_IMPL_TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_struct;
#define TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion ((CORBA_TypeCode)&TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion_struct)
#endif
#define CORBA_sequence_GNOME_Magnifier_ZoomRegion__alloc CORBA_sequence_CORBA_Object__alloc
#define CORBA_sequence_GNOME_Magnifier_ZoomRegion__freekids CORBA_sequence_CORBA_Object__freekids
#define CORBA_sequence_GNOME_Magnifier_ZoomRegion_allocbuf CORBA_sequence_CORBA_Object_allocbuf
#define CORBA_sequence_GNOME_Magnifier_ZoomRegion_marshal(x,y,z) CORBA_sequence_CORBA_Object_marshal((x),(y),(z))
#define CORBA_sequence_GNOME_Magnifier_ZoomRegion_demarshal(x,y,z,i) CORBA_sequence_CORBA_Object_demarshal((x),(y),(z),(i))
#endif
#if !defined(_GNOME_Magnifier_ZoomRegionList_defined)
#define _GNOME_Magnifier_ZoomRegionList_defined 1
typedef CORBA_sequence_GNOME_Magnifier_ZoomRegion GNOME_Magnifier_ZoomRegionList;
#define GNOME_Magnifier_ZoomRegionList_marshal(x,y,z) CORBA_sequence_GNOME_Magnifier_ZoomRegion_marshal((x),(y),(z))
#define GNOME_Magnifier_ZoomRegionList_demarshal(x,y,z,i) CORBA_sequence_GNOME_Magnifier_ZoomRegion_demarshal((x),(y),(z),(i))
#if !defined(TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_0)
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_ZoomRegionList_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_ZoomRegionList_struct;
#define TC_GNOME_Magnifier_ZoomRegionList ((CORBA_TypeCode)&TC_GNOME_Magnifier_ZoomRegionList_struct)
#endif
#define GNOME_Magnifier_ZoomRegionList__alloc() ((GNOME_Magnifier_ZoomRegionList *)ORBit_small_alloc (TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion))
#define GNOME_Magnifier_ZoomRegionList__freekids(m,d) ORBit_small_freekids (TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion,(m),(d))
#define GNOME_Magnifier_ZoomRegionList_allocbuf(l) ((GNOME_Magnifier_ZoomRegion*)ORBit_small_allocbuf (TC_CORBA_sequence_GNOME_Magnifier_ZoomRegion, (l)))
#endif
#if !defined(ORBIT_DECL_GNOME_Magnifier_Magnifier) && !defined(_GNOME_Magnifier_Magnifier_defined)
#define ORBIT_DECL_GNOME_Magnifier_Magnifier 1
#define _GNOME_Magnifier_Magnifier_defined 1
#define GNOME_Magnifier_Magnifier__freekids CORBA_Object__freekids
typedef CORBA_Object GNOME_Magnifier_Magnifier;
extern CORBA_unsigned_long GNOME_Magnifier_Magnifier__classid;
#if !defined(TC_IMPL_TC_GNOME_Magnifier_Magnifier_0)
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_0 'G'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_1 'N'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_2 'O'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_3 'M'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_4 'E'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_5 '_'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_6 'M'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_7 'a'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_8 'g'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_9 'n'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_10 'i'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_11 'f'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_12 'i'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_13 'e'
#define TC_IMPL_TC_GNOME_Magnifier_Magnifier_14 'r'
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static
#else
extern
#endif
ORBIT2_MAYBE_CONST struct CORBA_TypeCode_struct TC_GNOME_Magnifier_Magnifier_struct;
#define TC_GNOME_Magnifier_Magnifier ((CORBA_TypeCode)&TC_GNOME_Magnifier_Magnifier_struct)
#endif
#endif

/** POA structures **/
#ifndef _defined_POA_Bonobo_Listener
#define _defined_POA_Bonobo_Listener 1
typedef struct {
  void *_private;
void (*event)(PortableServer_Servant _servant, const CORBA_char * event_name, const CORBA_any* args, CORBA_Environment *ev);
void (*unImplemented)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev);
} POA_Bonobo_Listener__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_Bonobo_Listener__epv *Bonobo_Listener_epv;
} POA_Bonobo_Listener__vepv;
typedef struct {
  void *_private;
  POA_Bonobo_Listener__vepv *vepv;
} POA_Bonobo_Listener;
extern void POA_Bonobo_Listener__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_Bonobo_Listener__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_Bonobo_Listener */
#ifndef _defined_POA_Bonobo_EventSource
#define _defined_POA_Bonobo_EventSource 1
typedef struct {
  void *_private;
void (*addListener)(PortableServer_Servant _servant, const Bonobo_Listener l, CORBA_Environment *ev);
void (*addListenerWithMask)(PortableServer_Servant _servant, const Bonobo_Listener l, const CORBA_char * event_mask, CORBA_Environment *ev);
void (*removeListener)(PortableServer_Servant _servant, const Bonobo_Listener l, CORBA_Environment *ev);
void (*unImplemented)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev);
} POA_Bonobo_EventSource__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_Bonobo_EventSource__epv *Bonobo_EventSource_epv;
} POA_Bonobo_EventSource__vepv;
typedef struct {
  void *_private;
  POA_Bonobo_EventSource__vepv *vepv;
} POA_Bonobo_EventSource;
extern void POA_Bonobo_EventSource__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_Bonobo_EventSource__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_Bonobo_EventSource */
#ifndef _defined_POA_Bonobo_PropertyBag
#define _defined_POA_Bonobo_PropertyBag 1
typedef struct {
  void *_private;
Bonobo_KeyList* (*getKeys)(PortableServer_Servant _servant, const CORBA_char * filter, CORBA_Environment *ev);
CORBA_TypeCode (*getType)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
CORBA_any* (*getValue)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
void (*setValue)(PortableServer_Servant _servant, const CORBA_char * key, const CORBA_any* value, CORBA_Environment *ev);
Bonobo_PropertySet* (*getValues)(PortableServer_Servant _servant, const CORBA_char * filter, CORBA_Environment *ev);
void (*setValues)(PortableServer_Servant _servant, const Bonobo_PropertySet* set, CORBA_Environment *ev);
CORBA_any* (*getDefault)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
CORBA_string (*getDocTitle)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
CORBA_string (*getDoc)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
Bonobo_PropertyFlags (*getFlags)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
void (*unImplemented1)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented3)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented4)(PortableServer_Servant _servant, CORBA_Environment *ev);
} POA_Bonobo_PropertyBag__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_Bonobo_PropertyBag__epv *Bonobo_PropertyBag_epv;
} POA_Bonobo_PropertyBag__vepv;
typedef struct {
  void *_private;
  POA_Bonobo_PropertyBag__vepv *vepv;
} POA_Bonobo_PropertyBag;
extern void POA_Bonobo_PropertyBag__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_Bonobo_PropertyBag__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_Bonobo_PropertyBag */
#ifndef _defined_POA_Bonobo_ConfigDatabase
#define _defined_POA_Bonobo_ConfigDatabase 1
typedef struct {
  void *_private;
CORBA_boolean (*_get_isWriteable)(PortableServer_Servant _servant, CORBA_Environment *ev);
Bonobo_KeyList* (*getDirs)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev);
CORBA_boolean (*hasDir)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev);
void (*removeValue)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev);
void (*removeDir)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev);
void (*addDatabase)(PortableServer_Servant _servant, const Bonobo_ConfigDatabase db, const CORBA_char * key, const Bonobo_ConfigDatabase_DBFlags flags, CORBA_Environment *ev);
void (*sync)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented5)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented6)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented7)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*unImplemented8)(PortableServer_Servant _servant, CORBA_Environment *ev);
} POA_Bonobo_ConfigDatabase__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_Bonobo_PropertyBag__epv *Bonobo_PropertyBag_epv;
  POA_Bonobo_ConfigDatabase__epv *Bonobo_ConfigDatabase_epv;
} POA_Bonobo_ConfigDatabase__vepv;
typedef struct {
  void *_private;
  POA_Bonobo_ConfigDatabase__vepv *vepv;
} POA_Bonobo_ConfigDatabase;
extern void POA_Bonobo_ConfigDatabase__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_Bonobo_ConfigDatabase__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_Bonobo_ConfigDatabase */
#ifndef _defined_POA_GNOME_Magnifier_ZoomRegion
#define _defined_POA_GNOME_Magnifier_ZoomRegion 1
typedef struct {
  void *_private;
CORBA_boolean (*setMagFactor)(PortableServer_Servant _servant, const CORBA_float magX, const CORBA_float magY, CORBA_Environment *ev);
void (*getMagFactor)(PortableServer_Servant _servant, CORBA_float* magX, CORBA_float* magY, CORBA_Environment *ev);
Bonobo_PropertyBag (*getProperties)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*setROI)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev);
void (*updatePointer)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*markDirty)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* dirtyRegion, CORBA_Environment *ev);
GNOME_Magnifier_RectBounds (*getROI)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*moveResize)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev);
void (*dispose)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*setPointerPos)(PortableServer_Servant _servant, const CORBA_long mouse_x, const CORBA_long mouse_y, CORBA_Environment *ev);
void (*setContrast)(PortableServer_Servant _servant, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev);
void (*getContrast)(PortableServer_Servant _servant, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev);
void (*setBrightness)(PortableServer_Servant _servant, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev);
void (*getBrightness)(PortableServer_Servant _servant, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev);
} POA_GNOME_Magnifier_ZoomRegion__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_GNOME_Magnifier_ZoomRegion__epv *GNOME_Magnifier_ZoomRegion_epv;
} POA_GNOME_Magnifier_ZoomRegion__vepv;
typedef struct {
  void *_private;
  POA_GNOME_Magnifier_ZoomRegion__vepv *vepv;
} POA_GNOME_Magnifier_ZoomRegion;
extern void POA_GNOME_Magnifier_ZoomRegion__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_GNOME_Magnifier_ZoomRegion__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_GNOME_Magnifier_ZoomRegion */
#ifndef _defined_POA_GNOME_Magnifier_Magnifier
#define _defined_POA_GNOME_Magnifier_Magnifier 1
typedef struct {
  void *_private;
CORBA_string (*_get_SourceDisplay)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*_set_SourceDisplay)(PortableServer_Servant _servant, const CORBA_char * value, CORBA_Environment *ev);
CORBA_string (*_get_TargetDisplay)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*_set_TargetDisplay)(PortableServer_Servant _servant, const CORBA_char * value, CORBA_Environment *ev);
Bonobo_PropertyBag (*getProperties)(PortableServer_Servant _servant, CORBA_Environment *ev);
CORBA_boolean (*fullScreenCapable)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*hideCursor)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*showCursor)(PortableServer_Servant _servant, CORBA_Environment *ev);
CORBA_boolean (*supportColorblindFilters)(PortableServer_Servant _servant, CORBA_Environment *ev);
GNOME_Magnifier_ZoomRegion (*createZoomRegion)(PortableServer_Servant _servant, const CORBA_float zx, const CORBA_float zy, const GNOME_Magnifier_RectBounds* ROI, const GNOME_Magnifier_RectBounds* viewport, CORBA_Environment *ev);
GNOME_Magnifier_ZoomRegionList* (*getZoomRegions)(PortableServer_Servant _servant, CORBA_Environment *ev);
CORBA_boolean (*addZoomRegion)(PortableServer_Servant _servant, const GNOME_Magnifier_ZoomRegion region, CORBA_Environment *ev);
void (*clearAllZoomRegions)(PortableServer_Servant _servant, CORBA_Environment *ev);
void (*dispose)(PortableServer_Servant _servant, CORBA_Environment *ev);
} POA_GNOME_Magnifier_Magnifier__epv;
typedef struct {
  PortableServer_ServantBase__epv *_base_epv;
  POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv;
  POA_GNOME_Magnifier_Magnifier__epv *GNOME_Magnifier_Magnifier_epv;
} POA_GNOME_Magnifier_Magnifier__vepv;
typedef struct {
  void *_private;
  POA_GNOME_Magnifier_Magnifier__vepv *vepv;
} POA_GNOME_Magnifier_Magnifier;
extern void POA_GNOME_Magnifier_Magnifier__init(PortableServer_Servant servant, CORBA_Environment *ev);
extern void POA_GNOME_Magnifier_Magnifier__fini(PortableServer_Servant servant, CORBA_Environment *ev);
#endif /* _defined_POA_GNOME_Magnifier_Magnifier */

/** skel prototypes **/
void _ORBIT_skel_small_Bonobo_Listener_event(POA_Bonobo_Listener *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_event)(PortableServer_Servant _servant, const CORBA_char * event_name, const CORBA_any* args, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_Listener_unImplemented(POA_Bonobo_Listener *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_Listener_unImplemented2(POA_Bonobo_Listener *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_EventSource_addListener(POA_Bonobo_EventSource *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_addListener)(PortableServer_Servant _servant, const Bonobo_Listener l, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_EventSource_addListenerWithMask(POA_Bonobo_EventSource *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_addListenerWithMask)(PortableServer_Servant _servant, const Bonobo_Listener l, const CORBA_char * event_mask, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_EventSource_removeListener(POA_Bonobo_EventSource *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_removeListener)(PortableServer_Servant _servant, const Bonobo_Listener l, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_EventSource_unImplemented(POA_Bonobo_EventSource *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_EventSource_unImplemented2(POA_Bonobo_EventSource *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getKeys(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_KeyList* (*_impl_getKeys)(PortableServer_Servant _servant, const CORBA_char * filter, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getType(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_TypeCode (*_impl_getType)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getValue(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_any* (*_impl_getValue)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_setValue(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setValue)(PortableServer_Servant _servant, const CORBA_char * key, const CORBA_any* value, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getValues(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_PropertySet* (*_impl_getValues)(PortableServer_Servant _servant, const CORBA_char * filter, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_setValues(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setValues)(PortableServer_Servant _servant, const Bonobo_PropertySet* set, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getDefault(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_any* (*_impl_getDefault)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getDocTitle(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_string (*_impl_getDocTitle)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getDoc(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_string (*_impl_getDoc)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_getFlags(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_PropertyFlags (*_impl_getFlags)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented1(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented1)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented2(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented2)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented3(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented3)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented4(POA_Bonobo_PropertyBag *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented4)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase__get_isWriteable(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl__get_isWriteable)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_getDirs(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_KeyList* (*_impl_getDirs)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_hasDir(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl_hasDir)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_removeValue(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_removeValue)(PortableServer_Servant _servant, const CORBA_char * key, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_removeDir(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_removeDir)(PortableServer_Servant _servant, const CORBA_char * dir, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_addDatabase(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_addDatabase)(PortableServer_Servant _servant, const Bonobo_ConfigDatabase db, const CORBA_char * key, const Bonobo_ConfigDatabase_DBFlags flags, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_sync(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_sync)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented5(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented5)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented6(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented6)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented7(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented7)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented8(POA_Bonobo_ConfigDatabase *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_unImplemented8)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_setMagFactor(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl_setMagFactor)(PortableServer_Servant _servant, const CORBA_float magX, const CORBA_float magY, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_getMagFactor(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_getMagFactor)(PortableServer_Servant _servant, CORBA_float* magX, CORBA_float* magY, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_getProperties(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_PropertyBag (*_impl_getProperties)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_setROI(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setROI)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_updatePointer(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_updatePointer)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_markDirty(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_markDirty)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* dirtyRegion, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_getROI(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, GNOME_Magnifier_RectBounds (*_impl_getROI)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_moveResize(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_moveResize)(PortableServer_Servant _servant, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_dispose(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_dispose)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_setPointerPos(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setPointerPos)(PortableServer_Servant _servant, const CORBA_long mouse_x, const CORBA_long mouse_y, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_setContrast(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setContrast)(PortableServer_Servant _servant, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_getContrast(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_getContrast)(PortableServer_Servant _servant, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_setBrightness(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_setBrightness)(PortableServer_Servant _servant, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_ZoomRegion_getBrightness(POA_GNOME_Magnifier_ZoomRegion *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_getBrightness)(PortableServer_Servant _servant, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier__get_SourceDisplay(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_string (*_impl__get_SourceDisplay)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier__set_SourceDisplay(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl__set_SourceDisplay)(PortableServer_Servant _servant, const CORBA_char * value, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier__get_TargetDisplay(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_string (*_impl__get_TargetDisplay)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier__set_TargetDisplay(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl__set_TargetDisplay)(PortableServer_Servant _servant, const CORBA_char * value, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_getProperties(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, Bonobo_PropertyBag (*_impl_getProperties)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_fullScreenCapable(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl_fullScreenCapable)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_hideCursor(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_hideCursor)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_showCursor(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_showCursor)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_supportColorblindFilters(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl_supportColorblindFilters)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_createZoomRegion(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, GNOME_Magnifier_ZoomRegion (*_impl_createZoomRegion)(PortableServer_Servant _servant, const CORBA_float zx, const CORBA_float zy, const GNOME_Magnifier_RectBounds* ROI, const GNOME_Magnifier_RectBounds* viewport, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_getZoomRegions(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, GNOME_Magnifier_ZoomRegionList* (*_impl_getZoomRegions)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_addZoomRegion(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, CORBA_boolean (*_impl_addZoomRegion)(PortableServer_Servant _servant, const GNOME_Magnifier_ZoomRegion region, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_clearAllZoomRegions(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_clearAllZoomRegions)(PortableServer_Servant _servant, CORBA_Environment *ev));
void _ORBIT_skel_small_GNOME_Magnifier_Magnifier_dispose(POA_GNOME_Magnifier_Magnifier *_ORBIT_servant, gpointer _ORBIT_retval, gpointer *_ORBIT_args, CORBA_Context ctx,CORBA_Environment *ev, void (*_impl_dispose)(PortableServer_Servant _servant, CORBA_Environment *ev));

/** stub prototypes **/
#define Bonobo_Listener_ref Bonobo_Unknown_ref
#define Bonobo_Listener_unref Bonobo_Unknown_unref
#define Bonobo_Listener_queryInterface Bonobo_Unknown_queryInterface
void Bonobo_Listener_event(Bonobo_Listener _obj, const CORBA_char * event_name, const CORBA_any* args, CORBA_Environment *ev);
void Bonobo_Listener_unImplemented(Bonobo_Listener _obj, CORBA_Environment *ev);
void Bonobo_Listener_unImplemented2(Bonobo_Listener _obj, CORBA_Environment *ev);
#define Bonobo_EventSource_ref Bonobo_Unknown_ref
#define Bonobo_EventSource_unref Bonobo_Unknown_unref
#define Bonobo_EventSource_queryInterface Bonobo_Unknown_queryInterface
void Bonobo_EventSource_addListener(Bonobo_EventSource _obj, const Bonobo_Listener l, CORBA_Environment *ev);
void Bonobo_EventSource_addListenerWithMask(Bonobo_EventSource _obj, const Bonobo_Listener l, const CORBA_char * event_mask, CORBA_Environment *ev);
void Bonobo_EventSource_removeListener(Bonobo_EventSource _obj, const Bonobo_Listener l, CORBA_Environment *ev);
void Bonobo_EventSource_unImplemented(Bonobo_EventSource _obj, CORBA_Environment *ev);
void Bonobo_EventSource_unImplemented2(Bonobo_EventSource _obj, CORBA_Environment *ev);
#define Bonobo_PropertyBag_ref Bonobo_Unknown_ref
#define Bonobo_PropertyBag_unref Bonobo_Unknown_unref
#define Bonobo_PropertyBag_queryInterface Bonobo_Unknown_queryInterface
Bonobo_KeyList* Bonobo_PropertyBag_getKeys(Bonobo_PropertyBag _obj, const CORBA_char * filter, CORBA_Environment *ev);
CORBA_TypeCode Bonobo_PropertyBag_getType(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
CORBA_any* Bonobo_PropertyBag_getValue(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
void Bonobo_PropertyBag_setValue(Bonobo_PropertyBag _obj, const CORBA_char * key, const CORBA_any* value, CORBA_Environment *ev);
Bonobo_PropertySet* Bonobo_PropertyBag_getValues(Bonobo_PropertyBag _obj, const CORBA_char * filter, CORBA_Environment *ev);
void Bonobo_PropertyBag_setValues(Bonobo_PropertyBag _obj, const Bonobo_PropertySet* set, CORBA_Environment *ev);
CORBA_any* Bonobo_PropertyBag_getDefault(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
CORBA_string Bonobo_PropertyBag_getDocTitle(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
CORBA_string Bonobo_PropertyBag_getDoc(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
Bonobo_PropertyFlags Bonobo_PropertyBag_getFlags(Bonobo_PropertyBag _obj, const CORBA_char * key, CORBA_Environment *ev);
void Bonobo_PropertyBag_unImplemented1(Bonobo_PropertyBag _obj, CORBA_Environment *ev);
void Bonobo_PropertyBag_unImplemented2(Bonobo_PropertyBag _obj, CORBA_Environment *ev);
void Bonobo_PropertyBag_unImplemented3(Bonobo_PropertyBag _obj, CORBA_Environment *ev);
void Bonobo_PropertyBag_unImplemented4(Bonobo_PropertyBag _obj, CORBA_Environment *ev);
#define Bonobo_ConfigDatabase_ref Bonobo_Unknown_ref
#define Bonobo_ConfigDatabase_unref Bonobo_Unknown_unref
#define Bonobo_ConfigDatabase_queryInterface Bonobo_Unknown_queryInterface
#define Bonobo_ConfigDatabase_getKeys Bonobo_PropertyBag_getKeys
#define Bonobo_ConfigDatabase_getType Bonobo_PropertyBag_getType
#define Bonobo_ConfigDatabase_getValue Bonobo_PropertyBag_getValue
#define Bonobo_ConfigDatabase_setValue Bonobo_PropertyBag_setValue
#define Bonobo_ConfigDatabase_getValues Bonobo_PropertyBag_getValues
#define Bonobo_ConfigDatabase_setValues Bonobo_PropertyBag_setValues
#define Bonobo_ConfigDatabase_getDefault Bonobo_PropertyBag_getDefault
#define Bonobo_ConfigDatabase_getDocTitle Bonobo_PropertyBag_getDocTitle
#define Bonobo_ConfigDatabase_getDoc Bonobo_PropertyBag_getDoc
#define Bonobo_ConfigDatabase_getFlags Bonobo_PropertyBag_getFlags
#define Bonobo_ConfigDatabase_unImplemented1 Bonobo_PropertyBag_unImplemented1
#define Bonobo_ConfigDatabase_unImplemented2 Bonobo_PropertyBag_unImplemented2
#define Bonobo_ConfigDatabase_unImplemented3 Bonobo_PropertyBag_unImplemented3
#define Bonobo_ConfigDatabase_unImplemented4 Bonobo_PropertyBag_unImplemented4
CORBA_boolean Bonobo_ConfigDatabase__get_isWriteable(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
Bonobo_KeyList* Bonobo_ConfigDatabase_getDirs(Bonobo_ConfigDatabase _obj, const CORBA_char * dir, CORBA_Environment *ev);
CORBA_boolean Bonobo_ConfigDatabase_hasDir(Bonobo_ConfigDatabase _obj, const CORBA_char * dir, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_removeValue(Bonobo_ConfigDatabase _obj, const CORBA_char * key, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_removeDir(Bonobo_ConfigDatabase _obj, const CORBA_char * dir, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_addDatabase(Bonobo_ConfigDatabase _obj, const Bonobo_ConfigDatabase db, const CORBA_char * key, const Bonobo_ConfigDatabase_DBFlags flags, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_sync(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_unImplemented5(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_unImplemented6(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_unImplemented7(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
void Bonobo_ConfigDatabase_unImplemented8(Bonobo_ConfigDatabase _obj, CORBA_Environment *ev);
#define GNOME_Magnifier_ZoomRegion_ref Bonobo_Unknown_ref
#define GNOME_Magnifier_ZoomRegion_unref Bonobo_Unknown_unref
#define GNOME_Magnifier_ZoomRegion_queryInterface Bonobo_Unknown_queryInterface
CORBA_boolean GNOME_Magnifier_ZoomRegion_setMagFactor(GNOME_Magnifier_ZoomRegion _obj, const CORBA_float magX, const CORBA_float magY, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_getMagFactor(GNOME_Magnifier_ZoomRegion _obj, CORBA_float* magX, CORBA_float* magY, CORBA_Environment *ev);
Bonobo_PropertyBag GNOME_Magnifier_ZoomRegion_getProperties(GNOME_Magnifier_ZoomRegion _obj, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_setROI(GNOME_Magnifier_ZoomRegion _obj, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_updatePointer(GNOME_Magnifier_ZoomRegion _obj, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_markDirty(GNOME_Magnifier_ZoomRegion _obj, const GNOME_Magnifier_RectBounds* dirtyRegion, CORBA_Environment *ev);
GNOME_Magnifier_RectBounds GNOME_Magnifier_ZoomRegion_getROI(GNOME_Magnifier_ZoomRegion _obj, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_moveResize(GNOME_Magnifier_ZoomRegion _obj, const GNOME_Magnifier_RectBounds* bounds, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_dispose(GNOME_Magnifier_ZoomRegion _obj, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_setPointerPos(GNOME_Magnifier_ZoomRegion _obj, const CORBA_long mouse_x, const CORBA_long mouse_y, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_setContrast(GNOME_Magnifier_ZoomRegion _obj, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_getContrast(GNOME_Magnifier_ZoomRegion _obj, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_setBrightness(GNOME_Magnifier_ZoomRegion _obj, const CORBA_float R, const CORBA_float G, const CORBA_float B, CORBA_Environment *ev);
void GNOME_Magnifier_ZoomRegion_getBrightness(GNOME_Magnifier_ZoomRegion _obj, CORBA_float* R, CORBA_float* G, CORBA_float* B, CORBA_Environment *ev);
#define GNOME_Magnifier_Magnifier_ref Bonobo_Unknown_ref
#define GNOME_Magnifier_Magnifier_unref Bonobo_Unknown_unref
#define GNOME_Magnifier_Magnifier_queryInterface Bonobo_Unknown_queryInterface
CORBA_string GNOME_Magnifier_Magnifier__get_SourceDisplay(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier__set_SourceDisplay(GNOME_Magnifier_Magnifier _obj, const CORBA_char * value, CORBA_Environment *ev);
CORBA_string GNOME_Magnifier_Magnifier__get_TargetDisplay(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier__set_TargetDisplay(GNOME_Magnifier_Magnifier _obj, const CORBA_char * value, CORBA_Environment *ev);
Bonobo_PropertyBag GNOME_Magnifier_Magnifier_getProperties(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
CORBA_boolean GNOME_Magnifier_Magnifier_fullScreenCapable(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier_hideCursor(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier_showCursor(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
CORBA_boolean GNOME_Magnifier_Magnifier_supportColorblindFilters(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
GNOME_Magnifier_ZoomRegion GNOME_Magnifier_Magnifier_createZoomRegion(GNOME_Magnifier_Magnifier _obj, const CORBA_float zx, const CORBA_float zy, const GNOME_Magnifier_RectBounds* ROI, const GNOME_Magnifier_RectBounds* viewport, CORBA_Environment *ev);
GNOME_Magnifier_ZoomRegionList* GNOME_Magnifier_Magnifier_getZoomRegions(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
CORBA_boolean GNOME_Magnifier_Magnifier_addZoomRegion(GNOME_Magnifier_Magnifier _obj, const GNOME_Magnifier_ZoomRegion region, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier_clearAllZoomRegions(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
void GNOME_Magnifier_Magnifier_dispose(GNOME_Magnifier_Magnifier _obj, CORBA_Environment *ev);
#include <orbit/orb-core/orbit-interface.h>

#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface Bonobo_Listener__iinterface;
#define Bonobo_Listener_IMETHODS_LEN 3
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod Bonobo_Listener__imethods[Bonobo_Listener_IMETHODS_LEN];
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface Bonobo_EventSource__iinterface;
#define Bonobo_EventSource_IMETHODS_LEN 5
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod Bonobo_EventSource__imethods[Bonobo_EventSource_IMETHODS_LEN];
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface Bonobo_PropertyBag__iinterface;
#define Bonobo_PropertyBag_IMETHODS_LEN 14
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod Bonobo_PropertyBag__imethods[Bonobo_PropertyBag_IMETHODS_LEN];
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface Bonobo_ConfigDatabase__iinterface;
#define Bonobo_ConfigDatabase_IMETHODS_LEN 11
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod Bonobo_ConfigDatabase__imethods[Bonobo_ConfigDatabase_IMETHODS_LEN];
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface GNOME_Magnifier_ZoomRegion__iinterface;
#define GNOME_Magnifier_ZoomRegion_IMETHODS_LEN 14
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod GNOME_Magnifier_ZoomRegion__imethods[GNOME_Magnifier_ZoomRegion_IMETHODS_LEN];
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IInterface GNOME_Magnifier_Magnifier__iinterface;
#define GNOME_Magnifier_Magnifier_IMETHODS_LEN 14
#ifdef ORBIT_IDL_C_IMODULE_GNOME_Magnifier
static 
#else
extern 
#endif
ORBit_IMethod GNOME_Magnifier_Magnifier__imethods[GNOME_Magnifier_Magnifier_IMETHODS_LEN];

/** IMethods index */

#ifndef __Bonobo_Listener__imethods_index
#define __Bonobo_Listener__imethods_index
typedef enum {
	Bonobo_Listener_event__imethods_index,
	Bonobo_Listener_unImplemented__imethods_index,
	Bonobo_Listener_unImplemented2__imethods_index
} Bonobo_Listener__imethods_index;
#endif /* __Bonobo_Listener__imethods_index */

#ifndef __Bonobo_EventSource__imethods_index
#define __Bonobo_EventSource__imethods_index
typedef enum {
	Bonobo_EventSource_addListener__imethods_index,
	Bonobo_EventSource_addListenerWithMask__imethods_index,
	Bonobo_EventSource_removeListener__imethods_index,
	Bonobo_EventSource_unImplemented__imethods_index,
	Bonobo_EventSource_unImplemented2__imethods_index
} Bonobo_EventSource__imethods_index;
#endif /* __Bonobo_EventSource__imethods_index */

#ifndef __Bonobo_PropertyBag__imethods_index
#define __Bonobo_PropertyBag__imethods_index
typedef enum {
	Bonobo_PropertyBag_getKeys__imethods_index,
	Bonobo_PropertyBag_getType__imethods_index,
	Bonobo_PropertyBag_getValue__imethods_index,
	Bonobo_PropertyBag_setValue__imethods_index,
	Bonobo_PropertyBag_getValues__imethods_index,
	Bonobo_PropertyBag_setValues__imethods_index,
	Bonobo_PropertyBag_getDefault__imethods_index,
	Bonobo_PropertyBag_getDocTitle__imethods_index,
	Bonobo_PropertyBag_getDoc__imethods_index,
	Bonobo_PropertyBag_getFlags__imethods_index,
	Bonobo_PropertyBag_unImplemented1__imethods_index,
	Bonobo_PropertyBag_unImplemented2__imethods_index,
	Bonobo_PropertyBag_unImplemented3__imethods_index,
	Bonobo_PropertyBag_unImplemented4__imethods_index
} Bonobo_PropertyBag__imethods_index;
#endif /* __Bonobo_PropertyBag__imethods_index */

#ifndef __Bonobo_ConfigDatabase__imethods_index
#define __Bonobo_ConfigDatabase__imethods_index
typedef enum {
	Bonobo_ConfigDatabase__get_isWriteable__imethods_index,
	Bonobo_ConfigDatabase_getDirs__imethods_index,
	Bonobo_ConfigDatabase_hasDir__imethods_index,
	Bonobo_ConfigDatabase_removeValue__imethods_index,
	Bonobo_ConfigDatabase_removeDir__imethods_index,
	Bonobo_ConfigDatabase_addDatabase__imethods_index,
	Bonobo_ConfigDatabase_sync__imethods_index,
	Bonobo_ConfigDatabase_unImplemented5__imethods_index,
	Bonobo_ConfigDatabase_unImplemented6__imethods_index,
	Bonobo_ConfigDatabase_unImplemented7__imethods_index,
	Bonobo_ConfigDatabase_unImplemented8__imethods_index
} Bonobo_ConfigDatabase__imethods_index;
#endif /* __Bonobo_ConfigDatabase__imethods_index */

#ifndef __GNOME_Magnifier_ZoomRegion__imethods_index
#define __GNOME_Magnifier_ZoomRegion__imethods_index
typedef enum {
	GNOME_Magnifier_ZoomRegion_setMagFactor__imethods_index,
	GNOME_Magnifier_ZoomRegion_getMagFactor__imethods_index,
	GNOME_Magnifier_ZoomRegion_getProperties__imethods_index,
	GNOME_Magnifier_ZoomRegion_setROI__imethods_index,
	GNOME_Magnifier_ZoomRegion_updatePointer__imethods_index,
	GNOME_Magnifier_ZoomRegion_markDirty__imethods_index,
	GNOME_Magnifier_ZoomRegion_getROI__imethods_index,
	GNOME_Magnifier_ZoomRegion_moveResize__imethods_index,
	GNOME_Magnifier_ZoomRegion_dispose__imethods_index,
	GNOME_Magnifier_ZoomRegion_setPointerPos__imethods_index,
	GNOME_Magnifier_ZoomRegion_setContrast__imethods_index,
	GNOME_Magnifier_ZoomRegion_getContrast__imethods_index,
	GNOME_Magnifier_ZoomRegion_setBrightness__imethods_index,
	GNOME_Magnifier_ZoomRegion_getBrightness__imethods_index
} GNOME_Magnifier_ZoomRegion__imethods_index;
#endif /* __GNOME_Magnifier_ZoomRegion__imethods_index */

#ifndef __GNOME_Magnifier_Magnifier__imethods_index
#define __GNOME_Magnifier_Magnifier__imethods_index
typedef enum {
	GNOME_Magnifier_Magnifier__get_SourceDisplay__imethods_index,
	GNOME_Magnifier_Magnifier__set_SourceDisplay__imethods_index,
	GNOME_Magnifier_Magnifier__get_TargetDisplay__imethods_index,
	GNOME_Magnifier_Magnifier__set_TargetDisplay__imethods_index,
	GNOME_Magnifier_Magnifier_getProperties__imethods_index,
	GNOME_Magnifier_Magnifier_fullScreenCapable__imethods_index,
	GNOME_Magnifier_Magnifier_hideCursor__imethods_index,
	GNOME_Magnifier_Magnifier_showCursor__imethods_index,
	GNOME_Magnifier_Magnifier_supportColorblindFilters__imethods_index,
	GNOME_Magnifier_Magnifier_createZoomRegion__imethods_index,
	GNOME_Magnifier_Magnifier_getZoomRegions__imethods_index,
	GNOME_Magnifier_Magnifier_addZoomRegion__imethods_index,
	GNOME_Magnifier_Magnifier_clearAllZoomRegions__imethods_index,
	GNOME_Magnifier_Magnifier_dispose__imethods_index
} GNOME_Magnifier_Magnifier__imethods_index;
#endif /* __GNOME_Magnifier_Magnifier__imethods_index */

#ifndef __ORBIT_IMETHODS_INDEX
#define __ORBIT_IMETHODS_INDEX
#define ORBIT_IMETHODS_INDEX(m) (m ## __imethods_index)
#endif /* __ORBIT_IMETHODS_INDEX */

#ifdef __cplusplus
}
#endif /* __cplusplus */

#ifndef EXCLUDE_ORBIT_H
#include <orbit/orbit.h>

#endif /* EXCLUDE_ORBIT_H */
#endif
#undef ORBIT_IDL_SERIAL