![]() |
![]() |
![]() |
ZIF Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct ZifMdMirrorlist; ZifMdMirrorlistPrivate; struct ZifMdMirrorlistClass; ZifMd * zif_md_mirrorlist_new (void
); GPtrArray * zif_md_mirrorlist_get_uris (ZifMdMirrorlist *md
,ZifState *state
,GError **error
);
typedef struct _ZifMdMirrorlistPrivate ZifMdMirrorlistPrivate;
Private ZifMdMirrorlist data
ZifMd * zif_md_mirrorlist_new (void
);
Returns : |
A new ZifMdMirrorlist instance. |
Since 0.1.0
GPtrArray * zif_md_mirrorlist_get_uris (ZifMdMirrorlist *md
,ZifState *state
,GError **error
);
Finds all mirrors we should use.
|
A ZifMdMirrorlist |
|
A ZifState to use for progress reporting |
|
A GError, or NULL
|
Returns : |
The URIs as an array of strings. The returned array should be freed with g_ptr_array_unref() when no longer needed. |
Since 0.1.0