Top |
#define | LI_TYPE_REPO_ENTRY |
const gchar * | li_repo_index_kind_to_string () |
LiRepoIndexKinds | li_repo_index_kind_from_string () |
LiRepoEntry * | li_repo_entry_new () |
gboolean | li_repo_entry_parse () |
LiRepoIndexKinds | li_repo_entry_get_kinds () |
void | li_repo_entry_set_kinds () |
void | li_repo_entry_add_kind () |
gboolean | li_repo_entry_has_kind () |
const gchar * | li_repo_entry_get_url () |
void | li_repo_entry_set_url () |
const gchar * | li_repo_entry_get_id () |
const gchar * | li_repo_entry_get_cache_dir () |
const gchar * | li_repo_entry_get_appstream_fname () |
gchar ** | li_repo_entry_get_index_urls_for_arch () |
gchar * | li_repo_entry_get_metadata_url_for_arch () |
struct | LiRepoEntryClass |
#define | LIMBA_CACHE_DIR |
#define | APPSTREAM_CACHE_DIR |
enum | LiRepoIndexKinds |
LiRepoEntry |
const gchar *
li_repo_index_kind_to_string (LiRepoIndexKinds kind
);
Converts the flag value to an text representation.
LiRepoIndexKinds
li_repo_index_kind_from_string (const gchar *kind_str
);
Converts the text representation to an flag value.
gboolean li_repo_entry_parse (LiRepoEntry *re
,const gchar *repo_line
);
Read a repository source entry in the form of "common,devel,source http://example.com/repo"
const gchar *
li_repo_entry_get_appstream_fname (LiRepoEntry *re
);
gchar ** li_repo_entry_get_index_urls_for_arch (LiRepoEntry *re
,const gchar *arch
);
Get array of indices to download for the given architecture.
gchar * li_repo_entry_get_metadata_url_for_arch (LiRepoEntry *re
,const gchar *arch
);
Get AppStream metadata URL to download for the given architecture.