flatpak-related-ref-private
FlatpakRelatedRef * flatpak_related_ref_new (const char *full_ref, const char *commit, char **subpaths, gboolean download, gboolean delete);
const char *full_ref
const char *commit
char **subpaths
gboolean download
gboolean delete
Creates a new FlatpakRelatedRef object.
full_ref
a full ref to refer to
commit
a commit ID to refer to.
subpaths
a nul-terminated array of subpaths.
download
whether to auto-download the ref with the main ref
delete
whether to auto-delete the ref with the main ref
a new ref