summaryrefslogtreecommitdiff
path: root/gsearchtool/gsearchtool-callbacks.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-09-09 12:09:52 +0300
committermonsta <[email protected]>2015-09-09 12:09:52 +0300
commit0d36d61761a1d68839d61f521889dba3db7f514f (patch)
treedcf4188d0a02bdf227fa1abf6d0aedb8218075d8 /gsearchtool/gsearchtool-callbacks.h
parentf95463c41d467b5cd5c1c1d94c1734a8fe1b009d (diff)
downloadmate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.bz2
mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.xz
gsearchtool: move smclient stuff there, move sources to src/ subdir
Diffstat (limited to 'gsearchtool/gsearchtool-callbacks.h')
-rw-r--r--gsearchtool/gsearchtool-callbacks.h180
1 files changed, 0 insertions, 180 deletions
diff --git a/gsearchtool/gsearchtool-callbacks.h b/gsearchtool/gsearchtool-callbacks.h
deleted file mode 100644
index b9db03a2..00000000
--- a/gsearchtool/gsearchtool-callbacks.h
+++ /dev/null
@@ -1,180 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * MATE Search Tool
- *
- * File: gsearchtool-callbacks.h
- *
- * (C) 2002 the Free Software Foundation
- *
- * Authors: Dennis Cranston <[email protected]>
- * 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 St, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- */
-
-#ifndef _GSEARCHTOOL_CALLBACKS_H_
-#define _GSEARCHTOOL_CALLBACKS_H_
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif
-
-#include "eggsmclient.h"
-
-void
-version_cb (const gchar * option_name,
- const gchar * value,
- gpointer data,
- GError ** error);
-void
-quit_session_cb (EggSMClient * client,
- gpointer data);
-void
-quit_cb (GtkWidget * widget,
- GdkEvent * event,
- gpointer data);
-void
-click_close_cb (GtkWidget * widget,
- gpointer data);
-void
-click_find_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);
-void
-look_in_folder_changed_cb (GtkWidget * widget,
- gpointer data);
-void
-open_file_cb (GtkMenuItem * action,
- gpointer data);
-void
-open_file_event_cb (GtkWidget * widget,
- GdkEventButton * event,
- gpointer data);
-void
-open_folder_cb (GtkAction * action,
- gpointer data);
-void
-file_changed_cb (GFileMonitor * handle,
- const gchar * monitor_uri,
- const gchar * info_uri,
- GFileMonitorEvent 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
-show_file_selector_cb (GtkAction * action,
- gpointer data);
-void
-save_results_cb (GtkWidget * chooser,
- gint response,
- gpointer data);
-void
-save_session_cb (EggSMClient * client,
- GKeyFile * state_file,
- 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 (GSettings * settings,
- gchar * key,
- gpointer user_data);
-void
-columns_changed_cb (GtkTreeView * treeview,
- gpointer user_data);
-gboolean
-window_state_event_cb (GtkWidget * widget,
- GdkEventWindowState * event,
- gpointer data);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _GSEARCHTOOL_CALLBACKS_H_ */