gsf 3.0.9-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +55 -0
  3. data/lib/gsf.rb +53 -0
  4. data/lib/gsf/input.rb +26 -0
  5. data/lib/gsf/loader.rb +57 -0
  6. data/test/gsf-test-utils.rb +22 -0
  7. data/test/run-test.rb +46 -0
  8. data/test/test-input-stdio.rb +25 -0
  9. data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
  10. data/vendor/local/bin/gsf-vba-dump.exe +0 -0
  11. data/vendor/local/bin/gsf.exe +0 -0
  12. data/vendor/local/bin/libgsf-1-114.dll +0 -0
  13. data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
  14. data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
  15. data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
  16. data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
  17. data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
  18. data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
  19. data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
  20. data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
  21. data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
  22. data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
  23. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
  24. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
  25. data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
  26. data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
  27. data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
  28. data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
  29. data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
  30. data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
  31. data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
  32. data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
  33. data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
  34. data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
  35. data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
  36. data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
  37. data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
  38. data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
  39. data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
  40. data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
  41. data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
  42. data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
  43. data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
  44. data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
  45. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
  46. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
  47. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
  48. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
  49. data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
  50. data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
  51. data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
  52. data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
  53. data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
  54. data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
  55. data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
  56. data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
  57. data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
  58. data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
  59. data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
  60. data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
  61. data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
  62. data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
  63. data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
  64. data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
  65. data/vendor/local/lib/libgsf-1.a +0 -0
  66. data/vendor/local/lib/libgsf-1.dll.a +0 -0
  67. data/vendor/local/lib/libgsf-1.la +41 -0
  68. data/vendor/local/lib/libgsf-win32-1.a +0 -0
  69. data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
  70. data/vendor/local/lib/libgsf-win32-1.la +41 -0
  71. data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
  72. data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
  73. data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
  74. data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
  75. data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
  76. data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
  77. data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
  78. data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
  79. data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
  80. data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
  81. data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
  82. data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
  83. data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
  84. data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
  85. data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
  86. data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
  87. data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
  88. data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
  89. data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
  90. data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
  91. data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
  92. data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
  93. data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
  94. data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
  95. data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
  96. data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
  97. data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
  98. data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
  99. data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
  100. data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
  101. data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
  102. data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
  103. data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
  104. data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
  105. data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
  106. data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
  107. data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
  108. data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
  109. data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
  110. data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
  111. data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
  112. data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
  113. data/vendor/local/share/license/libgsf/AUTHORS +3 -0
  114. data/vendor/local/share/license/libgsf/COPYING +340 -0
  115. data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
  116. data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
  117. data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
  118. data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
  119. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
  120. data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
  121. data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
  122. data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
  123. data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
  124. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
  125. data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
  126. data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
  127. data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
  128. data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
  129. data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
  130. data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
  131. data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
  132. data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
  133. data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
  134. data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
  135. data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
  136. data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
  137. data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
  138. data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
  139. data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
  140. data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
  141. data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
  142. data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
  143. data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
  144. data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
  145. data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
  146. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
  147. data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
  148. data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
  149. data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
  150. data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
  151. data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
  152. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
  153. data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
  154. data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
  155. data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
  156. data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
  157. data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
  158. data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
  159. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
  160. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
  161. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
  162. data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
  163. data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
  164. data/vendor/local/share/man/man1/gsf.1 +91 -0
  165. data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
  166. metadata +235 -0
