Gsf
Description:
Content:
Classes:
- Blob
- ClipData
- DocMetaData
- DocProp
- DocPropVector
- Infile
- InfileMSOle
- InfileMSVBA
- InfileStdio
- InfileTar
- InfileZip
- Input
- InputGZip
- InputGio
- InputHTTP
- InputMemory
- InputProxy
- InputStdio
- InputTextline
- MSOleSortingKey
- ODFOut
- OpenPkgRel
- OpenPkgRels
- Outfile
- OutfileMSOle
- OutfileOpenPkg
- OutfileStdio
- OutfileZip
- Output
- OutputBzip
- OutputCsv
- OutputGZip
- OutputGio
- OutputIOChannel
- OutputIconv
- OutputMemory
- OutputStdio
- SharedMemory
- StructuredBlob
- Timestamp
- XMLBlob
- XMLIn
- XMLInDoc
- XMLInNS
- XMLInNode
- XMLOut
Structs:
Enums:
Error domains:
Constants:
- public const string META_NAME_BYTE_COUNT
- public const string META_NAME_CASE_SENSITIVE
- public const string META_NAME_CATEGORY
- public const string META_NAME_CELL_COUNT
- public const string META_NAME_CHARACTER_COUNT
- public const string META_NAME_CODEPAGE
- public const string META_NAME_COMPANY
- public const string META_NAME_CREATOR
- public const string META_NAME_DATE_CREATED
- public const string META_NAME_DATE_MODIFIED
- public const string META_NAME_DESCRIPTION
- public const string META_NAME_DICTIONARY
- public const string META_NAME_DOCUMENT_PARTS
- public const string META_NAME_EDITING_DURATION
- public const string META_NAME_GENERATOR
- public const string META_NAME_HEADING_PAIRS
- public const string META_NAME_HIDDEN_SLIDE_COUNT
- public const string META_NAME_IMAGE_COUNT
- public const string META_NAME_INITIAL_CREATOR
- public const string META_NAME_KEYWORD
- public const string META_NAME_KEYWORDS
- public const string META_NAME_LANGUAGE
- public const string META_NAME_LAST_PRINTED
- public const string META_NAME_LAST_SAVED_BY
- public const string META_NAME_LINE_COUNT
- public const string META_NAME_LINKS_DIRTY
- public const string META_NAME_LOCALE_SYSTEM_DEFAULT
- public const string META_NAME_MANAGER
- public const string META_NAME_MM_CLIP_COUNT
- public const string META_NAME_MSOLE_UNKNOWN_17
- public const string META_NAME_MSOLE_UNKNOWN_18
- public const string META_NAME_MSOLE_UNKNOWN_19
- public const string META_NAME_MSOLE_UNKNOWN_20
- public const string META_NAME_MSOLE_UNKNOWN_21
- public const string META_NAME_MSOLE_UNKNOWN_22
- public const string META_NAME_MSOLE_UNKNOWN_23
- public const string META_NAME_NOTE_COUNT
- public const string META_NAME_OBJECT_COUNT
- public const string META_NAME_PAGE_COUNT
- public const string META_NAME_PARAGRAPH_COUNT
- public const string META_NAME_PRESENTATION_FORMAT
- public const string META_NAME_PRINTED_BY
- public const string META_NAME_PRINT_DATE
- public const string META_NAME_REVISION_COUNT
- public const string META_NAME_SCALE
- public const string META_NAME_SECURITY
- public const string META_NAME_SLIDE_COUNT
- public const string META_NAME_SPREADSHEET_COUNT
- public const string META_NAME_SUBJECT
- public const string META_NAME_TABLE_COUNT
- public const string META_NAME_TEMPLATE
- public const string META_NAME_THUMBNAIL
- public const string META_NAME_TITLE
- public const string META_NAME_WORD_COUNT
Delegates:
- public delegate void OpenPkgIter (Input opkg, OpenPkgRel rel)
- public delegate void XMLInExtDtor (XMLIn xin, void* old_state)
- public delegate bool XMLInUnknownFunc (XMLIn xin, string elem, string[] attrs)
- public delegate bool XMLProbeFunc (string name, string prefix, string URI, string[] namespaces, int nb_defaulted, string[] attributes)
Functions:
- public size_t base64_decode_simple (uint8[] data, size_t len)
- public size_t base64_decode_step (uint8[] @in, size_t len, uint8[] @out, ref int state, ref uint save)
- public size_t base64_encode_close (uint8[] @in, bool break_lines, uint8[] @out, ref int state, ref uint save)
- public uint8 base64_encode_simple (uint8[] data, size_t len)
- public size_t base64_encode_step (uint8[] @in, size_t len, bool break_lines, uint8[] @out, ref int state, ref uint save)
- public bool debug_flag (string flag)
- public void doc_meta_dump (DocMetaData meta)
- public unowned string extension_pointer (string path)
- public string filename_to_utf8 (string filename, bool quoted)
- public void init ()
- public void init_dynamic (TypeModule module)
- public double le_get_double (void* p)
- public float le_get_float (void* p)
- public uint64 le_get_guint64 (void* p)
- public void le_set_double (void* p, double d)
- public void le_set_float (void* p, float f)
- public void mem_dump (uint8[] ptr)
- public uint msole_codepage_to_lid (int codepage)
- public int msole_iconv_win_codepage ()
- public ByteArray msole_inflate (Input input, off_t offset)
- public unowned string msole_language_for_lid (uint lid)
- public uint msole_lid_for_language (string? lang)
- public int msole_lid_to_codepage (uint lid)
- public string msole_lid_to_codepage_str (uint lid)
- public unowned XMLInNS odf_get_ns ()
- public short odf_get_version ()
- public unowned string odf_get_version_string ()
- public int open_pkg_error_id ()
- public void open_pkg_foreach_rel (Input opkg, OpenPkgIter func)
- public Input open_pkg_open_rel (Input opkg, OpenPkgRel rel) throws Error
- public Input open_pkg_open_rel_by_id (Input opkg, string id) throws Error
- public Input open_pkg_open_rel_by_type (Input opkg, string type) throws Error
- public Error open_pkg_parse_rel_by_id (XMLIn xin, string id, XMLInNode dtd, XMLInNS ns)
- public unowned Parameter? property_settings_find (string name, Parameter[] @params)
- public void property_settings_free (owned Parameter[] @params)
- public void shutdown ()
- public void shutdown_dynamic (TypeModule module)
- public unowned Array<Value?>? value_get_docprop_array (Value value)
- public ValueArray value_get_docprop_varray (Value value)
- public unowned DocPropVector value_get_docprop_vector (Value value)
- public uint8[] vba_inflate (Input input, off_t offset, bool add_null_terminator)
- public int xmlDocFormatDump (Output output, Doc cur, string? encoding, bool format)
- public bool xml_gvalue_from_str (Value res, Type t, string str)
- public bool xml_probe (Input input, XMLProbeFunc func)