Add comment noting the requirement to free replies when finished.
authorEamon Walsh <ewalsh@tycho.nsa.gov>
Sat, 17 Nov 2007 00:34:42 +0000 (19:34 -0500)
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>
Sat, 17 Nov 2007 00:34:42 +0000 (19:34 -0500)
src/c-client.xsl
xcb-xselinux.pc.in [new file with mode: 0644]

index be6aa30..a15d824 100644 (file)
@@ -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">
diff --git a/xcb-xselinux.pc.in b/xcb-xselinux.pc.in
new file mode 100644 (file)
index 0000000..6a71f73
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XCB SELinux
+Description: XCB SELinux Extension
+Version: @PACKAGE_VERSION@
+Requires: xcb
+Libs: -L${libdir} -lxcb-xselinux
+Cflags: -I${includedir}