Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkStreamableContent |
Interface : | StreamableContent |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Atk.StreamableContent | ||
get_n_mime_types
()
:
Number
Gets the number of mime types supported by this object.
Gets the number of mime types supported by this object.
|
Atk.StreamableContent | |
get_stream
(String mime_type)
:
GLib.IOChannel
Gets the content in the specified mime type.
Gets the content in the specified mime type. type.
|
Atk.StreamableContent | |
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.
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. Note that it is possible for get_uri to return NULL but for get_stream to work nonetheless, since not all GIOChannels connect to URIs. can be constructed.
|
Atk.StreamableContent |
None |