ostree-repo-file
ostree-repo-file
|
|
Synopsis
typedef OstreeRepoFile;
gboolean ostree_repo_file_ensure_resolved (OstreeRepoFile *self,
GError **error);
gboolean ostree_repo_file_get_xattrs (OstreeRepoFile *self,
GVariant **out_xattrs,
GCancellable *cancellable,
GError **error);
OstreeRepo * ostree_repo_file_get_repo (OstreeRepoFile *self);
OstreeRepoFile * ostree_repo_file_get_root (OstreeRepoFile *self);
void ostree_repo_file_tree_set_metadata (OstreeRepoFile *self,
const char *checksum,
GVariant *metadata);
const char * ostree_repo_file_tree_get_contents_checksum
(OstreeRepoFile *self);
const char * ostree_repo_file_tree_get_metadata_checksum
(OstreeRepoFile *self);
GVariant * ostree_repo_file_tree_get_contents (OstreeRepoFile *self);
GVariant * ostree_repo_file_tree_get_metadata (OstreeRepoFile *self);
const char * ostree_repo_file_get_checksum (OstreeRepoFile *self);
int ostree_repo_file_tree_find_child (OstreeRepoFile *self,
const char *name,
gboolean *is_dir,
GVariant **out_container);
gboolean ostree_repo_file_tree_query_child (OstreeRepoFile *self,
int n,
const char *attributes,
GFileQueryInfoFlags flags,
GFileInfo **out_info,
GCancellable *cancellable,
GError **error);
Details
OstreeRepoFile
typedef struct OstreeRepoFile OstreeRepoFile;
ostree_repo_file_ensure_resolved ()
gboolean ostree_repo_file_ensure_resolved (OstreeRepoFile *self,
GError **error);
ostree_repo_file_get_xattrs ()
gboolean ostree_repo_file_get_xattrs (OstreeRepoFile *self,
GVariant **out_xattrs,
GCancellable *cancellable,
GError **error);
ostree_repo_file_tree_set_metadata ()
void ostree_repo_file_tree_set_metadata (OstreeRepoFile *self,
const char *checksum,
GVariant *metadata);
ostree_repo_file_tree_get_contents_checksum ()
const char * ostree_repo_file_tree_get_contents_checksum
(OstreeRepoFile *self);
ostree_repo_file_tree_get_metadata_checksum ()
const char * ostree_repo_file_tree_get_metadata_checksum
(OstreeRepoFile *self);
ostree_repo_file_tree_get_contents ()
GVariant * ostree_repo_file_tree_get_contents (OstreeRepoFile *self);
ostree_repo_file_tree_get_metadata ()
GVariant * ostree_repo_file_tree_get_metadata (OstreeRepoFile *self);
ostree_repo_file_get_checksum ()
const char * ostree_repo_file_get_checksum (OstreeRepoFile *self);
ostree_repo_file_tree_find_child ()
int ostree_repo_file_tree_find_child (OstreeRepoFile *self,
const char *name,
gboolean *is_dir,
GVariant **out_container);
ostree_repo_file_tree_query_child ()
gboolean ostree_repo_file_tree_query_child (OstreeRepoFile *self,
int n,
const char *attributes,
GFileQueryInfoFlags flags,
GFileInfo **out_info,
GCancellable *cancellable,
GError **error);