lib/remote: Add internal annotations to OstreeRemote
Just for internal documentation; g-ir-scanner doesn’t read or understand them. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #875 Approved by: cgwalters
This commit is contained in:
parent
d2eaded90d
commit
2910b88081
|
|
@ -38,9 +38,9 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
struct OstreeRemote {
|
struct OstreeRemote {
|
||||||
volatile int ref_count;
|
volatile int ref_count;
|
||||||
char *name;
|
char *name; /* (not nullable) */
|
||||||
char *group; /* group name in options */
|
char *group; /* group name in options (not nullable) */
|
||||||
char *keyring; /* keyring name (NAME.trustedkeys.gpg) */
|
char *keyring; /* keyring name (NAME.trustedkeys.gpg) (not nullable) */
|
||||||
GFile *file; /* NULL if remote defined in repo/config */
|
GFile *file; /* NULL if remote defined in repo/config */
|
||||||
GKeyFile *options;
|
GKeyFile *options;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue