diff options
author | portix <portix@gmx.net> | 2012-01-18 12:31:46 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-18 12:31:46 +0100 |
commit | ba33ff75f9c21b189dd048b026d7fb9beeea58a5 (patch) | |
tree | d3b78996bf6ad0c920350429b83a3dc263b2fb88 /src/dwb.h | |
parent | a8431c908e4c1f4e340572ebc2d1cd3a619d66c2 (diff) | |
download | dwb-ba33ff75f9c21b189dd048b026d7fb9beeea58a5.zip |
Set primary selection in entry on shift-insert; do not uri-escape download filenames in downloadlabel
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -815,6 +815,7 @@ DwbStatus dwb_evaluate_hints(const char *); void dwb_set_open_mode(Open); DwbStatus dwb_set_clipboard(const char *text, GdkAtom atom); +char * dwb_clipboard_get_text(GdkAtom atom); DwbStatus dwb_open_in_editor(void); gboolean dwb_confirm(GList *gl, char *prompt, ...); |