summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-07 20:49:11 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-07 21:08:11 +1100
commit80c1bfc227072b288a48559b988d9eddc4060eb5 (patch)
treeb3c15279735bb7ebb8f2ee9aa7459c1bc203687d
parent9df40694cc7926ec5cf6cb2a89efa5df42504b40 (diff)
Document how no-data is represented in the Avatar type
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653
-rw-r--r--spec/Account_Interface_Avatar.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/Account_Interface_Avatar.xml b/spec/Account_Interface_Avatar.xml
index a8b78c8a..a6c51672 100644
--- a/spec/Account_Interface_Avatar.xml
+++ b/spec/Account_Interface_Avatar.xml
@@ -40,6 +40,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:struct name="Avatar">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A struct containing avatar data marked with its MIME type.</p>
+
+ <p>May be set to an empty byte-array and an empty string, indicating
+ no avatar.</p>
</tp:docstring>
<tp:member type="ay" name="Avatar_Data"/>
<tp:member type="s" name="MIME_Type"/>