This file is indexed.

/usr/share/gtk-doc/html/gdict/GdictSource.html is in libgdict-1.0-dev 3.18.0-2.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GdictSource: GNOME Dictionary Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GNOME Dictionary Library Reference Manual">
<link rel="up" href="sources.html" title="Dictionary Source">
<link rel="prev" href="sources.html" title="Dictionary Source">
<link rel="next" href="GdictSourceLoader.html" title="GdictSourceLoader">
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#GdictSource.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
                  <a href="#GdictSource.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
                  <a href="#GdictSource.properties" class="shortcut">Properties</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="sources.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="sources.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="GdictSourceLoader.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="GdictSource"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GdictSource.top_of_page"></a>GdictSource</span></h2>
<p>GdictSource — A dictionary source definition</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="GdictSource.functions"></a><h2>Functions</h2>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a class="link" href="GdictSource.html" title="GdictSource"><span class="returnvalue">GdictSource</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-new" title="gdict_source_new ()">gdict_source_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-load-from-file" title="gdict_source_load_from_file ()">gdict_source_load_from_file</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-load-from-data" title="gdict_source_load_from_data ()">gdict_source_load_from_data</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-to-data" title="gdict_source_to_data ()">gdict_source_to_data</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-name" title="gdict_source_set_name ()">gdict_source_set_name</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-name" title="gdict_source_get_name ()">gdict_source_get_name</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-description" title="gdict_source_set_description ()">gdict_source_set_description</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-description" title="gdict_source_get_description ()">gdict_source_get_description</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-database" title="gdict_source_set_database ()">gdict_source_set_database</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-database" title="gdict_source_get_database ()">gdict_source_get_database</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-strategy" title="gdict_source_set_strategy ()">gdict_source_set_strategy</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-strategy" title="gdict_source_get_strategy ()">gdict_source_get_strategy</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-transport" title="gdict_source_set_transport ()">gdict_source_set_transport</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-set-transportv" title="gdict_source_set_transportv ()">gdict_source_set_transportv</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="returnvalue">GdictSourceTransport</span></a>
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-transport" title="gdict_source_get_transport ()">gdict_source_get_transport</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GdictContext.html" title="GdictContext"><span class="returnvalue">GdictContext</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-get-context" title="gdict_source_get_context ()">gdict_source_get_context</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GdictContext.html" title="GdictContext"><span class="returnvalue">GdictContext</span></a> *
</td>
<td class="function_name">
<a class="link" href="GdictSource.html#gdict-source-peek-context" title="gdict_source_peek_context ()">gdict_source_peek_context</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GdictSource.properties"></a><h2>Properties</h2>
<div class="informaltable"><table border="0">
<colgroup>
<col width="150px" class="properties_type">
<col width="300px" class="properties_name">
<col width="200px" class="properties_flags">
</colgroup>
<tbody>
<tr>
<td class="property_type">
<a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--context" title="The “context” property">context</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--database" title="The “database” property">database</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--description" title="The “description” property">description</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--editable" title="The “editable” property">editable</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--filename" title="The “filename” property">filename</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--name" title="The “name” property">name</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--strategy" title="The “strategy” property">strategy</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="type">GdictSourceTransport</span></a></td>
<td class="property_name"><a class="link" href="GdictSource.html#GdictSource--transport" title="The “transport” property">transport</a></td>
<td class="property_flags">Read / Write</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GdictSource.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GdictSource.html#GdictSourceError" title="enum GdictSourceError">GdictSourceError</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="GdictSource.html#GdictSource-struct" title="struct GdictSource">GdictSource</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="GdictSource.html#GdictSourceClass" title="struct GdictSourceClass">GdictSourceClass</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport">GdictSourceTransport</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GdictSource.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen">    <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    <span class="lineart">╰──</span> GdictSource
</pre>
</div>
<div class="refsect1">
<a name="GdictSource.description"></a><h2>Description</h2>
<p><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> is the representation of a <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a>. Each dictionary
source provides a list of available dictionaries (databases) and a list
of available matching strategies. Using a <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> you can query
the dictionary source for matching words and for definitions.</p>
<p>By using a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object you can retrieve the appropriate
<a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a>, already set up with the right parameters.</p>
</div>
<div class="refsect1">
<a name="GdictSource.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gdict-source-new"></a><h3>gdict_source_new ()</h3>
<pre class="programlisting"><a class="link" href="GdictSource.html" title="GdictSource"><span class="returnvalue">GdictSource</span></a> *
gdict_source_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Creates an empty <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object.  Use <code class="function">gdict_load_from_file()</code> to
read an existing dictionary source definition file.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.2.5"></a><h4>Returns</h4>
<p> an empty <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-load-from-file"></a><h3>gdict_source_load_from_file ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gdict_source_load_from_file (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                             <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Loads a dictionary source definition file into an empty <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>
object.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.3.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>an empty <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>filename</p></td>
<td class="parameter_description"><p>path to a dictionary source file</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.3.6"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>filename</code></em>
was loaded successfully.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-load-from-data"></a><h3>gdict_source_load_from_data ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gdict_source_load_from_data (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                             <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *data</code></em>,
                             <em class="parameter"><code><span class="type">gsize</span> length</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Loads a dictionary source definition from <em class="parameter"><code>data</code></em>
 inside an empty
