libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 32f281a5d1ad6770e6dbffc3141d90cac6dcef34
parent 0a518c2c2e33192c04fc3471a87665973ba2d9f7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Dec 2009 18:12:11 +0000

missing

Diffstat:
Mdoc/version.texi | 2+-
Msrc/include/extractor.h | 5++++-
Msrc/main/extractor.c | 9++++++++-
3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/version.texi b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 1 October 2009 +@set UPDATED 22 October 2009 @set UPDATED-MONTH October 2009 @set EDITION 0.6.0 @set VERSION 0.6.0 diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -179,9 +179,13 @@ enum EXTRACTOR_MetaType EXTRACTOR_METATYPE_MODIFIED_BY_SOFTWARE = 64, EXTRACTOR_METATYPE_REVISION_HISTORY = 65, + EXTRACTOR_METATYPE_EMBEDDED_FILE_SIZE = 66, + EXTRACTOR_METATYPE_FINDER_FILE_TYPE = 67, + EXTRACTOR_METATYPE_FINDER_FILE_CREATOR = 68, /* FIXME... */ /* software package specifics (deb, rpm, tgz) */ + EXTRACTOR_METATYPE_PACKAGER = 45, EXTRACTOR_METATYPE_VENDOR = 46, EXTRACTOR_METATYPE_LICENSE = 47, @@ -263,7 +267,6 @@ enum EXTRACTOR_MetaType EXTRACTOR_METATYPE_PRODUCTVERSION = 90, EXTRACTOR_METATYPE_DISCLAIMER = 27, - EXTRACTOR_METATYPE_FILE_SIZE = 131, EXTRACTOR_METATYPE_FULL_DATA = 137, EXTRACTOR_METATYPE_VERSIONNUMBER = 14, diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -220,7 +220,14 @@ static const struct MetaTypeDescription meta_type_descriptions[] = { /* 65 */ { gettext_noop ("revision history"), gettext_noop ("information about the revision history") }, - + { gettext_noop ("embedded file size"), + gettext_noop ("size of the contents of the container as embedded in the file") }, + { gettext_noop ("file type"), + gettext_noop ("standard Macintosh Finder file type information") }, + { gettext_noop ("creator"), + gettext_noop ("standard Macintosh Finder file creator information") }, + + #if 0 gettext_noop("author"),