summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-07 15:06:33 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-07 15:06:33 +0100
commita0fde060e8b11b55ea70c2d71565a4f4e326b768 (patch)
treeffa2ae68c2f87f19cbbd13b7e79a632a682202ee /content/content_protected.h
parentf4af0d86e240948bb37a1d318d4e2559f04c6a79 (diff)
parent8b6665fe0383fd565ac7d7cd6a2bf6243ebc9937 (diff)
downloadnetsurf-a0fde060e8b11b55ea70c2d71565a4f4e326b768.tar.gz
netsurf-a0fde060e8b11b55ea70c2d71565a4f4e326b768.tar.bz2
Merge branch 'tlsa/selection-search-refactor'
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 8efe763aa..57ce35775 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -73,6 +73,11 @@ struct content_handler {
int scrx, int scry);
bool (*drop_file_at_point)(struct content *c, int x, int y,
char *file);
+ void (*search)(struct content *c,
+ struct gui_search_callbacks *gui_callbacks,
+ void *gui_data, search_flags_t flags,
+ const char *string);
+ void (*search_clear)(struct content *c);
void (*debug_dump)(struct content *c, FILE *f);
nserror (*clone)(const struct content *old, struct content **newc);
bool (*matches_quirks)(const struct content *c, bool quirks);