diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-16 19:34:42 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-16 19:34:42 -0500 |
commit | 46413cd85ee4f3d51a3a3e1d8ee13bc5fa6c2d5d (patch) | |
tree | 3a5feb213331d09d0d0ff64da2bc4a123232587b /src | |
parent | 3c6c8f127c2bce4f45bface7dd45cc719af9de0d (diff) |
Add comment noting the requirement to free replies when finished.
Diffstat (limited to 'src')
-rw-r--r-- | src/c-client.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl index be6aa30..a15d824 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -407,6 +407,8 @@ authorization from the authors. <doc> * The parameter @p e supplied to this function must be NULL if</doc> <doc> * <xsl:value-of select="xcb:xcb-prefix(@name)" />_unchecked(). is used.</doc> <doc> * Otherwise, it stores the error if any.</doc> + <doc> *</doc> + <doc> * The returned value must be freed by the caller using free().</doc> <doc> */</doc> <field type="xcb_connection_t *" name="c" /> <field name="cookie"> |