summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-13 17:09:42 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-13 17:09:42 +0100
commit4c945bd16fa496b622cac73790272ea327848718 (patch)
treeaa9c468812aceaf6ce6ae0cb6880051b007a2462 /desktop/selection.h
parentf58b5924a54fbef69de33dbb0340d1bf9f4fd237 (diff)
downloadnetsurf-4c945bd16fa496b622cac73790272ea327848718.tar.gz
netsurf-4c945bd16fa496b622cac73790272ea327848718.tar.bz2
Function to get copy of selection as string.
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 16b002a02..30024743d 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -96,6 +96,7 @@ void selection_track(struct selection *s, browser_mouse_state mouse,
unsigned idx);
bool selection_copy_to_clipboard(struct selection *s);
+char * selection_get_copy(struct selection *s);
/** Handles completion of a drag operation */
/* void selection_drag_end(struct selection *s); */