Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Atk::StreamableContent Class Reference

An AtkStreamableContent C++ wrapper class. More...

#include <inti/atk/streamablecontent.h>

Inheritance diagram for Inti::Atk::StreamableContent:

Inti::G::TypeInterface Inti::G::TypeInstance Inti::ReferencedBase List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

An AtkStreamableContent C++ wrapper class.

StreamableContent is an interface which provides access to streamable content.


Member Function Documentation

String Inti::Atk::StreamableContent::get_mime_type int  i  )  const
 

Gets the character string of the specified mime type.

Parameters:
i An integer representing the position of the mime type starting from 0.
Returns:
A string representing the specified mime type.

The first mime type is at position 0, the second at position 1, and so on.

int Inti::Atk::StreamableContent::get_n_mime_types  )  const
 

Gets the number of mime types supported by this object.

Returns:
an integer which is the number of mime types supported by the object.

GIOChannel* Inti::Atk::StreamableContent::get_stream const String mime_type  )  const
 

Gets the content in the specified mime type.

Parameters:
mime_type A string representing the mime type.
Returns:
A GIOChannel which contains the content in the specified mime type.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:08 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002