Librepo library  1.7.13
C library for downloading linux repository metadata and packages
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
LrYumRepoMd Struct Reference

#include <repomd.h>

Data Fields

char * revision
 
char * repoid
 
char * repoid_type
 
GSList * repo_tags
 
GSList * content_tags
 
GSList * distro_tags
 
GSList * records
 
GStringChunk * chunk
 

Detailed Description

Yum repomd.xml.

Definition at line 60 of file repomd.h.

Field Documentation

GStringChunk* chunk

String chunk for repomd strings (Note: LrYumRepomdRecord strings are stored in LrYumRepomdRecord->chunk)

Definition at line 69 of file repomd.h.

GSList* content_tags

List of strings

Definition at line 65 of file repomd.h.

GSList* distro_tags

List of LrYumDistroTag*

Definition at line 66 of file repomd.h.

GSList* records

List with LrYumRepoMdRecords

Definition at line 67 of file repomd.h.

GSList* repo_tags

List of strings

Definition at line 64 of file repomd.h.

char* repoid

RepoId

Definition at line 62 of file repomd.h.

char* repoid_type

RepoId type ("sha256", ...)

Definition at line 63 of file repomd.h.

char* revision

Revision string

Definition at line 61 of file repomd.h.


The documentation for this struct was generated from the following file: