createrepo_c library  0.2.1
C library for metadata manipulation
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
cr_Repomd Struct Reference

#include <repomd.h>

Data Fields

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

Detailed Description

Internal representation of cr_Repomd object

Definition at line 99 of file repomd.h.

Field Documentation

GStringChunk* chunk

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

Definition at line 108 of file repomd.h.

GSList* content_tags

List of strings

Definition at line 104 of file repomd.h.

GSList* distro_tags

List of cr_DistroTag*

Definition at line 105 of file repomd.h.

GSList* records

List with cr_RepomdRecords

Definition at line 106 of file repomd.h.

GSList* repo_tags

List of strings

Definition at line 103 of file repomd.h.

gchar* repoid

RepoId

Definition at line 101 of file repomd.h.

gchar* repoid_type

RepoId type ("sha256", ...)

Definition at line 102 of file repomd.h.

gchar* revision

Revison

Definition at line 100 of file repomd.h.


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