|  |  |  | GSF Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
                    GsfInputBonobo;
GsfInput *          gsf_input_bonobo_new                (Bonobo_Stream const stream,
                                                         GError **err);
                    GsfOutputBonobo;
GsfOutput *         gsf_output_bonobo_new               (Bonobo_Stream const stream,
                                                         GError **err);
                    GsfSharedBonoboStream;
GsfSharedBonoboStream * gsf_shared_bonobo_stream_new    (Bonobo_Stream stream);
GsfInput * gsf_input_bonobo_new (Bonobo_Stream const stream, GError **err);
| 
 | |
| 
 | |
| Returns : | 
GsfOutput * gsf_output_bonobo_new (Bonobo_Stream const stream, GError **err);
| 
 | |
| 
 | |
| Returns : | 
typedef struct {
	GObject g_object;
	Bonobo_Stream stream;
	CORBA_long pos;
} GsfSharedBonoboStream;
GsfSharedBonoboStream * gsf_shared_bonobo_stream_new (Bonobo_Stream stream);
| 
 | |
| Returns : |