summaryrefslogtreecommitdiff
path: root/src/tracker-search-tool/tracker-search-tool-callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker-search-tool/tracker-search-tool-callbacks.h')
-rw-r--r--src/tracker-search-tool/tracker-search-tool-callbacks.h211
1 files changed, 0 insertions, 211 deletions
diff --git a/src/tracker-search-tool/tracker-search-tool-callbacks.h b/src/tracker-search-tool/tracker-search-tool-callbacks.h
deleted file mode 100644
index 16e03785e..000000000
--- a/src/tracker-search-tool/tracker-search-tool-callbacks.h
+++ /dev/null
@@ -1,211 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * GNOME Search Tool
- *
- * File: tracker_search-callbacks.h
- *
- * (C) 2002 the Free Software Foundation
- *
- * Authors: Dennis Cranston <dennis_cranston@yahoo.com>
- * George Lebl
- *
- *
- * 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 the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * 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.
- */
-
-
-
-#ifndef _GSEARCHTOOL_CALLBACKS_H_
-#define _GSEARCHTOOL_CALLBACKS_H_
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif
-
-
-void
-tracker_update_metadata_tile (GSearchWindow *gsearch);
-
-void
-die_cb (GnomeClient * client,
- gpointer data);
-void
-quit_cb (GtkWidget * widget,
- GdkEvent * event,
- gpointer data);
-void
-click_close_cb (GtkWidget * widget,
- gpointer data);
-
-void
-click_stop_cb (GtkWidget * widget,
- gpointer data);
-void
-click_help_cb (GtkWidget * widget,
- gpointer data);
-void
-click_expander_cb (GObject * object,
- GParamSpec * param_spec,
- gpointer data);
-void
-size_allocate_cb (GtkWidget * widget,
- GtkAllocation * allocation,
- gpointer data);
-void
-add_constraint_cb (GtkWidget * widget,
- gpointer data);
-void
-remove_constraint_cb (GtkWidget * widget,
- gpointer data);
-void
-constraint_activate_cb (GtkWidget * widget,
- gpointer data);
-void
-constraint_update_info_cb (GtkWidget * widget,
- gpointer data);
-void
-name_contains_activate_cb (GtkWidget * widget,
- gpointer data);
-
-gboolean
-text_changed_cb (GtkWidget * widget,
- gpointer data);
-
-void
-click_find_cb (GtkWidget * widget,
- gpointer data);
-void
-next_results_cb (GtkWidget * widget,
- gpointer data);
-void
-prev_results_cb (GtkWidget * widget,
- gpointer data);
-
-void
-category_changed_cb (GtkTreeSelection * treeselection,
- gpointer data) ;
-
-void
-open_file_cb (GtkAction * action,
- gpointer data);
-void
-open_folder_cb (GtkAction * action,
- gpointer data);
-void
-file_changed_cb (GnomeVFSMonitorHandle * handle,
- const gchar * monitor_uri,
- const gchar * info_uri,
- GnomeVFSMonitorEventType event_type,
- gpointer data);
-void
-move_to_trash_cb (GtkAction * action,
- gpointer data);
-void
-drag_begin_file_cb (GtkWidget * widget,
- GdkDragContext * context,
- gpointer data);
-void
-drag_file_cb (GtkWidget * widget,
- GdkDragContext * context,
- GtkSelectionData * selection_data,
- guint info,
- guint time,
- gpointer data);
-void
-drag_data_animation_cb (GtkWidget * widget,
- GdkDragContext * context,
- GtkSelectionData * selection_data,
- guint info,
- guint time,
- gpointer data);
-void
-show_file_selector_cb (GtkAction * action,
- gpointer data);
-void
-save_results_cb (GtkWidget * chooser,
- gint response,
- gpointer data);
-
-
-void
-select_changed_cb (GtkTreeSelection *treeselection, gpointer user_data);
-
-void
-save_session_cb (GnomeClient * client,
- gint phase,
- GnomeRestartStyle save_style,
- gint shutdown,
- GnomeInteractStyle interact_style,
- gint fast,
- gpointer client_data);
-gboolean
-key_press_cb (GtkWidget * widget,
- GdkEventKey * event,
- gpointer data);
-gboolean
-file_button_release_event_cb (GtkWidget * widget,
- GdkEventButton * event,
- gpointer data);
-gboolean
-file_event_after_cb (GtkWidget * widget,
- GdkEventButton * event,
- gpointer data);
-gboolean
-file_button_press_event_cb (GtkWidget * widget,
- GdkEventButton * event,
- gpointer data);
-gboolean
-file_key_press_event_cb (GtkWidget * widget,
- GdkEventKey * event,
- gpointer data);
-gboolean
-file_motion_notify_cb (GtkWidget *widget,
- GdkEventMotion *event,
- gpointer user_data);
-gboolean
-file_leave_notify_cb (GtkWidget *widget,
- GdkEventCrossing *event,
- gpointer user_data);
-gboolean
-not_running_timeout_cb (gpointer data);
-
-void
-disable_quick_search_cb (GtkWidget * dialog,
- gint response,
- gpointer data);
-void
-single_click_to_activate_key_changed_cb (GConfClient * client,
- guint cnxn_id,
- GConfEntry * entry,
- gpointer user_data);
-void
-columns_changed_cb (GtkTreeView * treeview,
- gpointer user_data);
-gboolean
-window_state_event_cb (GtkWidget * widget,
- GdkEventWindowState * event,
- gpointer data);
-
-void
-suggest_search_cb (GtkWidget *widget,
- gpointer data);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _GSEARCHTOOL_CALLBACKS_H_ */