[PATCH] Add name argument to CreateNewResourceType documentation

Alan Coopersmith alan.coopersmith at oracle.com
Fri Jun 25 17:23:19 PDT 2010


Reflects API change made in commit 895f40792a during Xorg 1.8 development

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 doc/xml/Xserver-spec.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/xml/Xserver-spec.xml b/doc/xml/Xserver-spec.xml
index 88885ae..466b79d 100644
--- a/doc/xml/Xserver-spec.xml
+++ b/doc/xml/Xserver-spec.xml
@@ -357,11 +357,15 @@ Resource types are integer values starting at 1.  Get
 a resource type by calling
 <blockquote><programlisting>
 
-    RESTYPE CreateNewResourceType(deleteFunc)
+    RESTYPE CreateNewResourceType(deleteFunc, char *name)
 
 </programlisting></blockquote>
 deleteFunc will be called to destroy all resources with this
-type.</para>
+type.   name will be used to identify this type of resource
+to clients using the X-Resource extension, to security
+extensions such as SELinux, and to tracing frameworks such as DTrace.
+[The name argument was added in xorg-server 1.8.]
+</para>
 <para>
 Resource classes are masks starting at 1 &lt;&lt; 31 which can
 be or'ed with any resource type to provide attributes for the
-- 
1.5.6.5



More information about the xorg-devel mailing list