| Top |
| IpatchSLIWriter * | ipatch_sli_writer_new () |
| void | ipatch_sli_writer_set_patch () |
| void | ipatch_sli_writer_set_file_handle () |
| gboolean | ipatch_sli_writer_save () |
| IpatchList * | ipatch_sli_writer_create_stores () |
IpatchSLIWriter * ipatch_sli_writer_new (IpatchFileHandle *handle,IpatchSLI *sli);
Create a new SLI file writer.
void ipatch_sli_writer_set_patch (IpatchSLIWriter *writer,IpatchSLI *sli);
Set the SLI patch object to save with a SLI writer.
void ipatch_sli_writer_set_file_handle (IpatchSLIWriter *writer,IpatchFileHandle *handle);
Set the SLI file handle of an SLI writer.
gboolean ipatch_sli_writer_save (IpatchSLIWriter *writer,GError **err);
Write an SLI object to a file.
IpatchList *
ipatch_sli_writer_create_stores (IpatchSLIWriter *writer);
Create sample stores and add them to applicable IpatchSampleData objects and return object list. This function can be called multiple times, additional calls will return the same list.