ZIF Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct ZifMdUpdateinfo; struct ZifMdUpdateinfoClass; ZifMd * zif_md_updateinfo_new (void
); GPtrArray * zif_md_updateinfo_get_detail (ZifMdUpdateinfo *md
,ZifState *state
,GError **error
); GPtrArray * zif_md_updateinfo_get_detail_for_package (ZifMdUpdateinfo *md
,const gchar *package_id
,ZifState *state
,GError **error
);
struct ZifMdUpdateinfoClass { ZifMdClass parent_class; /* Padding for future expansion */ void (*_zif_reserved1) (void); void (*_zif_reserved2) (void); void (*_zif_reserved3) (void); void (*_zif_reserved4) (void); };
ZifMd * zif_md_updateinfo_new (void
);
Returns : |
A new ZifMdUpdateinfo instance. |
Since 0.1.0
GPtrArray * zif_md_updateinfo_get_detail (ZifMdUpdateinfo *md
,ZifState *state
,GError **error
);
Gets all the available update data.
|
A ZifMdUpdateinfo |
|
A ZifState
|
|
A GError, or NULL
|
Returns : |
GPtrArray of ZifUpdate's. [element-type ZifUpdate][transfer container] |
Since 0.1.0
GPtrArray * zif_md_updateinfo_get_detail_for_package (ZifMdUpdateinfo *md
,const gchar *package_id
,ZifState *state
,GError **error
);
Gets the list of update details for the package_id.
|
A ZifMdUpdateinfo |
|
The package ID to use |
|
A ZifState
|
|
A GError, or NULL
|
Returns : |
GPtrArray of ZifUpdate's. [element-type ZifUpdate][transfer container] |
Since 0.1.0