ZifMdPrimarySql

ZifMdPrimarySql — Primary metadata

Synopsis

struct              ZifMdPrimarySql;
struct              ZifMdPrimarySqlClass;
ZifMd *             zif_md_primary_sql_new              (void);
                    ZifMdPrimarySqlPrivate;

Object Hierarchy

  GObject
   +----ZifMd
         +----ZifMdPrimarySql

Description

Provide access to the primary repo metadata. This object is a subclass of ZifMd

Details

struct ZifMdPrimarySql

struct ZifMdPrimarySql;


struct ZifMdPrimarySqlClass

struct ZifMdPrimarySqlClass {
	ZifMdClass			 parent_class;
};


zif_md_primary_sql_new ()

ZifMd *             zif_md_primary_sql_new              (void);

Returns :

A new ZifMdPrimarySql instance.

Since 0.1.0


ZifMdPrimarySqlPrivate

typedef struct _ZifMdPrimarySqlPrivate ZifMdPrimarySqlPrivate;

Private ZifMdPrimarySql data