ZifMdOtherSql

ZifMdOtherSql — Other metadata

Synopsis

struct              ZifMdOtherSql;
struct              ZifMdOtherSqlClass;
ZifMd *             zif_md_other_sql_new                (void);
                    ZifMdOtherSqlPrivate;

Description

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

Details

struct ZifMdOtherSql

struct ZifMdOtherSql {
	ZifMd				 parent;
	ZifMdOtherSqlPrivate		*priv;
};


struct ZifMdOtherSqlClass

struct ZifMdOtherSqlClass {
	ZifMdClass			 parent_class;
};


zif_md_other_sql_new ()

ZifMd *             zif_md_other_sql_new                (void);

Returns :

A new ZifMdOtherSql instance.

Since 0.1.0


ZifMdOtherSqlPrivate

typedef struct _ZifMdOtherSqlPrivate ZifMdOtherSqlPrivate;

Private ZifMdOtherSql data