createrepo_c library 1.1.4
C library for metadata manipulation
Loading...
Searching...
No Matches
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 103 of file repomd.h.

Field Documentation

◆ chunk

GStringChunk* chunk

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

Definition at line 114 of file repomd.h.

◆ content_tags

GSList* content_tags

List of strings

Definition at line 110 of file repomd.h.

◆ contenthash

gchar* contenthash

Content hash

Definition at line 107 of file repomd.h.

◆ contenthash_type

gchar* contenthash_type

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

Definition at line 108 of file repomd.h.

◆ distro_tags

GSList* distro_tags

List of cr_DistroTag*

Definition at line 111 of file repomd.h.

◆ records

GSList* records

List with cr_RepomdRecords

Definition at line 112 of file repomd.h.

◆ repo_tags

GSList* repo_tags

List of strings

Definition at line 109 of file repomd.h.

◆ repoid

gchar* repoid

OBSOLETE, replaced by contenthash

Definition at line 105 of file repomd.h.

◆ repoid_type

gchar* repoid_type

OBSOLETE, replaced by contenthash_type

Definition at line 106 of file repomd.h.

◆ revision

gchar* revision

Revison

Definition at line 104 of file repomd.h.


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