createrepo_c library  0.9.1
C library for metadata manipulation
cr_Repomd Struct Reference

#include <repomd.h>

Data Fields

gchar * revision
 
gchar * repoid
 
gchar * repoid_type
 
gchar * contenthash
 
gchar * contenthash_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 100 of file repomd.h.

Field Documentation

GStringChunk* chunk

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

Definition at line 111 of file repomd.h.

GSList* content_tags

List of strings

Definition at line 107 of file repomd.h.

gchar* contenthash

Content hash

Definition at line 104 of file repomd.h.

gchar* contenthash_type

Content hash type ("sha256", ...)

Definition at line 105 of file repomd.h.

GSList* distro_tags

List of cr_DistroTag*

Definition at line 108 of file repomd.h.

GSList* records

List with cr_RepomdRecords

Definition at line 109 of file repomd.h.

GSList* repo_tags

List of strings

Definition at line 106 of file repomd.h.

gchar* repoid

OBSOLETE, replaced by contenthash

Definition at line 102 of file repomd.h.

gchar* repoid_type

OBSOLETE, replaced by contenthash_type

Definition at line 103 of file repomd.h.

gchar* revision

Revison

Definition at line 101 of file repomd.h.


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