summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-25 21:25:50 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-25 21:25:50 +0000
commit48780131a32188263501c094bff8afcbc687e189 (patch)
treeeb79b55d14709b5fef778017b3db28b21eed2438 /src/trg-destination-combo.h
parent33256bc2004f729c6829d812a3ca6c89fa7e7b7a (diff)
When implementing labels in TrgDestinationCombo, I somehow overlooked the fact that I made it no longer editable and some work would be needed to make it actually send the directory and not the label. Fixed, I have some more ideas for this widget though.
Diffstat (limited to 'src/trg-destination-combo.h')
-rw-r--r--src/trg-destination-combo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-destination-combo.h b/src/trg-destination-combo.h
index 6412018..a132aab 100644
--- a/src/trg-destination-combo.h
+++ b/src/trg-destination-combo.h
@@ -49,6 +49,8 @@ GType trg_destination_combo_get_type(void);
GtkWidget *trg_destination_combo_new(TrgClient * client);
gchar *trg_destination_combo_get_dir(TrgDestinationCombo *combo);
+gboolean trg_destination_combo_has_text(TrgDestinationCombo *combo);
+GtkEntry *trg_destination_combo_get_entry(TrgDestinationCombo *combo);
G_END_DECLS
#endif /* TRG_DESTINATION_COMBO_H_ */