StreamableContentIfaceProxy

Proxy object for Atk.StreamableContent interface when a GObject has no applicable D binding

class StreamableContentIfaceProxy : IfaceProxy , StreamableContent {}

Mixed In Members

From mixin StreamableContentT!()

getMimeType
string getMimeType(int i)

Gets the character string of the specified mime type. The first mime type is at position 0, the second at position 1, and so on.

getNMimeTypes
int getNMimeTypes()

Gets the number of mime types supported by this object.

getStream
glib.iochannel.IOChannel getStream(string mimeType)

Gets the content in the specified mime type.

getUri
string getUri(string mimeType)

Get a string representing a URI in IETF standard format (see http://www.ietf.org/rfc/rfc2396.txt) from which the object's content may be streamed in the specified mime-type, if one is available. If mime_type is NULL, the URI for the default (and possibly only) mime-type is returned.

Inherited Members

From StreamableContent

getMimeType
string getMimeType(int i)

Gets the character string of the specified mime type. The first mime type is at position 0, the second at position 1, and so on.

getNMimeTypes
int getNMimeTypes()

Gets the number of mime types supported by this object.

getStream
glib.iochannel.IOChannel getStream(string mimeType)

Gets the content in the specified mime type.

getUri
string getUri(string mimeType)

Get a string representing a URI in IETF standard format (see http://www.ietf.org/rfc/rfc2396.txt) from which the object's content may be streamed in the specified mime-type, if one is available. If mime_type is NULL, the URI for the default (and possibly only) mime-type is returned.