]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/callbacks.h
kes More copyright changes.
[bacula/bacula] / bacula / src / gnome2-console / callbacks.h
index 184ba9c4eafa7fb2e135fb64c837126383890cf1..7c8a953ad45aaf9d01093ae29cea7993f9631537 100644 (file)
@@ -1,6 +1,35 @@
 
 /*   Version $Id$  */
 
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+
+   The main author of Bacula is Kern Sibbald, with contributions from
+   many others, a complete list can be found in the file AUTHORS.
+   This program is Free Software; you can redistribute it and/or
+   modify it under the terms of version two of the GNU General Public
+   License as published by the Free Software Foundation plus additions
+   that are listed in the file LICENSE.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+   Bacula® is a registered trademark of John Walker.
+   The licensor of Bacula is the Free Software Foundation Europe
+   (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
+   Switzerland, email:ftf@fsfeurope.org.
+*/
+
+
 gboolean
 on_app1_delete_event                   (GtkWidget       *widget,
                                         GdkEvent        *event,
@@ -238,3 +267,109 @@ on_label_ok_clicked                    (GtkButton       *button,
 void
 on_label_cancel_clicked                (GtkButton       *button,
                                         gpointer         user_data);
+
+void
+on_new1_activate                       (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_open1_activate                      (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_save1_activate                      (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_save_as1_activate                   (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_quit1_activate                      (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_cut2_activate                       (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_copy2_activate                      (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_paste2_activate                     (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_clear2_activate                     (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_properties1_activate                (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_preferences2_activate               (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_about2_activate                     (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+gboolean
+on_restore_files_delete_event          (GtkWidget       *widget,
+                                        GdkEvent        *event,
+                                        gpointer         user_data);
+
+void
+on_restore_up_button_clicked           (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_add_button_clicked          (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_remove_button_clicked       (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_ok_clicked                  (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_cancel_clicked              (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_select_ok_clicked           (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_select_cancel_clicked       (GtkButton       *button,
+                                        gpointer         user_data);
+
+gboolean
+on_console_delete_event                (GtkWidget       *widget,
+                                        GdkEvent        *event,
+                                        gpointer         user_data);
+
+void
+on_select_files_button_clicked         (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_job_entry_changed           (GtkEditable     *editable,
+                                        gpointer         user_data);
+
+void
+on_select_files_button_clicked         (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_restore_cancel_clicked              (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+on_dir_button_clicked                  (GtkButton   *toolbutton,
+                                        gpointer         user_data);