<a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.4.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>string containing a dictionary source</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>length</p></td>
<td class="parameter_description"><p>length of <em class="parameter"><code>data</code></em>
</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.4.6"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>filename</code></em>
was loaded successfully.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-to-data"></a><h3>gdict_source_to_data ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdict_source_to_data (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                      <em class="parameter"><code><span class="type">gsize</span> *length</code></em>,
                      <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>Outputs a dictionary source as a string.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.5.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>length</p></td>
<td class="parameter_description"><p> return loaction for the length
of the string, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.5.6"></a><h4>Returns</h4>
<p> a newly allocated string holding the contents of <em class="parameter"><code>source</code></em>
.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-name"></a><h3>gdict_source_set_name ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_name (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                       <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Sets <em class="parameter"><code>name</code></em>
 as the displayable name of the dictionary source.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.6.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>the UTF8-encoded name of the dictionary source</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-name"></a><h3>gdict_source_get_name ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdict_source_get_name (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Retrieves the name of <em class="parameter"><code>source</code></em>
.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.7.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.7.6"></a><h4>Returns</h4>
<p> the name of a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>.  The returned string is owned
by the <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object, and should not be modified or freed.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-description"></a><h3>gdict_source_set_description ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_description (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                              <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>);</pre>
<p>Sets the description of <em class="parameter"><code>source</code></em>
.  If <em class="parameter"><code>description</code></em>
 is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, unsets the
currently set description.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.8.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>description</p></td>
<td class="parameter_description"><p> a UTF-8 encoded description or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-description"></a><h3>gdict_source_get_description ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdict_source_get_description (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Retrieves the description of <em class="parameter"><code>source</code></em>
.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.9.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.9.6"></a><h4>Returns</h4>
<p> the description of a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>.  The returned string is
owned by the <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object, and should not be modified or freed.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-database"></a><h3>gdict_source_set_database ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_database (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                           <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *database</code></em>);</pre>
<p>Sets the default database of <em class="parameter"><code>source</code></em>
.  If <em class="parameter"><code>database</code></em>
 is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, unsets the
currently set database.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.10.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>database</p></td>
<td class="parameter_description"><p> a UTF-8 encoded database name or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-database"></a><h3>gdict_source_get_database ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdict_source_get_database (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Retrieves the default database of <em class="parameter"><code>source</code></em>
.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.11.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.11.6"></a><h4>Returns</h4>
<p> the default strategy of a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>.  The returned string
is owned by the <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object, and should not be modified or freed.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-strategy"></a><h3>gdict_source_set_strategy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_strategy (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                           <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *strategy</code></em>);</pre>
<p>Sets the description of <em class="parameter"><code>source</code></em>
.  If <em class="parameter"><code>strategy</code></em>
 is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, unsets the
