mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.3 KiB
79 lines
1.3 KiB
<!-- ##### SECTION Title ##### -->
|
|
GsfBlob
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A generic, unstructured block of binary data
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Some libgsf functions, in particular the <link
|
|
linkend="GsfDocMetaData">metadata</link> functions, can generate
|
|
unstructured blocks of data, or <firstterm>blobs</firstterm>.
|
|
Libgsf represents these blobs using a
|
|
<classname>GsfBlob</classname> object.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GsfClipData, #GsfMetadata
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GsfBlob ##### -->
|
|
<para>
|
|
Represents an unstructured block of binary data, that is, a
|
|
sequence of bytes and an integer specifying the size of the
|
|
sequence.
|
|
</para>
|
|
|
|
@object:
|
|
@priv:
|
|
|
|
<!-- ##### STRUCT GsfBlobClass ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@parent_class:
|
|
|
|
<!-- ##### FUNCTION gsf_blob_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@size:
|
|
@data_to_copy:
|
|
@error:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gsf_blob_get_size ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@blob:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gsf_blob_peek_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@blob:
|
|
@Returns:
|
|
|
|
|
|
|
|
<!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gsf-docs.sgml" "book" "refsect1")
|
|
End:
|
|
-->
|
|
|
|
|