![]() |
![]() |
![]() |
GSF Reference Manual | ![]() |
---|---|---|---|---|
GsfOutput; gboolean gsf_output_set_name_from_filename (GsfOutput *output, char const *filename);
GObject +----GsfOutput +----GsfOutfile +----GsfOutputBzip +----GsfOutputCsv +----GsfOutputGZip +----GsfOutputIconv +----GsfOutputIOChannel +----GsfOutputMemory +----GsfOutputStdio
"is-closed" gboolean : Read "name" gchararray : Read "position" gint64 : Read "size" gint64 : Read
typedef struct _GsfOutput GsfOutput;
Class representing an output stream, counterpart to GsfInput.
gboolean gsf_output_set_name_from_filename (GsfOutput *output, char const *filename);
|
the output stream |
|
the (fs-sys encoded) filename |
Returns : |
TRUE if the assignment was ok.
|