![]() |
![]() |
![]() |
ZIF Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct ZifMdMetalink; struct ZifMdMetalinkClass; ZifMd * zif_md_metalink_new (void
); GPtrArray * zif_md_metalink_get_uris (ZifMdMetalink *md
,guint threshold
,ZifState *state
,GError **error
); ZifMdMetalinkPrivate;
ZifMd * zif_md_metalink_new (void
);
Returns : |
A new ZifMdMetalink instance. |
Since 0.1.0
GPtrArray * zif_md_metalink_get_uris (ZifMdMetalink *md
,guint threshold
,ZifState *state
,GError **error
);
Finds all mirrors we should use.
|
A ZifMdMetalink |
|
A threshold in percent |
|
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
typedef struct _ZifMdMetalinkPrivate ZifMdMetalinkPrivate;
Private ZifMdMetalink data