summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-21 23:12:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-21 23:12:21 +0000
commit34c56c7db7c57f5db0184489d01866902e992300 (patch)
tree8707a14ac8f786ff684279be77e66946f235b751 /src/trg-destination-combo.h
parent3b8fd9e7274477cfad98d66e41a43417ce8d21bf (diff)
make the execute command tree view in preferences a generic widget, the "persistent tree view"
Diffstat (limited to 'src/trg-destination-combo.h')
-rw-r--r--src/trg-destination-combo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-destination-combo.h b/src/trg-destination-combo.h
index c5926a9..6412018 100644
--- a/src/trg-destination-combo.h
+++ b/src/trg-destination-combo.h
@@ -48,6 +48,7 @@ typedef struct {
GType trg_destination_combo_get_type(void);
GtkWidget *trg_destination_combo_new(TrgClient * client);
+gchar *trg_destination_combo_get_dir(TrgDestinationCombo *combo);
G_END_DECLS
#endif /* TRG_DESTINATION_COMBO_H_ */