gsf 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf.rb +53 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,98 @@
|
|
1
|
+
/*
|
2
|
+
* gsf.h:
|
3
|
+
*
|
4
|
+
* Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org)
|
5
|
+
* Copyright (C) 2013 Morten Welinder (terra@gnome.org)
|
6
|
+
*
|
7
|
+
* This program is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation.
|
10
|
+
*
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
* GNU General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this program; if not, write to the Free Software
|
18
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
19
|
+
* USA
|
20
|
+
*/
|
21
|
+
|
22
|
+
/*
|
23
|
+
* Rules for header inclusion:
|
24
|
+
*
|
25
|
+
* 1. Applications should include gsf/gsf.h only and require libgsf 1.14.26
|
26
|
+
* Prior to 1.14.26 the practice was to include specific headers. That
|
27
|
+
* still ought to work, but is deprecated.
|
28
|
+
*
|
29
|
+
* 2. gsf/gsf-foo.c should include <gsf-config.h>, then <gsf/gsf-foo.h>,
|
30
|
+
* then <gsf/gsf.h>. No further gsf headers should be needed.
|
31
|
+
*
|
32
|
+
* 3. gsf/gsf-foo.h should include <gsf/gsf-fwd.h>. It must not include
|
33
|
+
* <gsf/gsf.h> or <gsf-config.h> (which isn't even installed). If
|
34
|
+
* a super-class is needed, include also the header for that class.
|
35
|
+
* For convenience, classes derived from Gsf{In,Out}{put,file} should
|
36
|
+
* include the relevant header too.
|
37
|
+
*
|
38
|
+
* 4. Rules 2 and 3 do not apply to headers that are not installed.
|
39
|
+
*/
|
40
|
+
|
41
|
+
#ifndef GSF_H
|
42
|
+
#define GSF_H
|
43
|
+
|
44
|
+
#include <glib.h>
|
45
|
+
|
46
|
+
#include <gsf/gsf-fwd.h>
|
47
|
+
|
48
|
+
#include <gsf/gsf-input.h>
|
49
|
+
#include <gsf/gsf-output.h>
|
50
|
+
#include <gsf/gsf-infile.h>
|
51
|
+
#include <gsf/gsf-outfile.h>
|
52
|
+
|
53
|
+
#include <gsf/gsf-impl-utils.h>
|
54
|
+
#include <gsf/gsf-input-impl.h>
|
55
|
+
#include <gsf/gsf-infile-impl.h>
|
56
|
+
#include <gsf/gsf-output-impl.h>
|
57
|
+
#include <gsf/gsf-outfile-impl.h>
|
58
|
+
|
59
|
+
#include <gsf/gsf-libxml.h>
|
60
|
+
|
61
|
+
#include <gsf/gsf-blob.h>
|
62
|
+
#include <gsf/gsf-clip-data.h>
|
63
|
+
#include <gsf/gsf-doc-meta-data.h>
|
64
|
+
#include <gsf/gsf-docprop-vector.h>
|
65
|
+
#include <gsf/gsf-infile-msole.h>
|
66
|
+
#include <gsf/gsf-infile-msvba.h>
|
67
|
+
#include <gsf/gsf-infile-stdio.h>
|
68
|
+
#include <gsf/gsf-infile-zip.h>
|
69
|
+
#include <gsf/gsf-input-bzip.h>
|
70
|
+
#include <gsf/gsf-input-gio.h>
|
71
|
+
#include <gsf/gsf-input-gzip.h>
|
72
|
+
#include <gsf/gsf-input-http.h>
|
73
|
+
#include <gsf/gsf-input-memory.h>
|
74
|
+
#include <gsf/gsf-input-proxy.h>
|
75
|
+
#include <gsf/gsf-input-stdio.h>
|
76
|
+
#include <gsf/gsf-infile-tar.h>
|
77
|
+
#include <gsf/gsf-input-textline.h>
|
78
|
+
#include <gsf/gsf-meta-names.h>
|
79
|
+
#include <gsf/gsf-msole-utils.h>
|
80
|
+
#include <gsf/gsf-opendoc-utils.h>
|
81
|
+
#include <gsf/gsf-open-pkg-utils.h>
|
82
|
+
#include <gsf/gsf-outfile-msole.h>
|
83
|
+
#include <gsf/gsf-outfile-stdio.h>
|
84
|
+
#include <gsf/gsf-outfile-zip.h>
|
85
|
+
#include <gsf/gsf-output-bzip.h>
|
86
|
+
#include <gsf/gsf-output-csv.h>
|
87
|
+
#include <gsf/gsf-output-gio.h>
|
88
|
+
#include <gsf/gsf-output-gzip.h>
|
89
|
+
#include <gsf/gsf-output-iconv.h>
|
90
|
+
#include <gsf/gsf-output-iochannel.h>
|
91
|
+
#include <gsf/gsf-output-memory.h>
|
92
|
+
#include <gsf/gsf-output-stdio.h>
|
93
|
+
#include <gsf/gsf-shared-memory.h>
|
94
|
+
#include <gsf/gsf-structured-blob.h>
|
95
|
+
#include <gsf/gsf-timestamp.h>
|
96
|
+
#include <gsf/gsf-utils.h>
|
97
|
+
|
98
|
+
#endif /* GSF_H */
|
Binary file
|
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# libgsf-1.la - a libtool library file
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1
|
3
|
+
#
|
4
|
+
# Please DO NOT delete this file!
|
5
|
+
# It is necessary for linking the library.
|
6
|
+
|
7
|
+
# The name that we can dlopen(3).
|
8
|
+
dlname='../bin/libgsf-1-114.dll'
|
9
|
+
|
10
|
+
# Names of this library.
|
11
|
+
library_names='libgsf-1.dll.a'
|
12
|
+
|
13
|
+
# The name of the static archive.
|
14
|
+
old_library='libgsf-1.a'
|
15
|
+
|
16
|
+
# Linker flags that can not go in dependency_libs.
|
17
|
+
inherited_linker_flags=' -pthread'
|
18
|
+
|
19
|
+
# Libraries that this one depends upon.
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gsf/vendor/local/lib /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 -lz'
|
21
|
+
|
22
|
+
# Names of additional weak libraries provided by this library
|
23
|
+
weak_library_names=''
|
24
|
+
|
25
|
+
# Version information for libgsf-1.
|
26
|
+
current=114
|
27
|
+
age=0
|
28
|
+
revision=39
|
29
|
+
|
30
|
+
# Is this an already installed library?
|
31
|
+
installed=yes
|
32
|
+
|
33
|
+
# Should we warn about portability when linking against -modules?
|
34
|
+
shouldnotlink=no
|
35
|
+
|
36
|
+
# Files to dlopen/dlpreopen
|
37
|
+
dlopen=''
|
38
|
+
dlpreopen=''
|
39
|
+
|
40
|
+
# Directory that this library needs to be installed in:
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/gsf/vendor/local/lib'
|
Binary file
|
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# libgsf-win32-1.la - a libtool library file
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1
|
3
|
+
#
|
4
|
+
# Please DO NOT delete this file!
|
5
|
+
# It is necessary for linking the library.
|
6
|
+
|
7
|
+
# The name that we can dlopen(3).
|
8
|
+
dlname='../bin/libgsf-win32-1-114.dll'
|
9
|
+
|
10
|
+
# Names of this library.
|
11
|
+
library_names='libgsf-win32-1.dll.a'
|
12
|
+
|
13
|
+
# The name of the static archive.
|
14
|
+
old_library='libgsf-win32-1.a'
|
15
|
+
|
16
|
+
# Linker flags that can not go in dependency_libs.
|
17
|
+
inherited_linker_flags=' -pthread'
|
18
|
+
|
19
|
+
# Libraries that this one depends upon.
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gsf/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/gsf/vendor/local/lib/libgsf-1.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 -lz'
|
21
|
+
|
22
|
+
# Names of additional weak libraries provided by this library
|
23
|
+
weak_library_names=''
|
24
|
+
|
25
|
+
# Version information for libgsf-win32-1.
|
26
|
+
current=114
|
27
|
+
age=0
|
28
|
+
revision=39
|
29
|
+
|
30
|
+
# Is this an already installed library?
|
31
|
+
installed=yes
|
32
|
+
|
33
|
+
# Should we warn about portability when linking against -modules?
|
34
|
+
shouldnotlink=no
|
35
|
+
|
36
|
+
# Files to dlopen/dlpreopen
|
37
|
+
dlopen=''
|
38
|
+
dlpreopen=''
|
39
|
+
|
40
|
+
# Directory that this library needs to be installed in:
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/gsf/vendor/local/lib'
|
@@ -0,0 +1,11 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/gsf/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include
|
5
|
+
|
6
|
+
Name: libgsf-1
|
7
|
+
Description: A library for reading and writing structured files (eg MS OLE and Zip)
|
8
|
+
Version: 1.14.39
|
9
|
+
Requires: glib-2.0 gobject-2.0 libxml-2.0
|
10
|
+
Libs: -L${libdir} -lgsf-1
|
11
|
+
Cflags: -I${includedir}/libgsf-1
|
@@ -0,0 +1,11 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/gsf/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include
|
5
|
+
|
6
|
+
Name: libgsf-gnome-1
|
7
|
+
Description: Win32 specific extensions to libgsf
|
8
|
+
Version: 1.14.39
|
9
|
+
Requires: libgsf-1
|
10
|
+
Libs: -L${libdir} -lgsf-win32-1
|
11
|
+
Cflags:
|
@@ -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: Annotation Glossary</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="index.html" title="GSF Reference Manual">
|
9
|
+
<link rel="prev" href="gsf-index.html" title="Index">
|
10
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
11
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
12
|
+
</head>
|
13
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
15
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_glossary"><a class="shortcut" href="#glsA">A</a>
|
16
|
+
<span class="dim">|</span>
|
17
|
+
<a class="shortcut" href="#glsE">E</a>
|
18
|
+
<span class="dim">|</span>
|
19
|
+
<a class="shortcut" href="#glsI">I</a>
|
20
|
+
<span class="dim">|</span>
|
21
|
+
<a class="shortcut" href="#glsS">S</a>
|
22
|
+
<span class="dim">|</span>
|
23
|
+
<a class="shortcut" href="#glsT">T</a></span></td>
|
24
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
26
|
+
<td><a accesskey="p" href="gsf-index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
+
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
28
|
+
</tr></table>
|
29
|
+
<div class="glossary">
|
30
|
+
<div class="titlepage"><div><div><h1 class="title">
|
31
|
+
<a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
|
32
|
+
<a name="glsA"></a><h3 class="title">A</h3>
|
33
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
|
34
|
+
<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
|
35
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
|
36
|
+
<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
|
37
|
+
<a name="glsE"></a><h3 class="title">E</h3>
|
38
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
|
39
|
+
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
|
40
|
+
<a name="glsI"></a><h3 class="title">I</h3>
|
41
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-in"></a>in</span></dt>
|
42
|
+
<dd class="glossdef"><p>Parameter for input. Default is <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>.</p></dd>
|
43
|
+
<a name="glsS"></a><h3 class="title">S</h3>
|
44
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20call"></a>scope call</span></dt>
|
45
|
+
<dd class="glossdef"><p>The callback is valid only during the call to the method.</p></dd>
|
46
|
+
<a name="glsT"></a><h3 class="title">T</h3>
|
47
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
|
48
|
+
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
|
49
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
|
50
|
+
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
51
|
+
</div>
|
52
|
+
<div class="footer">
|
53
|
+
<hr>
|
54
|
+
Generated by GTK-Doc V1.20</div>
|
55
|
+
</body>
|
56
|
+
</html>
|
@@ -0,0 +1,107 @@
|
|
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: Part V. API Reference</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="index.html" title="GSF Reference Manual">
|
9
|
+
<link rel="prev" href="gsf-users.html" title="Part IV. Projects using GSF">
|
10
|
+
<link rel="next" href="io.html" title="Basic Input/Output">
|
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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="gsf-users.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="io.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="part">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api"></a>Part V. API Reference</h1></div></div></div>
|
25
|
+
<div class="partintro">
|
26
|
+
<div></div>
|
27
|
+
<p>
|
28
|
+
The core of GSF's API deals with basic I/O, an abstraction layer that
|
29
|
+
provides a uniform interface to several mechanisms that provide streams of
|
30
|
+
data and a set of parsers for various structured types of data streams.
|
31
|
+
</p>
|
32
|
+
<div class="toc">
|
33
|
+
<p><b>Table of Contents</b></p>
|
34
|
+
<dl class="toc">
|
35
|
+
<dt><span class="chapter"><a href="io.html">Basic Input/Output</a></span></dt>
|
36
|
+
<dd><dl>
|
37
|
+
<dt>
|
38
|
+
<span class="refentrytitle"><a href="gsf-Input-from-unstructured-files.html">Input from unstructured files</a></span><span class="refpurpose"></span>
|
39
|
+
</dt>
|
40
|
+
<dt>
|
41
|
+
<span class="refentrytitle"><a href="gsf-Output-to-unstructured-files.html">Output to unstructured files</a></span><span class="refpurpose"></span>
|
42
|
+
</dt>
|
43
|
+
</dl></dd>
|
44
|
+
<dt><span class="chapter"><a href="sources.html">Stream Sources</a></span></dt>
|
45
|
+
<dd><dl>
|
46
|
+
<dt>
|
47
|
+
<span class="refentrytitle"><a href="gsf-Infile-reading-structed-files.html">Infile reading structed files</a></span><span class="refpurpose"></span>
|
48
|
+
</dt>
|
49
|
+
<dt>
|
50
|
+
<span class="refentrytitle"><a href="gsf-Outfile-writing-structed-files.html">Outfile writing structed files</a></span><span class="refpurpose"></span>
|
51
|
+
</dt>
|
52
|
+
<dt>
|
53
|
+
<span class="refentrytitle"><a href="gsf-Reading-and-Writing-from-local-files-and-directories.html">Reading and Writing from local files and directories</a></span><span class="refpurpose"></span>
|
54
|
+
</dt>
|
55
|
+
<dt>
|
56
|
+
<span class="refentrytitle"><a href="gsf-memory.html">memory</a></span><span class="refpurpose"></span>
|
57
|
+
</dt>
|
58
|
+
<dt>
|
59
|
+
<span class="refentrytitle"><a href="gsf-GIOChannel.html">GIOChannel</a></span><span class="refpurpose"></span>
|
60
|
+
</dt>
|
61
|
+
<dt>
|
62
|
+
<span class="refentrytitle"><a href="gsf-GIO.html">GIO</a></span><span class="refpurpose"></span>
|
63
|
+
</dt>
|
64
|
+
</dl></dd>
|
65
|
+
<dt><span class="chapter"><a href="parsers.html">Stream Parsers</a></span></dt>
|
66
|
+
<dd><dl>
|
67
|
+
<dt>
|
68
|
+
<span class="refentrytitle"><a href="gsf-Text.html">Text</a></span><span class="refpurpose"></span>
|
69
|
+
</dt>
|
70
|
+
<dt>
|
71
|
+
<span class="refentrytitle"><a href="gsf-XML-and-libxml.html">XML and libxml</a></span><span class="refpurpose"></span>
|
72
|
+
</dt>
|
73
|
+
<dt>
|
74
|
+
<span class="refentrytitle"><a href="gsf-Zip.html">Zip files</a></span><span class="refpurpose"> — Utilities for reading and writing ZIP/JAR files</span>
|
75
|
+
</dt>
|
76
|
+
<dt>
|
77
|
+
<span class="refentrytitle"><a href="gsf-Compression.html">Compression</a></span><span class="refpurpose"></span>
|
78
|
+
</dt>
|
79
|
+
<dt>
|
80
|
+
<span class="refentrytitle"><a href="gsf-MS-OLE2.html">MS OLE2</a></span><span class="refpurpose"></span>
|
81
|
+
</dt>
|
82
|
+
<dt>
|
83
|
+
<span class="refentrytitle"><a href="gsf-metadata.html">metadata</a></span><span class="refpurpose"></span>
|
84
|
+
</dt>
|
85
|
+
<dt>
|
86
|
+
<span class="refentrytitle"><a href="gsf-OASIS-Open-Document.html">OASIS Open Document</a></span><span class="refpurpose"></span>
|
87
|
+
</dt>
|
88
|
+
<dt>
|
89
|
+
<span class="refentrytitle"><a href="gsf-blobs.html">GsfBlob</a></span><span class="refpurpose"></span>
|
90
|
+
</dt>
|
91
|
+
<dt>
|
92
|
+
<span class="refentrytitle"><a href="gsf-clip-data.html">GsfClipData</a></span><span class="refpurpose"></span>
|
93
|
+
</dt>
|
94
|
+
</dl></dd>
|
95
|
+
<dt><span class="chapter"><a href="misc.html">Miscellaneous</a></span></dt>
|
96
|
+
<dd><dl><dt>
|
97
|
+
<span class="refentrytitle"><a href="gsf-utils.html">utils</a></span><span class="refpurpose"></span>
|
98
|
+
</dt></dl></dd>
|
99
|
+
</dl>
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
</div>
|
103
|
+
<div class="footer">
|
104
|
+
<hr>
|
105
|
+
Generated by GTK-Doc V1.20</div>
|
106
|
+
</body>
|
107
|
+
</html>
|
@@ -0,0 +1,109 @@
|
|
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: Part III. GSF: Dependencies</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="index.html" title="GSF Reference Manual">
|
9
|
+
<link rel="prev" href="history.html" title="Part II. GSF: History">
|
10
|
+
<link rel="next" href="gsf-users.html" title="Part IV. Projects using GSF">
|
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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="history.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gsf-users.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="part">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="dependencies"></a>Part III. GSF: Dependencies</h1></div></div></div>
|
25
|
+
<p>
|
26
|
+
GSF depends on the following libraries:
|
27
|
+
</p>
|
28
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
29
|
+
<colgroup>
|
30
|
+
<col align="left" valign="top">
|
31
|
+
<col>
|
32
|
+
</colgroup>
|
33
|
+
<tbody>
|
34
|
+
<tr>
|
35
|
+
<td><p><span class="term">GLib</span></p></td>
|
36
|
+
<td><p>
|
37
|
+
A general-purpose utility library, not specific to graphical user interfaces.
|
38
|
+
GLib provides many useful data types, macros, type conversions,
|
39
|
+
string utilities, file utilities, a main loop abstraction, and so on.
|
40
|
+
</p></td>
|
41
|
+
</tr>
|
42
|
+
<tr>
|
43
|
+
<td><p><span class="term">Libxml2</span></p></td>
|
44
|
+
<td><p>
|
45
|
+
A library that provides a parser and toolkit for XML, the <a class="ulink" href="http://en.wikipedia.org/wiki/XML" target="_top">Extensible Markup Language</a>.
|
46
|
+
XML is a metalanguage used to define markup languages (text languages where
|
47
|
+
structure and semantics are added to the content using extra "markup"
|
48
|
+
information).
|
49
|
+
</p></td>
|
50
|
+
</tr>
|
51
|
+
</tbody>
|
52
|
+
</table></div>
|
53
|
+
<p>
|
54
|
+
|
55
|
+
The core GSF library can be built to also utilize the following libraries:
|
56
|
+
</p>
|
57
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
58
|
+
<colgroup>
|
59
|
+
<col align="left" valign="top">
|
60
|
+
<col>
|
61
|
+
</colgroup>
|
62
|
+
<tbody>
|
63
|
+
<tr>
|
64
|
+
<td><p><span class="term"><a class="ulink" href="http://en.wikipedia.org/wiki/Zlib" target="_top">zlib</a></span></p></td>
|
65
|
+
<td><p>
|
66
|
+
A data
|
67
|
+
compression library that implements the DEFLATE algorithm used in gzip.
|
68
|
+
</p></td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td><p><span class="term"><a class="ulink" href="http://en.wikipedia.org/wiki/Bzip2" target="_top">libbz2</a></span></p></td>
|
72
|
+
<td><p>
|
73
|
+
A data compression library that implements the algorithm used in bzip2.
|
74
|
+
</p></td>
|
75
|
+
</tr>
|
76
|
+
</tbody>
|
77
|
+
</table></div>
|
78
|
+
<p>
|
79
|
+
|
80
|
+
A separate GSF library can be built that offers additional functionality for
|
81
|
+
use in the GNOME desktop environment. That library has the following
|
82
|
+
additional requirements:
|
83
|
+
</p>
|
84
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
85
|
+
<colgroup>
|
86
|
+
<col align="left" valign="top">
|
87
|
+
<col>
|
88
|
+
</colgroup>
|
89
|
+
<tbody><tr>
|
90
|
+
<td><p><span class="term">gio-2.0</span></p></td>
|
91
|
+
<td><p>
|
92
|
+
<a class="ulink" href="http://library.gnome.org/devel/gio/2.16/ch01.html" target="_top">GIO</a>
|
93
|
+
is striving to provide a modern, easy-to-use VFS API that sits at the right
|
94
|
+
level in the library stack. The goal is to overcome the shortcomings of
|
95
|
+
GnomeVFS and provide an API that is so good that developers prefer it over
|
96
|
+
raw POSIX calls. Among other things that means using GObject. It also means
|
97
|
+
not cloning the POSIX API, but providing higher-level, document-centric interfaces.
|
98
|
+
</p></td>
|
99
|
+
</tr></tbody>
|
100
|
+
</table></div>
|
101
|
+
<p>
|
102
|
+
|
103
|
+
</p>
|
104
|
+
</div>
|
105
|
+
<div class="footer">
|
106
|
+
<hr>
|
107
|
+
Generated by GTK-Doc V1.20</div>
|
108
|
+
</body>
|
109
|
+
</html>
|