@@ -0,0 +1,338 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GSF Reference Manual: Zip files</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="GSF Reference Manual">
8
+ <link rel="up" href="parsers.html" title="Stream Parsers">
9
+ <link rel="prev" href="gsf-XML-and-libxml.html" title="XML and libxml">
10
+ <link rel="next" href="gsf-Compression.html" title="Compression">
11
+ <meta name="generator" content="GTK-Doc V1.20 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
+ <a href="#gsf-Zip.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
+ <a href="#gsf-Zip.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> 
20
+ <a href="#gsf-Zip.properties" class="shortcut">Properties</a></span>
21
+ </td>
22
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
+ <td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="p" href="gsf-XML-and-libxml.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
+ <td><a accesskey="n" href="gsf-Compression.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
+ </tr></table>
27
+ <div class="refentry">
28
+ <a name="gsf-Zip"></a><div class="titlepage"></div>
29
+ <div class="refnamediv"><table width="100%"><tr>
30
+ <td valign="top">
31
+ <h2><span class="refentrytitle"><a name="gsf-Zip.top_of_page"></a>Zip files</span></h2>
32
+ <p>Zip files — Utilities for reading and writing ZIP/JAR files</p>
33
+ </td>
34
+ <td class="gallery_image" valign="top" align="right"></td>
35
+ </tr></table></div>
36
+ <div class="refsect1">
37
+ <a name="gsf-Zip.functions"></a><h2>Functions</h2>
38
+ <div class="informaltable"><table width="100%" border="0">
39
+ <colgroup>
40
+ <col width="150px" class="functions_return">
41
+ <col class="functions_name">
42
+ </colgroup>
43
+ <tbody>
44
+ <tr>
45
+ <td class="function_type">
46
+ <a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="returnvalue">GsfInfile</span></a> *
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="gsf-Zip.html#gsf-infile-zip-new" title="gsf_infile_zip_new ()">gsf_infile_zip_new</a> <span class="c_punctuation">()</span>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="function_type">
54
+ <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="returnvalue">GsfOutfile</span></a> *
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="gsf-Zip.html#gsf-outfile-zip-new" title="gsf_outfile_zip_new ()">gsf_outfile_zip_new</a> <span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td class="function_type">
62
+ <span class="returnvalue">gboolean</span>
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="gsf-Zip.html#gsf-outfile-zip-set-compression-method" title="gsf_outfile_zip_set_compression_method ()">gsf_outfile_zip_set_compression_method</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table></div>
70
+ </div>
71
+ <div class="refsect1">
72
+ <a name="gsf-Zip.properties"></a><h2>Properties</h2>
73
+ <div class="informaltable"><table border="0">
74
+ <colgroup>
75
+ <col width="150px" class="properties_type">
76
+ <col width="300px" class="properties_name">
77
+ <col width="200px" class="properties_flags">
78
+ </colgroup>
79
+ <tbody>
80
+ <tr>
81
+ <td class="property_type"><span class="type">gint</span></td>
82
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--compression-level" title="The “compression-level” property">compression-level</a></td>
83
+ <td class="property_flags">Read</td>
84
+ </tr>
85
+ <tr>
86
+ <td class="property_type">
87
+ <a class="link" href="gsf-Zip.html#GsfInfileZip"><span class="type">GsfInfileZip</span></a> *</td>
88
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--internal-parent" title="The “internal-parent” property">internal-parent</a></td>
89
+ <td class="property_flags">Write / Construct Only</td>
90
+ </tr>
91
+ <tr>
92
+ <td class="property_type">
93
+ <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *</td>
94
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--source" title="The “source” property">source</a></td>
95
+ <td class="property_flags">Read / Write / Construct Only</td>
96
+ </tr>
97
+ <tr>
98
+ <td class="property_type"><span class="type">gint</span></td>
99
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--compression-level" title="The “compression-level” property">compression-level</a></td>
100
+ <td class="property_flags">Read / Write / Construct Only</td>
101
+ </tr>
102
+ <tr>
103
+ <td class="property_type"><span class="type">gint</span></td>
104
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--deflate-level" title="The “deflate-level” property">deflate-level</a></td>
105
+ <td class="property_flags">Read / Write / Construct Only</td>
106
+ </tr>
107
+ <tr>
108
+ <td class="property_type">
109
+ <span class="type">gchar</span> *</td>
110
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--entry-name" title="The “entry-name” property">entry-name</a></td>
111
+ <td class="property_flags">Read / Write / Construct Only</td>
112
+ </tr>
113
+ <tr>
114
+ <td class="property_type">
115
+ <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</td>
116
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--sink" title="The “sink” property">sink</a></td>
117
+ <td class="property_flags">Read / Write / Construct Only</td>
118
+ </tr>
119
+ <tr>
120
+ <td class="property_type"><span class="type">gint</span></td>
121
+ <td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--zip64" title="The “zip64” property">zip64</a></td>
122
+ <td class="property_flags">Read / Write / Construct Only</td>
123
+ </tr>
124
+ </tbody>
125
+ </table></div>
126
+ </div>
127
+ <a name="GsfInfileZip"></a><a name="GsfOutfileZip"></a><div class="refsect1">
128
+ <a name="gsf-Zip.other"></a><h2>Types and Values</h2>
129
+ <div class="informaltable"><table width="100%" border="0">
130
+ <colgroup>
131
+ <col width="150px" class="name">
132
+ <col class="description">
133
+ </colgroup>
134
+ <tbody>
135
+ <tr>
136
+ <td class="datatype_keyword"> </td>
137
+ <td class="function_name"><a class="link" href="gsf-Zip.html#GsfInfileZip-struct" title="GsfInfileZip">GsfInfileZip</a></td>
138
+ </tr>
139
+ <tr>
140
+ <td class="datatype_keyword"> </td>
141
+ <td class="function_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip-struct" title="GsfOutfileZip">GsfOutfileZip</a></td>
142
+ </tr>
143
+ </tbody>
144
+ </table></div>
145
+ </div>
146
+ <div class="refsect1">
147
+ <a name="gsf-Zip.object-hierarchy"></a><h2>Object Hierarchy</h2>
148
+ <pre class="screen"> GObject
149
+ <span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>
150
+ <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile">GsfInfile</a>
151
+ <span class="lineart">│</span> <span class="lineart">╰──</span> GsfInfileZip
152
+ <span class="lineart">╰──</span> <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>
153
+ <span class="lineart">╰──</span> <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a>
154
+ <span class="lineart">╰──</span> GsfOutfileZip
155
+ </pre>
156
+ </div>
157
+ <div class="refsect1">
158
+ <a name="gsf-Zip.description"></a><h2>Description</h2>
159
+ <p><a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="type">GsfInfile</span></a> and <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="type">GsfOutfile</span></a> support for zip files.</p>
160
+ </div>
161
+ <div class="refsect1">
162
+ <a name="gsf-Zip.functions_details"></a><h2>Functions</h2>
163
+ <div class="refsect2">
164
+ <a name="gsf-infile-zip-new"></a><h3>gsf_infile_zip_new ()</h3>
165
+ <pre class="programlisting"><a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="returnvalue">GsfInfile</span></a> *
166
+ gsf_infile_zip_new (<em class="parameter"><code><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *source</code></em>,
167
+ <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
168
+ <p>Opens the root directory of a Zip file.</p>
169
+ <div class="note">This adds a reference to <em class="parameter"><code>source</code></em>.</div>
170
+ <div class="refsect3">
171
+ <a name="id-1.6.5.4.10.2.6"></a><h4>Parameters</h4>
172
+ <div class="informaltable"><table width="100%" border="0">
173
+ <colgroup>
174
+ <col width="150px" class="parameters_name">
175
+ <col class="parameters_description">
176
+ <col width="200px" class="parameters_annotations">
177
+ </colgroup>
178
+ <tbody>
179
+ <tr>
180
+ <td class="parameter_name"><p>source</p></td>
181
+ <td class="parameter_description"><p>A base <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td>
182
+ <td class="parameter_annotations"> </td>
183
+ </tr>
184
+ <tr>
185
+ <td class="parameter_name"><p>err</p></td>
186
+ <td class="parameter_description"><p> place to store a <span class="type">GError</span> if anything goes wrong. </p></td>
187
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
188
+ </tr>
189
+ </tbody>
190
+ </table></div>
191
+ </div>
192
+ <div class="refsect3">
193
+ <a name="id-1.6.5.4.10.2.7"></a><h4>Returns</h4>
194
+ <p> the new zip file handler</p>
195
+ <p></p>
196
+ </div>
197
+ </div>
198
+ <hr>
199
+ <div class="refsect2">
200
+ <a name="gsf-outfile-zip-new"></a><h3>gsf_outfile_zip_new ()</h3>
201
+ <pre class="programlisting"><a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="returnvalue">GsfOutfile</span></a> *
202
+ gsf_outfile_zip_new (<em class="parameter"><code><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *sink</code></em>,
203
+ <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
204
+ <p>Creates the root directory of a Zip file and manages the addition of
205
+ children.</p>
206
+ <div class="note">This adds a reference to <em class="parameter"><code>sink</code></em>.</div>
207
+ <div class="refsect3">
208
+ <a name="id-1.6.5.4.10.3.6"></a><h4>Parameters</h4>
209
+ <div class="informaltable"><table width="100%" border="0">
210
+ <colgroup>
211
+ <col width="150px" class="parameters_name">
212
+ <col class="parameters_description">
213
+ <col width="200px" class="parameters_annotations">
214
+ </colgroup>
215
+ <tbody>
216
+ <tr>
217
+ <td class="parameter_name"><p>sink</p></td>
218
+ <td class="parameter_description"><p>a <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> to hold the ZIP file</p></td>
219
+ <td class="parameter_annotations"> </td>
220
+ </tr>
221
+ <tr>
222
+ <td class="parameter_name"><p>err</p></td>
223
+ <td class="parameter_description"><p>Location to store error, or <code class="literal">NULL</code>; currently unused.</p></td>
224
+ <td class="parameter_annotations"> </td>
225
+ </tr>
226
+ </tbody>
227
+ </table></div>
228
+ </div>
229
+ <div class="refsect3">
230
+ <a name="id-1.6.5.4.10.3.7"></a><h4>Returns</h4>
231
+ <p> the new zip file handler</p>
232
+ <p></p>
233
+ </div>
234
+ </div>
235
+ <hr>
236
+ <div class="refsect2">
237
+ <a name="gsf-outfile-zip-set-compression-method"></a><h3>gsf_outfile_zip_set_compression_method ()</h3>
238
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
239
+ gsf_outfile_zip_set_compression_method
240
+ (<em class="parameter"><code><a class="link" href="gsf-Zip.html#GsfOutfileZip"><span class="type">GsfOutfileZip</span></a> *zip</code></em>,
241
+ <em class="parameter"><code><span class="type">GsfZipCompressionMethod</span> method</code></em>);</pre>
242
+ <p>
243
+ </p>
244
+ <div class="refsect3">
245
+ <a name="id-1.6.5.4.10.4.5"></a><h4>Returns</h4>
246
+ <p></p>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ <div class="refsect1">
251
+ <a name="gsf-Zip.other_details"></a><h2>Types and Values</h2>
252
+ <div class="refsect2">
253
+ <a name="GsfInfileZip-struct"></a><h3>GsfInfileZip</h3>
254
+ <pre class="programlisting">typedef struct _GsfInfileZip GsfInfileZip;</pre>
255
+ <p>
256
+ </p>
257
+ </div>
258
+ <hr>
259
+ <div class="refsect2">
260
+ <a name="GsfOutfileZip-struct"></a><h3>GsfOutfileZip</h3>
261
+ <pre class="programlisting">typedef struct _GsfOutfileZip GsfOutfileZip;</pre>
262
+ <p>
263
+ </p>
264
+ </div>
265
+ </div>
266
+ <div class="refsect1">
267
+ <a name="gsf-Zip.property-details"></a><h2>Property Details</h2>
268
+ <div class="refsect2">
269
+ <a name="GsfInfileZip--compression-level"></a><h3>The <code class="literal">“compression-level”</code> property</h3>
270
+ <pre class="programlisting"> “compression-level” <span class="type">gint</span></pre>
271
+ <p>Controls the level of compression used for new members.</p>
272
+ <p>Flags: Read</p>
273
+ <p>Allowed values: [0,10]</p>
274
+ <p>Default value: 0</p>
275
+ </div>
276
+ <hr>
277
+ <div class="refsect2">
278
+ <a name="GsfInfileZip--internal-parent"></a><h3>The <code class="literal">“internal-parent”</code> property</h3>
279
+ <pre class="programlisting"> “internal-parent” <a class="link" href="gsf-Zip.html#GsfInfileZip"><span class="type">GsfInfileZip</span></a> *</pre>
280
+ <p>Internal use only.</p>
281
+ <p>Flags: Write / Construct Only</p>
282
+ </div>
283
+ <hr>
284
+ <div class="refsect2">
285
+ <a name="GsfInfileZip--source"></a><h3>The <code class="literal">“source”</code> property</h3>
286
+ <pre class="programlisting"> “source” <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *</pre>
287
+ <p>The archive being interpreted.</p>
288
+ <p>Flags: Read / Write / Construct Only</p>
289
+ </div>
290
+ <hr>
291
+ <div class="refsect2">
292
+ <a name="GsfOutfileZip--compression-level"></a><h3>The <code class="literal">“compression-level”</code> property</h3>
293
+ <pre class="programlisting"> “compression-level” <span class="type">gint</span></pre>
294
+ <p>The level of compression used, zero meaning none.</p>
295
+ <p>Flags: Read / Write / Construct Only</p>
296
+ <p>Allowed values: [0,10]</p>
297
+ <p>Default value: 8</p>
298
+ </div>
299
+ <hr>
300
+ <div class="refsect2">
301
+ <a name="GsfOutfileZip--deflate-level"></a><h3>The <code class="literal">“deflate-level”</code> property</h3>
302
+ <pre class="programlisting"> “deflate-level” <span class="type">gint</span></pre>
303
+ <p>The level of deflate compression used, zero meaning none and -1 meaning the zlib default.</p>
304
+ <p>Flags: Read / Write / Construct Only</p>
305
+ <p>Allowed values: [-1,9]</p>
306
+ <p>Default value: -1</p>
307
+ </div>
308
+ <hr>
309
+ <div class="refsect2">
310
+ <a name="GsfOutfileZip--entry-name"></a><h3>The <code class="literal">“entry-name”</code> property</h3>
311
+ <pre class="programlisting"> “entry-name” <span class="type">gchar</span> *</pre>
312
+ <p>The filename of this member in the archive without path.</p>
313
+ <p>Flags: Read / Write / Construct Only</p>
314
+ <p>Default value: NULL</p>
315
+ </div>
316
+ <hr>
317
+ <div class="refsect2">
318
+ <a name="GsfOutfileZip--sink"></a><h3>The <code class="literal">“sink”</code> property</h3>
319
+ <pre class="programlisting"> “sink” <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</pre>
320
+ <p>Where the archive is written.</p>
321
+ <p>Flags: Read / Write / Construct Only</p>
322
+ </div>
323
+ <hr>
324
+ <div class="refsect2">
325
+ <a name="GsfOutfileZip--zip64"></a><h3>The <code class="literal">“zip64”</code> property</h3>
326
+ <pre class="programlisting"> “zip64” <span class="type">gint</span></pre>
327
+ <p>Whether to use zip64 format, -1 meaning automatic.</p>
328
+ <p>Flags: Read / Write / Construct Only</p>
329
+ <p>Allowed values: [-1,1]</p>
330
+ <p>Default value: -1</p>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ <div class="footer">
335
+ <hr>
336
+ Generated by GTK-Doc V1.20</div>
337
+ </body>
338
+ </html>
@@ -0,0 +1,56 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GSF Reference Manual: GsfBlob</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="GSF Reference Manual">
8
+ <link rel="up" href="parsers.html" title="Stream Parsers">
9
+ <link rel="prev" href="gsf-OASIS-Open-Document.html" title="OASIS Open Document">
10
+ <link rel="next" href="gsf-clip-data.html" title="GsfClipData">
11
+ <meta name="generator" content="GTK-Doc V1.20 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
+ <a href="#gsf-blobs.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
+ <a href="#gsf-blobs.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="gsf-OASIS-Open-Document.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="gsf-clip-data.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
26
+ <div class="refentry">
27
+ <a name="gsf-blobs"></a><div class="titlepage"></div>
28
+ <div class="refnamediv"><table width="100%"><tr>
29
+ <td valign="top">
30
+ <h2><span class="refentrytitle"><a name="gsf-blobs.top_of_page"></a>GsfBlob</span></h2>
31
+ <p>GsfBlob</p>
32
+ </td>
33
+ <td class="gallery_image" valign="top" align="right"></td>
34
+ </tr></table></div>
35
+ <a name="GsfBlob"></a><a name="GsfStructuredBlob"></a><div class="refsect1">
36
+ <a name="gsf-blobs.object-hierarchy"></a><h2>Object Hierarchy</h2>
37
+ <pre class="screen">
38
+ </pre>
39
+ </div>
40
+ <div class="refsect1">
41
+ <a name="gsf-blobs.description"></a><h2>Description</h2>
42
+ <p>
43
+ </p>
44
+ </div>
45
+ <div class="refsect1">
46
+ <a name="gsf-blobs.functions_details"></a><h2>Functions</h2>
47
+ </div>
48
+ <div class="refsect1">
49
+ <a name="gsf-blobs.other_details"></a><h2>Types and Values</h2>
50
+ </div>
51
+ </div>
52
+ <div class="footer">
53
+ <hr>
54
+ Generated by GTK-Doc V1.20</div>
55
+ </body>
56
+ </html>
@@ -0,0 +1,444 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GSF Reference Manual: GsfClipData</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="GSF Reference Manual">
8
+ <link rel="up" href="parsers.html" title="Stream Parsers">
9
+ <link rel="prev" href="gsf-blobs.html" title="GsfBlob">
10
+ <link rel="next" href="misc.html" title="Miscellaneous">
11
+ <meta name="generator" content="GTK-Doc V1.20 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
+ <a href="#gsf-clip-data.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
+ <a href="#gsf-clip-data.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="gsf-blobs.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="misc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
26
+ <div class="refentry">
27
+ <a name="gsf-clip-data"></a><div class="titlepage"></div>
28
+ <div class="refnamediv"><table width="100%"><tr>
29
+ <td valign="top">
30
+ <h2><span class="refentrytitle"><a name="gsf-clip-data.top_of_page"></a>GsfClipData</span></h2>
31
+ <p>GsfClipData</p>
32
+ </td>
33
+ <td class="gallery_image" valign="top" align="right"></td>
34
+ </tr></table></div>
35
+ <div class="refsect1">
36
+ <a name="gsf-clip-data.functions"></a><h2>Functions</h2>
37
+ <div class="informaltable"><table width="100%" border="0">
38
+ <colgroup>
39
+ <col width="150px" class="functions_return">
40
+ <col class="functions_name">
41
+ </colgroup>
42
+ <tbody>
43
+ <tr>
44
+ <td class="function_type">
45
+ <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="returnvalue">GsfClipData</span></a> *
46
+ </td>
47
+ <td class="function_name">
48
+ <a class="link" href="gsf-clip-data.html#gsf-clip-data-new" title="gsf_clip_data_new ()">gsf_clip_data_new</a> <span class="c_punctuation">()</span>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="function_type">
53
+ <a class="link" href="gsf-clip-data.html#GsfClipFormat" title="enum GsfClipFormat"><span class="returnvalue">GsfClipFormat</span></a>
54
+ </td>
55
+ <td class="function_name">
56
+ <a class="link" href="gsf-clip-data.html#gsf-clip-data-get-format" title="gsf_clip_data_get_format ()">gsf_clip_data_get_format</a> <span class="c_punctuation">()</span>
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td class="function_type">
61
+ <a class="link" href="gsf-blobs.html#GsfBlob"><span class="returnvalue">GsfBlob</span></a> *
62
+ </td>
63
+ <td class="function_name">
64
+ <a class="link" href="gsf-clip-data.html#gsf-clip-data-get-data-blob" title="gsf_clip_data_get_data_blob ()">gsf_clip_data_get_data_blob</a> <span class="c_punctuation">()</span>
65
+ </td>
66
+ </tr>
67
+ <tr>
68
+ <td class="function_type">
69
+ <a class="link" href="gsf-clip-data.html#GsfClipFormatWindows" title="enum GsfClipFormatWindows"><span class="returnvalue">GsfClipFormatWindows</span></a>
70
+ </td>
71
+ <td class="function_name">
72
+ <a class="link" href="gsf-clip-data.html#gsf-clip-data-get-windows-clipboard-format" title="gsf_clip_data_get_windows_clipboard_format ()">gsf_clip_data_get_windows_clipboard_format</a> <span class="c_punctuation">()</span>
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td class="function_type">
77
+ <span class="returnvalue">gconstpointer</span>
78
+ </td>
79
+ <td class="function_name">
80
+ <a class="link" href="gsf-clip-data.html#gsf-clip-data-peek-real-data" title="gsf_clip_data_peek_real_data ()">gsf_clip_data_peek_real_data</a> <span class="c_punctuation">()</span>
81
+ </td>
82
+ </tr>
83
+ </tbody>
84
+ </table></div>
85
+ </div>
86
+ <a name="GsfClipData"></a><div class="refsect1">
87
+ <a name="gsf-clip-data.other"></a><h2>Types and Values</h2>
88
+ <div class="informaltable"><table width="100%" border="0">
89
+ <colgroup>
90
+ <col width="150px" class="name">
91
+ <col class="description">
92
+ </colgroup>
93
+ <tbody>
94
+ <tr>
95
+ <td class="datatype_keyword">enum</td>
96
+ <td class="function_name"><a class="link" href="gsf-clip-data.html#GsfClipFormat" title="enum GsfClipFormat">GsfClipFormat</a></td>
97
+ </tr>
98
+ <tr>
99
+ <td class="datatype_keyword">enum</td>
100
+ <td class="function_name"><a class="link" href="gsf-clip-data.html#GsfClipFormatWindows" title="enum GsfClipFormatWindows">GsfClipFormatWindows</a></td>
101
+ </tr>
102
+ <tr>
103
+ <td class="datatype_keyword">struct</td>
104
+ <td class="function_name"><a class="link" href="gsf-clip-data.html#GsfClipData-struct" title="struct GsfClipData">GsfClipData</a></td>
105
+ </tr>
106
+ <tr>
107
+ <td class="datatype_keyword"> </td>
108
+ <td class="function_name"><a class="link" href="gsf-clip-data.html#GsfClipDataClass" title="GsfClipDataClass">GsfClipDataClass</a></td>
109
+ </tr>
110
+ </tbody>
111
+ </table></div>
112
+ </div>
113
+ <div class="refsect1">
114
+ <a name="gsf-clip-data.object-hierarchy"></a><h2>Object Hierarchy</h2>
115
+ <pre class="screen"> GObject
116
+ <span class="lineart">╰──</span> GsfClipData
117
+ </pre>
118
+ </div>
119
+ <div class="refsect1">
120
+ <a name="gsf-clip-data.description"></a><h2>Description</h2>
121
+ <p>
122
+ </p>
123
+ </div>
124
+ <div class="refsect1">
125
+ <a name="gsf-clip-data.functions_details"></a><h2>Functions</h2>
126
+ <div class="refsect2">
127
+ <a name="gsf-clip-data-new"></a><h3>gsf_clip_data_new ()</h3>
128
+ <pre class="programlisting"><a class="link" href="gsf-clip-data.html#GsfClipData"><span class="returnvalue">GsfClipData</span></a> *
129
+ gsf_clip_data_new (<em class="parameter"><code><a class="link" href="gsf-clip-data.html#GsfClipFormat" title="enum GsfClipFormat"><span class="type">GsfClipFormat</span></a> format</code></em>,
130
+ <em class="parameter"><code><a class="link" href="gsf-blobs.html#GsfBlob"><span class="type">GsfBlob</span></a> *data_blob</code></em>);</pre>
131
+ <p>Creates a new <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a> object. This function acquires a reference to the
132
+ <em class="parameter"><code>data_blob</code></em>
133
+ , so you should unref the blob on your own if you no longer need it
134
+ directly.</p>
135
+ <div class="refsect3">
136
+ <a name="id-1.6.5.10.8.2.5"></a><h4>Parameters</h4>
137
+ <div class="informaltable"><table width="100%" border="0">
138
+ <colgroup>
139
+ <col width="150px" class="parameters_name">
140
+ <col class="parameters_description">
141
+ <col width="200px" class="parameters_annotations">
142
+ </colgroup>
143
+ <tbody>
144
+ <tr>
145
+ <td class="parameter_name"><p>format</p></td>
146
+ <td class="parameter_description"><p>Format for the data inside the <em class="parameter"><code>data_blob</code></em>
147
+ </p></td>
148
+ <td class="parameter_annotations"> </td>
149
+ </tr>
150
+ <tr>
151
+ <td class="parameter_name"><p>data_blob</p></td>
152
+ <td class="parameter_description"><p>Object which holds the binary contents for the <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a></p></td>
153
+ <td class="parameter_annotations"> </td>
154
+ </tr>
155
+ </tbody>
156
+ </table></div>
157
+ </div>
158
+ <div class="refsect3">
159
+ <a name="id-1.6.5.10.8.2.6"></a><h4>Returns</h4>
160
+ <p> A newly-created <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>.</p>
161
+ <p></p>
162
+ </div>
163
+ </div>
164
+ <hr>
165
+ <div class="refsect2">
166
+ <a name="gsf-clip-data-get-format"></a><h3>gsf_clip_data_get_format ()</h3>
167
+ <pre class="programlisting"><a class="link" href="gsf-clip-data.html#GsfClipFormat" title="enum GsfClipFormat"><span class="returnvalue">GsfClipFormat</span></a>
168
+ gsf_clip_data_get_format (<em class="parameter"><code><a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a> *clip_data</code></em>);</pre>
169
+ <p>Queries the clipboard data format of a <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>. The format refers to the data
170
+ blob inside the <em class="parameter"><code>clip_data</code></em>
171
+ ; use <a class="link" href="gsf-clip-data.html#gsf-clip-data-get-data-blob" title="gsf_clip_data_get_data_blob ()"><code class="function">gsf_clip_data_get_data_blob()</code></a> to get that data blob.</p>
172
+ <div class="refsect3">
173
+ <a name="id-1.6.5.10.8.3.5"></a><h4>Parameters</h4>
174
+ <div class="informaltable"><table width="100%" border="0">
175
+ <colgroup>
176
+ <col width="150px" class="parameters_name">
177
+ <col class="parameters_description">
178
+ <col width="200px" class="parameters_annotations">
179
+ </colgroup>
180
+ <tbody><tr>
181
+ <td class="parameter_name"><p>clip_data</p></td>
182
+ <td class="parameter_description"><p>A <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>.</p></td>
183
+ <td class="parameter_annotations"> </td>
184
+ </tr></tbody>
185
+ </table></div>
186
+ </div>
187
+ <div class="refsect3">
188
+ <a name="id-1.6.5.10.8.3.6"></a><h4>Returns</h4>
189
+ <p> The format in which the <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>'s data blob is stored.</p>
190
+ <p></p>
191
+ </div>
192
+ </div>
193
+ <hr>
194
+ <div class="refsect2">
195
+ <a name="gsf-clip-data-get-data-blob"></a><h3>gsf_clip_data_get_data_blob ()</h3>
196
+ <pre class="programlisting"><a class="link" href="gsf-blobs.html#GsfBlob"><span class="returnvalue">GsfBlob</span></a> *
197
+ gsf_clip_data_get_data_blob (<em class="parameter"><code><a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a> *clip_data</code></em>);</pre>
198
+ <p>Queries the data blob that actually stores a <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>'s binary data.</p>
199
+ <div class="refsect3">
200
+ <a name="id-1.6.5.10.8.4.5"></a><h4>Parameters</h4>
201
+ <div class="informaltable"><table width="100%" border="0">
202
+ <colgroup>
203
+ <col width="150px" class="parameters_name">
204
+ <col class="parameters_description">
205
+ <col width="200px" class="parameters_annotations">
206
+ </colgroup>
207
+ <tbody><tr>
208
+ <td class="parameter_name"><p>clip_data</p></td>
209
+ <td class="parameter_description"><p>A <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>.</p></td>
210
+ <td class="parameter_annotations"> </td>
211
+ </tr></tbody>
212
+ </table></div>
213
+ </div>
214
+ <div class="refsect3">
215
+ <a name="id-1.6.5.10.8.4.6"></a><h4>Returns</h4>
216
+ <p> A new reference to the <a class="link" href="gsf-blobs.html#GsfBlob"><span class="type">GsfBlob</span></a> that stores this <em class="parameter"><code>clip_data</code></em>
217
+ 's
218
+ binary data. You must use <code class="function">g_object_unref()</code> to dispose of that data blob when
219
+ you are done with it. </p>
220
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
221
+ </div>
222
+ </div>
223
+ <hr>
224
+ <div class="refsect2">
225
+ <a name="gsf-clip-data-get-windows-clipboard-format"></a><h3>gsf_clip_data_get_windows_clipboard_format ()</h3>
226
+ <pre class="programlisting"><a class="link" href="gsf-clip-data.html#GsfClipFormatWindows" title="enum GsfClipFormatWindows"><span class="returnvalue">GsfClipFormatWindows</span></a>
227
+ gsf_clip_data_get_windows_clipboard_format
228
+ (<em class="parameter"><code><a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a> *clip_data</code></em>,
229
+ <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
230
+ <p>Queries the Windows clipboard data format for a <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>. The <em class="parameter"><code>clip_data</code></em>
231
+ must
232
+ have been created with <a class="link" href="gsf-clip-data.html#GSF-CLIP-FORMAT-WINDOWS-CLIPBOARD:CAPS"><span class="type">GSF_CLIP_FORMAT_WINDOWS_CLIPBOARD</span></a>.</p>
233
+ <div class="refsect3">
234
+ <a name="id-1.6.5.10.8.5.5"></a><h4>Parameters</h4>
235
+ <div class="informaltable"><table width="100%" border="0">
236
+ <colgroup>
237
+ <col width="150px" class="parameters_name">
238
+ <col class="parameters_description">
239
+ <col width="200px" class="parameters_annotations">
240
+ </colgroup>
241
+ <tbody>
242
+ <tr>
243
+ <td class="parameter_name"><p>clip_data</p></td>
244
+ <td class="parameter_description"><p>A <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>.</p></td>
245
+ <td class="parameter_annotations"> </td>
246
+ </tr>
247
+ <tr>
248
+ <td class="parameter_name"><p>error</p></td>
249
+ <td class="parameter_description"><p>Location to store error, or <code class="literal">NULL</code></p></td>
250
+ <td class="parameter_annotations"> </td>
251
+ </tr>
252
+ </tbody>
253
+ </table></div>
254
+ </div>
255
+ <div class="refsect3">
256
+ <a name="id-1.6.5.10.8.5.6"></a><h4>Returns</h4>
257
+ <p> A <a class="link" href="gsf-clip-data.html#GsfClipFormatWindows" title="enum GsfClipFormatWindows"><span class="type">GsfClipFormatWindows</span></a> value.</p>
258
+ <p>Possible errors: <a class="link" href="gsf-utils.html#GSF-ERROR-INVALID-DATA:CAPS"><span class="type">GSF_ERROR_INVALID_DATA</span></a> if the data blob in the <em class="parameter"><code>clip_data</code></em>
259
+ is
260
+ smaller than it should be; in this case GSF_CLIP_FORMAT_WINDOWS_ERROR will be returned.</p>
261
+ <p></p>
262
+ </div>
263
+ </div>
264
+ <hr>
265
+ <div class="refsect2">
266
+ <a name="gsf-clip-data-peek-real-data"></a><h3>gsf_clip_data_peek_real_data ()</h3>
267
+ <pre class="programlisting"><span class="returnvalue">gconstpointer</span>
268
+ gsf_clip_data_peek_real_data (<em class="parameter"><code><a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a> *clip_data</code></em>,
269
+ <em class="parameter"><code><span class="type">gsize</span> *ret_size</code></em>,
270
+ <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
271
+ <p>Queries a pointer directly to the clipboard data of a <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>. The
272
+ resulting pointer is not necessarily the same data pointer that was passed to
273
+ <code class="function">gsf_blob_new()</code> prior to creating the <em class="parameter"><code>clip_data</code></em>
274
+ . For example, if the data is
275
+ in <a class="link" href="gsf-clip-data.html#GSF-CLIP-FORMAT-WINDOWS-CLIPBOARD:CAPS"><span class="type">GSF_CLIP_FORMAT_WINDOWS_CLIPBOARD</span></a> format, then it will have extra header
276
+ bytes in front of the actual metafile data. This function will skip over
277
+ those header bytes if necessary and return a pointer to the "real" data.</p>
278
+ <div class="refsect3">
279
+ <a name="id-1.6.5.10.8.6.5"></a><h4>Parameters</h4>
280
+ <div class="informaltable"><table width="100%" border="0">
281
+ <colgroup>
282
+ <col width="150px" class="parameters_name">
283
+ <col class="parameters_description">
284
+ <col width="200px" class="parameters_annotations">
285
+ </colgroup>
286
+ <tbody>
287
+ <tr>
288
+ <td class="parameter_name"><p>clip_data</p></td>
289
+ <td class="parameter_description"><p>A <a class="link" href="gsf-clip-data.html#GsfClipData"><span class="type">GsfClipData</span></a>.</p></td>
290
+ <td class="parameter_annotations"> </td>
291
+ </tr>
292
+ <tr>
293
+ <td class="parameter_name"><p>ret_size</p></td>
294
+ <td class="parameter_description"><p>Location to return the size of the returned data buffer.</p></td>
295
+ <td class="parameter_annotations"> </td>
296
+ </tr>
297
+ <tr>
298
+ <td class="parameter_name"><p>error</p></td>
299
+ <td class="parameter_description"><p>Location to store error, or <code class="literal">NULL</code>.</p></td>
300
+ <td class="parameter_annotations"> </td>
301
+ </tr>
302
+ </tbody>
303
+ </table></div>
304
+ </div>
305
+ <div class="refsect3">
306
+ <a name="id-1.6.5.10.8.6.6"></a><h4>Returns</h4>
307
+ <p> Pointer to the real clipboard data. The size in bytes of this
308
+ buffer is returned in the <em class="parameter"><code>ret_size</code></em>
309
+ argument. </p>
310
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ <div class="refsect1">
315
+ <a name="gsf-clip-data.other_details"></a><h2>Types and Values</h2>
316
+ <div class="refsect2">
317
+ <a name="GsfClipFormat"></a><h3>enum GsfClipFormat</h3>
318
+ <div class="refsect3">
319
+ <a name="id-1.6.5.10.9.2.3"></a><h4>Members</h4>
320
+ <div class="informaltable"><table width="100%" border="0">
321
+ <colgroup>
322
+ <col width="300px" class="enum_members_name">
323
+ <col class="enum_members_description">
324
+ <col width="200px" class="enum_members_annotations">
325
+ </colgroup>
326
+ <tbody>
327
+ <tr>
328
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-CLIPBOARD:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_CLIPBOARD</p></td>
329
+ <td class="enum_member_description">
330
+ <p>Windows clipboard format</p>
331
+ </td>
332
+ <td class="enum_member_annotations"> </td>
333
+ </tr>
334
+ <tr>
335
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-MACINTOSH-CLIPBOARD:CAPS"></a>GSF_CLIP_FORMAT_MACINTOSH_CLIPBOARD</p></td>
336
+ <td class="enum_member_description">
337
+ <p>Macintosh clipboard format</p>
338
+ </td>
339
+ <td class="enum_member_annotations"> </td>
340
+ </tr>
341
+ <tr>
342
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-GUID:CAPS"></a>GSF_CLIP_FORMAT_GUID</p></td>
343
+ <td class="enum_member_description">
344
+ <p>GUID that contains a format identifier</p>
345
+ </td>
346
+ <td class="enum_member_annotations"> </td>
347
+ </tr>
348
+ <tr>
349
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-NO-DATA:CAPS"></a>GSF_CLIP_FORMAT_NO_DATA</p></td>
350
+ <td class="enum_member_description">
351
+ <p>No clipboard data</p>
352
+ </td>
353
+ <td class="enum_member_annotations"> </td>
354
+ </tr>
355
+ <tr>
356
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-CLIPBOARD-FORMAT-NAME:CAPS"></a>GSF_CLIP_FORMAT_CLIPBOARD_FORMAT_NAME</p></td>
357
+ <td class="enum_member_description">
358
+ <p>Custom clipboard format</p>
359
+ </td>
360
+ <td class="enum_member_annotations"> </td>
361
+ </tr>
362
+ <tr>
363
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-UNKNOWN:CAPS"></a>GSF_CLIP_FORMAT_UNKNOWN</p></td>
364
+ <td class="enum_member_description">
365
+ <p>Unknown clipboard type or invalid data</p>
366
+ </td>
367
+ <td class="enum_member_annotations"> </td>
368
+ </tr>
369
+ </tbody>
370
+ </table></div>
371
+ </div>
372
+ </div>
373
+ <hr>
374
+ <div class="refsect2">
375
+ <a name="GsfClipFormatWindows"></a><h3>enum GsfClipFormatWindows</h3>
376
+ <div class="refsect3">
377
+ <a name="id-1.6.5.10.9.3.3"></a><h4>Members</h4>
378
+ <div class="informaltable"><table width="100%" border="0">
379
+ <colgroup>
380
+ <col width="300px" class="enum_members_name">
381
+ <col class="enum_members_description">
382
+ <col width="200px" class="enum_members_annotations">
383
+ </colgroup>
384
+ <tbody>
385
+ <tr>
386
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-ERROR:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_ERROR</p></td>
387
+ <td class="enum_member_description">
388
+ <p>error</p>
389
+ </td>
390
+ <td class="enum_member_annotations"> </td>
391
+ </tr>
392
+ <tr>
393
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-UNKNOWN:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_UNKNOWN</p></td>
394
+ <td class="enum_member_description">
395
+ <p>unknown</p>
396
+ </td>
397
+ <td class="enum_member_annotations"> </td>
398
+ </tr>
399
+ <tr>
400
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-METAFILE:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_METAFILE</p></td>
401
+ <td class="enum_member_description">
402
+ <p>CF_METAFILEPICT</p>
403
+ </td>
404
+ <td class="enum_member_annotations"> </td>
405
+ </tr>
406
+ <tr>
407
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-DIB:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_DIB</p></td>
408
+ <td class="enum_member_description">
409
+ <p>CF_DIB</p>
410
+ </td>
411
+ <td class="enum_member_annotations"> </td>
412
+ </tr>
413
+ <tr>
414
+ <td class="enum_member_name"><p><a name="GSF-CLIP-FORMAT-WINDOWS-ENHANCED-METAFILE:CAPS"></a>GSF_CLIP_FORMAT_WINDOWS_ENHANCED_METAFILE</p></td>
415
+ <td class="enum_member_description">
416
+ <p>CF_ENHMETAFILE</p>
417
+ </td>
418
+ <td class="enum_member_annotations"> </td>
419
+ </tr>
420
+ </tbody>
421
+ </table></div>
422
+ </div>
423
+ </div>
424
+ <hr>
425
+ <div class="refsect2">
426
+ <a name="GsfClipData-struct"></a><h3>struct GsfClipData</h3>
427
+ <pre class="programlisting">struct GsfClipData;</pre>
428
+ <p>
429
+ </p>
430
+ </div>
431
+ <hr>
432
+ <div class="refsect2">
433
+ <a name="GsfClipDataClass"></a><h3>GsfClipDataClass</h3>
434
+ <pre class="programlisting">typedef struct _GsfClipDataClass GsfClipDataClass;</pre>
435
+ <p>
436
+ </p>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ <div class="footer">
441
+ <hr>
442
+ Generated by GTK-Doc V1.20</div>
443
+ </body>
444
+ </html>