From fb31765cbe33890f325a87015507364156741321 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:59:44 +0200 Subject: Adding upstream version 42.0. Signed-off-by: Daniel Baumann --- src/disks.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/disks.h (limited to 'src/disks.h') diff --git a/src/disks.h b/src/disks.h new file mode 100644 index 0000000..36feb1c --- /dev/null +++ b/src/disks.h @@ -0,0 +1,14 @@ +/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +#ifndef _GSM_DISKS_H_ +#define _GSM_DISKS_H_ + +#include "application.h" + +void create_disk_view(GsmApplication *app, GtkBuilder *builder); + +void disks_update (GsmApplication *app); +void disks_freeze (GsmApplication *app); +void disks_thaw (GsmApplication *app); +void disks_reset_timeout (GsmApplication *app); + +#endif /* _GSM_DISKS_H_ */ -- cgit v1.2.3