currently set strategy.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.12.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>strategy</p></td>
<td class="parameter_description"><p> a UTF-8 encoded strategy or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-strategy"></a><h3>gdict_source_get_strategy ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdict_source_get_strategy (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Retrieves the default strategy of <em class="parameter"><code>source</code></em>
.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.13.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.13.6"></a><h4>Returns</h4>
<p> the default strategy of a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>.  The returned string
is owned by the <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> object, and should not be modified or freed.</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-transport"></a><h3>gdict_source_set_transport ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_transport (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                            <em class="parameter"><code><a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="type">GdictSourceTransport</span></a> transport</code></em>,
                            <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_transport_property</code></em>,
                            <em class="parameter"><code>...</code></em>);</pre>
<p>Sets <em class="parameter"><code>transport</code></em>
 as the choosen transport for <em class="parameter"><code>source</code></em>
.  The <em class="parameter"><code>transport</code></em>

argument is a method of retrieving dictionary data from a source; it is
used to create the right <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> for this <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a>.  After
<em class="parameter"><code>transport</code></em>
, property name/value pairs should be listed, with a <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
pointer ending the list.  Properties are the same passed to a <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a>
implementation instance using <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>.</p>
<p>Here's a simple example:</p>
<div class="informalexample"><pre class="programlisting">
#include &lt;gdict/gdict.h&gt;
 GdictSource *source = gdict_source_new ();
 
 gdict_source_set_name (source, "My Source");
 gdict_source_set_transport (source, GDICT_SOURCE_TRANSPORT_DICTD,
                             "hostname", "dictionary-server.org",
                             "port", 2628,
                             NULL);
</pre></div>
<div class="refsect3">
<a name="id-1.3.4.4.8.14.7"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>transport</p></td>
<td class="parameter_description"><p>a valid transport</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>first_transport_property</p></td>
<td class="parameter_description"><p>property for the context bound to
the transport, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>...</p></td>
<td class="parameter_description"><p>property value for first property name, then additionary
properties, ending with <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-set-transportv"></a><h3>gdict_source_set_transportv ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdict_source_set_transportv (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>,
                             <em class="parameter"><code><a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="type">GdictSourceTransport</span></a> transport</code></em>,
                             <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_transport_property</code></em>,
                             <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
