From 11b8179a57e675c6672cbe649c655230ae3e9744 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:41 -0500 Subject: Import Upstream version 0.4.2.1 --- callbacks.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'callbacks.h') diff --git a/callbacks.h b/callbacks.h index da1b3a65..0387df05 100644 --- a/callbacks.h +++ b/callbacks.h @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira + * Copyright (C) 2003-2007 Leandro A. F. Pereira * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,11 +19,21 @@ #ifndef __CALLBACKS_H__ #define __CALLBACKS_H__ +#include + void cb_about(); +void cb_about_module(GtkAction *action); void cb_generate_report(); +void cb_save_graphic(); void cb_quit(); void cb_refresh(); +void cb_copy_to_clipboard(); void cb_side_pane(); void cb_toolbar(); +void cb_open_web_page(); +void cb_open_online_docs(); +void cb_sync_manager(); +void cb_report_bug(); +void cb_donate(); #endif /* __CALLBACKS_H__ */ -- cgit v1.2.3