Packages
libepc-1.0
Epc
Contents
stream_new
Contents
Contents.dup
get_data
get_mime_type
is_stream
stream_read
Contents
Object Hierarchy:
Epc.Contents
Epc.Contents
Epc.Contents
Description:
[
CCode
( ref_function =
"epc_contents_ref"
, unref_function =
"epc_contents_unref"
) ]
[
Compact
]
public
class
Contents
Namespace:
Epc
Package:
libepc-1.0
Content:
Static methods:
public
static
unowned
Contents
stream_new
(
string
type,
ContentsReadFunc
callback,
DestroyNotify
destroy_data)
Creation methods:
public
Contents
(
string
type,
void
* data,
ssize_t
length,
DestroyNotify
destroy_data)
public
Contents.dup
(
string
type,
void
* data,
ssize_t
length)
Methods:
public
void
*
get_data
(
size_t
length)
public
unowned
string
get_mime_type
()
public
bool
is_stream
()
public
void
*
stream_read
(
size_t
length)