<p>FIXME</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.15.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>transport</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="type">GdictSourceTransport</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>first_transport_property</p></td>
<td class="parameter_description"><p>FIXME</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>var_args</p></td>
<td class="parameter_description"><p>FIXME</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-transport"></a><h3>gdict_source_get_transport ()</h3>
<pre class="programlisting"><a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="returnvalue">GdictSourceTransport</span></a>
gdict_source_get_transport (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>FIXME</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.16.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.16.6"></a><h4>Returns</h4>
<p> FIXME</p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-get-context"></a><h3>gdict_source_get_context ()</h3>
<pre class="programlisting"><a class="link" href="GdictContext.html" title="GdictContext"><span class="returnvalue">GdictContext</span></a> *
gdict_source_get_context (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Gets the <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> bound to <em class="parameter"><code>source</code></em>
.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.17.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.17.6"></a><h4>Returns</h4>
<p> a <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> for <em class="parameter"><code>source</code></em>
.
Use <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when you don't need it anymore. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="gdict-source-peek-context"></a><h3>gdict_source_peek_context ()</h3>
<pre class="programlisting"><a class="link" href="GdictContext.html" title="GdictContext"><span class="returnvalue">GdictContext</span></a> *
gdict_source_peek_context (<em class="parameter"><code><a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a> *source</code></em>);</pre>
<p>Gets the <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> bound to <em class="parameter"><code>source</code></em>
.  The returned object is a
referenced copy of the context held by <em class="parameter"><code>source</code></em>
; if you want a different
instance, use <a class="link" href="GdictSource.html#gdict-source-get-context" title="gdict_source_get_context ()"><code class="function">gdict_source_get_context()</code></a>.</p>
<div class="refsect3">
<a name="id-1.3.4.4.8.18.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>a <a class="link" href="GdictSource.html" title="GdictSource"><span class="type">GdictSource</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.3.4.4.8.18.6"></a><h4>Returns</h4>
<p> a referenced <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a>. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
<p class="since">Since: 1.0</p>
</div>
</div>
<div class="refsect1">
<a name="GdictSource.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GdictSourceError"></a><h3>enum GdictSourceError</h3>
<div class="refsect3">
<a name="id-1.3.4.4.9.2.3"></a><h4>Members</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-ERROR-PARSE:CAPS"></a>GDICT_SOURCE_ERROR_PARSE</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-ERROR-INVALID-NAME:CAPS"></a>GDICT_SOURCE_ERROR_INVALID_NAME</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-ERROR-INVALID-TRANSPORT:CAPS"></a>GDICT_SOURCE_ERROR_INVALID_TRANSPORT</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-ERROR-INVALID-BAD-PARAMETER:CAPS"></a>GDICT_SOURCE_ERROR_INVALID_BAD_PARAMETER</p></td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource-struct"></a><h3>struct GdictSource</h3>
<pre class="programlisting">struct GdictSource;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GdictSourceClass"></a><h3>struct GdictSourceClass</h3>
<pre class="programlisting">struct GdictSourceClass {
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GdictSourceTransport"></a><h3>enum GdictSourceTransport</h3>
<div class="refsect3">
<a name="id-1.3.4.4.9.5.3"></a><h4>Members</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-TRANSPORT-DICTD:CAPS"></a>GDICT_SOURCE_TRANSPORT_DICTD</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GDICT-SOURCE-TRANSPORT-INVALID:CAPS"></a>GDICT_SOURCE_TRANSPORT_INVALID</p></td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="GdictSource.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GdictSource--context"></a><h3>The <code class="literal">“context”</code> property</h3>
<pre class="programlisting">  “context”                  <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> *</pre>
<p>The <a class="link" href="GdictContext.html" title="GdictContext"><span class="type">GdictContext</span></a> bound to this source.</p>
<p>Flags: Read</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--database"></a><h3>The <code class="literal">“database”</code> property</h3>
<pre class="programlisting">  “database”                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The default database of this dictionary source.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--description"></a><h3>The <code class="literal">“description”</code> property</h3>
<pre class="programlisting">  “description”              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The description of this dictionary source.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--editable"></a><h3>The <code class="literal">“editable”</code> property</h3>
<pre class="programlisting">  “editable”                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>Whether the dictionary source is editable or not.</p>
<p>Flags: Read</p>
<p>Default value: TRUE</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--filename"></a><h3>The <code class="literal">“filename”</code> property</h3>
<pre class="programlisting">  “filename”                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The filename used by this dictionary source.</p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--name"></a><h3>The <code class="literal">“name”</code> property</h3>
<pre class="programlisting">  “name”                     <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The display name of this dictionary source.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--strategy"></a><h3>The <code class="literal">“strategy”</code> property</h3>
<pre class="programlisting">  “strategy”                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The default strategy of this dictionary source.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="GdictSource--transport"></a><h3>The <code class="literal">“transport”</code> property</h3>
<pre class="programlisting">  “transport”                <a class="link" href="GdictSource.html#GdictSourceTransport" title="enum GdictSourceTransport"><span class="type">GdictSourceTransport</span></a></pre>
<p>The transport mechanism used by this source.</p>
<p>Flags: Read / Write</p>
<p>Default value: GDICT_SOURCE_TRANSPORT_INVALID</p>
<p class="since">Since: 1.0</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.24</div>
</body>
</html>