libgsf-1
Description:
Structured File Library (GSF) is an I/O abstraction for reading/writing compound files.
Content:
Namespaces:
- Gsf
Classes:
Structs:
Enums:
Error domains:
Constants:
Delegates:
Methods:
- 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)