Virtual Method
AtkStreamableContentget_stream
Declaration [src]
GIOChannel*
get_stream (
AtkStreamableContent* streamable,
const gchar* mime_type
)
Parameters
mime_type
-
Type:
const gchar*
A gchar* representing the mime type.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GIOChannel
A GIOChannel
which contains the content in the
specified mime type.
The caller of the function takes ownership of the data, and is responsible for freeing it. |