diff options
author | Colin Walters <walters@verbum.org> | 2012-11-29 16:40:17 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-11-29 16:40:17 -0500 |
commit | f3d765c9032a02a32be9af5725c27af09494cc5a (patch) | |
tree | 71d0ff7b16e9f04746da46528f7ebd73d446b968 /src/libotutil/ot-gio-utils.h | |
parent | 6d81120455c1cd99c11879c9e7885d294a289dd3 (diff) | |
download | ostree-f3d765c9032a02a32be9af5725c27af09494cc5a.tar.gz |
Switch to libgsystem directory creation API
More code being dropped into a common place.
Diffstat (limited to 'src/libotutil/ot-gio-utils.h')
-rw-r--r-- | src/libotutil/ot-gio-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libotutil/ot-gio-utils.h b/src/libotutil/ot-gio-utils.h index b96f1caa..24816984 100644 --- a/src/libotutil/ot-gio-utils.h +++ b/src/libotutil/ot-gio-utils.h @@ -42,8 +42,6 @@ GFile *ot_gfile_get_child_strconcat (GFile *parent, const char *first, ...) G_GN GFile *ot_gfile_get_child_build_path (GFile *parent, const char *first, ...) G_GNUC_NULL_TERMINATED; -gboolean ot_gfile_ensure_directory (GFile *dir, gboolean with_parents, GError **error); - gboolean ot_gfile_load_contents_utf8 (GFile *file, char **contents_out, char **etag_out, |