IpatchCramFile

IpatchCramFile — CRAM file object.

Synopsis




                    IpatchCramFile;
                    IpatchCramFileClass;
IpatchCramFile*     ipatch_cram_file_new                (void);

Object Hierarchy


  GObject
   +----IpatchItem
         +----IpatchFile
               +----IpatchCramFile

Description

An IpatchFile derived type for a CRAM file.

Details

IpatchCramFile

typedef struct _IpatchCramFile IpatchCramFile;


IpatchCramFileClass

typedef struct {
  IpatchFileClass parent_class;
} IpatchCramFileClass;


ipatch_cram_file_new ()

IpatchCramFile*     ipatch_cram_file_new                (void);

Create a new Cram file object.

Returns : New Cram file object (derived from IpatchFile) with a reference count of 1. Caller owns the reference and removing it will destroy the item.

See Also

IpatchFile