summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-09 18:52:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-09 18:52:44 +0000
commit4a4cc0d1bce9967fcd1fed4cea12c008702a38fc (patch)
tree42b2dce595096120ef57f022bd8c05275b9c1999 /content/content_protected.h
parentb2124867dba7c5cc5851bcb08448c02a8ef8718b (diff)
downloadnetsurf-4a4cc0d1bce9967fcd1fed4cea12c008702a38fc.tar.gz
netsurf-4a4cc0d1bce9967fcd1fed4cea12c008702a38fc.tar.bz2
Introduce content_set_ready.
Make content_convert emit events only if content is in appropriate state. Remove no-longer-relevant assertion from content_convert. svn path=/trunk/netsurf/; revision=10330
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 3fd6c8329..6337e3eb2 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -195,6 +195,7 @@ struct content {
extern const char * const content_type_name[];
extern const char * const content_status_name[];
+void content_set_ready(struct content *c);
void content_set_done(struct content *c);
void content_set_status(struct content *c, const char *status_message, ...);
void content_broadcast(struct content *c, content_msg msg,