diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-16 19:33:20 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-16 19:33:20 -0500 |
commit | c3136d18321df31caa7f582d475132c2e02155de (patch) | |
tree | b5bfe7da0b854375a67cd72a2957115c0b502e94 | |
parent | 09045eaac34973662aaa820a94ca8ed66d9dcb4e (diff) |
Add generated comment noting requirement to free replies after use.
-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 c90e94f..e61ce82 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"> |