summaryrefslogtreecommitdiff
path: root/content/overview
diff options
context:
space:
mode:
Diffstat (limited to 'content/overview')
-rw-r--r--content/overview4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/overview b/content/overview
index 0a911dc44..f58a995c1 100644
--- a/content/overview
+++ b/content/overview
@@ -44,6 +44,10 @@ callback function is called when the state changes or at other times as follows:
CONTENT_MSG_STATUS -- the content structure's status message has changed.
+ CONTENT_MSG_REDIRECT -- the server has sent a replacement URL for the content.
+ This message may only occur in CONTENT_STATUS_TYPE_UNKNOWN. The content
+ will be destroyed and must not be used.
+
If at any time the resource is no longer required, call content_remove_user():
content_remove_user(c, callback, p1, p2);