Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.1)
atkStreamableContentGetStream: atkStreamableContentGetStream
Description
Gets the content in the specified mime type.
Usage
atkStreamableContentGetStream(object, mime.type)
Arguments
object
[
AtkStreamableContent
] a GObject instance that implements AtkStreamableContentIface
mime.type
[character] a gchar* representing the mime type
Value
[GIOChannel] A
GIOChannel
which contains the content in the specified mime type.