StreamableContentT.getStream

Gets the content in the specified mime type.

template StreamableContentT(TStruct)
IOChannel
getStream
(
string mimeType
)

Parameters

mimeType string

a gchar* representing the mime type

Return Value

Type: IOChannel

A #GIOChannel which contains the content in the specified mime type.

Meta