summaryrefslogtreecommitdiff
path: root/src/trg-files-tree-view-common.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-09 21:47:06 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-09 21:47:06 +0000
commitc0e12ac389135850dcd45ce108f5a6a0200ae03f (patch)
treee7ab9b938e2909f7a40d8fd34a476e301a511052 /src/trg-files-tree-view-common.h
parente1b13312f975f38d3d7437f28299912eff6947e0 (diff)
issue 174 - exec crash, issue 173 - files first update performance fixed.
Diffstat (limited to 'src/trg-files-tree-view-common.h')
-rw-r--r--src/trg-files-tree-view-common.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/trg-files-tree-view-common.h b/src/trg-files-tree-view-common.h
index 1dccf7f..de21e43 100644
--- a/src/trg-files-tree-view-common.h
+++ b/src/trg-files-tree-view-common.h
@@ -20,16 +20,18 @@
#ifndef TRG_FILES_TREE_VIEW_COMMON_H_
#define TRG_FILES_TREE_VIEW_COMMON_H_
-gboolean
-trg_files_tree_view_onViewButtonPressed(GtkWidget * w,
- GdkEventButton * event,
- gint pri_id, gint enabled_id,
- GCallback low_cb,
- GCallback normal_cb,
- GCallback high_cb,
- GCallback wanted_cb,
- GCallback unwanted_cb,
- gpointer gdata);
+gboolean trg_files_tree_view_onViewButtonPressed(GtkWidget * w,
+ GdkEventButton * event,
+ gint pri_id,
+ gint enabled_id,
+ gboolean one_click,
+ GCallback low_cb,
+ GCallback normal_cb,
+ GCallback high_cb,
+ GCallback wanted_cb,
+ GCallback unwanted_cb,
+ gpointer gdata);
+
gboolean trg_files_tree_view_viewOnPopupMenu(GtkWidget * treeview,
GCallback low_cb,
GCallback normal_cb,