aboutsummaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2007-04-09 11:45:31 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:41 -0500
commitadb3993ba087ede46f62d5f018e17b07e99b5260 (patch)
tree67b4fa7e224f09d21eb76060422ca23e50e6dfe0 /callbacks.h
parentb3e31ae3787c8806f48c85a52bba9aa3554e2c07 (diff)
parent11b8179a57e675c6672cbe649c655230ae3e9744 (diff)
Import Debian changes 0.4.2.1-1
hardinfo (0.4.2.1-1) unstable; urgency=low * New upstream release. * Fixed segfault on device entry (Closes: #387955)
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h12
1 files changed, 11 insertions, 1 deletions
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 <leandro@linuxmag.com.br>
+ * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@linuxmag.com.br>
*
* 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 <gtk/gtk.h>
+
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__ */