summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-gio-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-03-28 22:31:03 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-03-30 13:14:43 +0000
commit8392faaffc44ac7f171279b961efab7418f5b45f (patch)
tree2c89cbae83bf30cc2e8c527eaddf05718fe70c66 /src/libotutil/ot-gio-utils.h
parentb51ce8cb0ac16074a5a3b5656247d9dd6a8884c3 (diff)
downloadostree-8392faaffc44ac7f171279b961efab7418f5b45f.tar.gz
lib: Delete old GFile path helpers, and migrate single last user
I happened to read this file and realized there's a lot of cruft left over from the time when I liked `GFile` and `malloc()`ing like 50 times just to make a pathname string. Delete it. Closes: #767 Approved by: jlebon
Diffstat (limited to 'src/libotutil/ot-gio-utils.h')
-rw-r--r--src/libotutil/ot-gio-utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libotutil/ot-gio-utils.h b/src/libotutil/ot-gio-utils.h
index 34040238..fa7c6997 100644
--- a/src/libotutil/ot-gio-utils.h
+++ b/src/libotutil/ot-gio-utils.h
@@ -35,12 +35,6 @@ G_BEGIN_DECLS
GFileType ot_gfile_type_for_mode (guint32 mode);
-GFile *ot_gfile_from_build_path (const char *first, ...) G_GNUC_NULL_TERMINATED;
-
-GFile *ot_gfile_get_child_strconcat (GFile *parent, const char *first, ...) G_GNUC_NULL_TERMINATED;
-
-GFile *ot_gfile_get_child_build_path (GFile *parent, const char *first, ...) G_GNUC_NULL_TERMINATED;
-
GFile * ot_gfile_resolve_path_printf (GFile *path,
const char *format,
...) G_GNUC_PRINTF(2, 3);