svn commit: samba-docs r267 - in branches/SAMBA_4: . manpages

jelmer at samba.org jelmer at samba.org
Wed Nov 3 14:22:44 GMT 2004


Author: jelmer
Date: 2004-11-03 14:22:44 +0000 (Wed, 03 Nov 2004)
New Revision: 267

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=267

Log:
Update pidl docs

Modified:
   branches/SAMBA_4/TODO
   branches/SAMBA_4/manpages/pidl.1.xml


Changeset:
Modified: branches/SAMBA_4/TODO
===================================================================
--- branches/SAMBA_4/TODO	2004-11-02 16:08:36 UTC (rev 266)
+++ branches/SAMBA_4/TODO	2004-11-03 14:22:44 UTC (rev 267)
@@ -21,5 +21,7 @@
 tdb functions
 winregistry functions
 
+restructure and finish developer docs
+
 - Check for grammar errors
 - More info

Modified: branches/SAMBA_4/manpages/pidl.1.xml
===================================================================
--- branches/SAMBA_4/manpages/pidl.1.xml	2004-11-02 16:08:36 UTC (rev 266)
+++ branches/SAMBA_4/manpages/pidl.1.xml	2004-11-03 14:22:44 UTC (rev 267)
@@ -358,7 +358,7 @@
 	<title>Supported MIDL-compatible properties (attributes is the MIDL term)</title>
 
 	<para>
-in, out, ref, length_is, switch_is, size_is, uuid, case, default, string, unique, endpoint, helpstring, object.
+in, out, ref, length_is, switch_is, size_is, uuid, case, default, string, unique, endpoint, helpstring, object, call_as, local.
 	</para>
 
 </refsect2>
@@ -424,6 +424,7 @@
 				Specify boolean options, mostly used for 
 				low-level NDR options. Several options 
 				can be specified using the | character.
+				Note that flags are inherited by substructures!
 		</para></listitem>
 	</varlistentry>
 
@@ -435,13 +436,20 @@
 spoolss structures.
 		</para></listitem>
 	</varlistentry>
+
+	<varlistentry><term>align</term>
+		<listitem><para>
+				Force the alignment of the field this attribute is placed 
+				on to the number of bytes specified.
+		</para></listitem>
+	</varlistentry>
 </variablelist>
 </refsect2>
 
 <refsect2>
 	<title>Unsupported MIDL properties</title>
 
-<para>aggregatable, appobject, async_uuid, bindable, call_as, coclass, control, cpp_quote, defaultbind, defaultcollelem, defaultvalue, defaultvtable, dispinterface, displaybind, dual, entry, first_is, helpcontext, helpfile, helpstringcontext, helpstringdll, hidden, idl_module, idl_quote, id, iid_is, immediatebind, importlib, import, include, includelib, last_is, lcid, licensed, local, max_is, module, ms_union, no_injected_text, nonbrowsable, noncreatable, nonextensible, odl, oleautomation, optional, pointer_default, pragma, progid, propget, propputref, propput, ptr, range, readonly, requestedit, restricted, retval, source, switch_type, transmit_as, uidefault, usesgetlasterror, v1_enum, vararg, vi_progid, wire_marshal. </para>
+<para>aggregatable, appobject, async_uuid, bindable, control, cpp_quote, defaultbind, defaultcollelem, defaultvalue, defaultvtable, dispinterface, displaybind, dual, entry, first_is, helpcontext, helpfile, helpstringcontext, helpstringdll, hidden, idl_module, idl_quote, id, iid_is, immediatebind, importlib, import, include, includelib, last_is, lcid, licensed, max_is, module, ms_union, no_injected_text, nonbrowsable, noncreatable, nonextensible, odl, oleautomation, optional, pointer_default, pragma, progid, propget, propputref, propput, ptr, range, readonly, requestedit, restricted, retval, source, switch_type, transmit_as, uidefault, usesgetlasterror, v1_enum, vararg, vi_progid, wire_marshal. </para>
 
 </refsect2>
 



More information about the samba-cvs mailing list