aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index c8ee1ca0..ab9ecb55 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -193,4 +193,12 @@ gchar *hardinfo_clean_label(const gchar *v, int replacing);
/* hardinfo uses the values as {ht,x}ml, apparently */
gchar *hardinfo_clean_value(const gchar *v, int replacing);
+/* Same as hardinfo_spawn_command_line_sync(), but calls shell_status_pulse()
+ * before. */
+gboolean hardinfo_spawn_command_line_sync(const gchar *command_line,
+ gchar **standard_output,
+ gchar **standard_error,
+ gint *exit_status,
+ GError **error);
+
#endif /* __HARDINFO_H__ */